![]() |
|
||||||
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
How do i provide a little bit spacing for the advert block just like http://www.revolutiontwo.com/demo/elements.html
i tried of alot of ways but still cant , have a look at http://www.healthblogtips.com original elements script on elements script Code:
#advertblock {
background:url(images/content.png) repeat;
width:278px;
margin:0px 0px 12px 0px;
padding:10px 0px 2px 12px;
float:left;
}
#advertblock h3 {
margin-bottom:10px;
}
#advertblock img {
margin:0px 9px 8px 0px;
border:1px solid #3B352C;
width: 125px;
height: 125px;
}
Code:
.video {
background: #FFFFFF url(images/sidebartop.gif) top no-repeat;
float: left;
width: 300px;
margin: 0px 0px 10px 0px;
padding: 10px;
border: 1px solid #DDDDDD;
}
in the (style.css), i just add Code:
#advertblock {
background: #FFFFFF url(images/sidebartop.gif) top no-repeat;
width:300px;
margin:0px 0px 10px 0px;
padding: 10px;
border: 1px solid #DDDDDD;
float:left;
}
#advertblock h3 {
margin-bottom:10px;
}
#advertblock img {
margin:0px 9px 8px 0px;
border:1px solid #3B352C;
width: 125px;
height: 125px;
}
Code:
<div id="advertblock">
<h3>Recommended Links</h3>
[img]<?php bloginfo('template_url'); ?>/advertisements/lifestyle.jpg[/img]
[img]<?php bloginfo('template_url'); ?>/advertisements/tv.jpg[/img]
[img]<?php bloginfo('template_url'); ?>/advertisements/church.jpg[/img]
[img]<?php bloginfo('template_url'); ?>/advertisements/office.jpg[/img]
</div>
|
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Ad Block Homepage and Ad Block Post Question | sharonbolt | General Discussion | 1 | 03-24-2010 07:19 AM |
| advert block code | markpark | General Discussion | 3 | 09-17-2009 07:54 AM |
| Advert link | ImKoyube | General Discussion | 2 | 07-06-2009 02:08 PM |
| Advert Link | owmadmin | General Discussion | 5 | 01-06-2009 09:11 AM |
© Copyright 2012 Copyblogger Media LLC · StudioPress™ is a trademark of Copyblogger Media LLC
Privacy Policy | Refund Policy | Terms of Service | Affiliate Program | Contact Us