Link to home
Create AccountLog in
Avatar of isnoend2001
isnoend2001Flag for United States of America

asked on

Page layout problem

I am experimenting with a page layout
I have been unable to create space between the right most images.
The bottom right most image  needs about 15px space from the top image.
I have tried many different methods that have no effect.
What is wrong ?
Avatar of COBOLdinosaur
COBOLdinosaur
Flag of Canada image

You ask about a rendering issue and don't show us anything? Post a link to the page please because it is really difficult to see the problem from here.

Cd&
Avatar of isnoend2001

ASKER

sorry, forgot to enter the url
http://roofgenius.com/test3.asp
ASKER CERTIFIED SOLUTION
Avatar of jtwcs
jtwcs
Flag of United States of America image

Link to home
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer
What image are we talking about? I don't see anything that looks like it is out of place.

Cd&
Thanks that works
I am curious why this does not work:
 <div class="add">
                  <div style="margin-top:15px"></div>  
<img src="http://roofgenius.com/images/_TallAd2.jpg" width="120" height="609" alt="">
                  </div><!--add-->
Avatar of Julian Hansen
btw - you have an error in your GA script

var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s););

Should be

var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);

You might want to sort that out so you don't loose out on any of your GA data ...