| Author |
Message
|
| Dav77 |
Posted: Wed Mar 26, 2008 1:28 pm Post subject: Ad space between horizontal images |
|
|
 New Member

Joined: Mar 26, 2008 Posts: 2 Location: Portugal
|
Hi all
My first post here, just found the forum today
and...I need help :\
on my blog : BuxMaking.blogspot.com
I added 3 125x125 images (ads) on my header, but I can´t make spaces between them
I tried <b and <p codes
I think I have to add some code to my stile template, but I tried many ways (after googling) and can´t make it work!
I hope someone here can help me  |
|
| Back to top |
|
 |
Sponsored Ads
|
 |
| Shawn |
Posted: Thu Mar 27, 2008 1:08 pm Post subject: |
|
|
 Site Developer

Joined: Sep 06, 2006 Posts: 324 Location: Canada
|
Hello Dav77,
When you added the BR tag did you use 2 tags like so
| Code: |
image-name.jpg
<br /><br />
image-name.jpg
|
If so and that didn't work try the following...
Surround the image with a DIV tag or a SPAN tag either one will work, example on how to do this...
| Code: | <div style="padding:5px;">
image-name.jpg
</div> |
Span is the same principle
| Code: | <span style="padding:5px;">
image-name.jpg
</span> |
Now if 5px isnt enough space simply increase it till your satisfied...
5px, 8px, 10px etc...
Let me know how this works out for you.
take care.
Shawn DesRochers  _________________ | Affordable Web-Hosting | FREE Blog Directory |
PC Windows Tips |
Ultra Game Play |
|
| Back to top |
|
 |
|
|