www.doctorcomputer.info Forum Index
RegisterSearchFAQMemberlistUsergroupsfChatLog in
Reply to topic Page 1 of 1
Webdesign: Image und Adsense in Nucleus einbinden
Author Message
Reply with quote
Post Webdesign: Image und Adsense in Nucleus einbinden 
siehe hier:
http://forum.nucleuscms.org/viewtopic.php?t=13131&highlight=adsense

zB Code:

<div id="sidebar">
<div class="sidebar-wrapper">

<!-- An Image -->
<div class="box">
<img src="/path/to/image/filename.ext" alt="Description of image" />
</div>

<!-- Categories -->
<div class="box">
<h4>Categories</h4>
<%categorylist(sports/short)%>
</div>

<!-- Adsense -->
<div class="box">
...copy AdSense code here...
</div>

<!-- Search -->
<%if(skintype,error)%><%else%><%if(skintype,member)%><%else%>

<div class="box">
<%searchform%>
</div>


</div>
</div>

View user's profile Send private message Send e-mail
Display posts from previous:
Reply to topic Page 1 of 1


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum