isnoend2001
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 ?
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 ?
ASKER
sorry, forgot to enter the url
http://roofgenius.com/test3.asp
http://roofgenius.com/test3.asp
ASKER CERTIFIED SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
What image are we talking about? I don't see anything that looks like it is out of place.
Cd&
Cd&
ASKER
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-->
I am curious why this does not work:
<div class="add">
<div style="margin-top:15px"></
<img src="http://roofgenius.com/images/_TallAd2.jpg" width="120" height="609" alt="">
</div><!--add-->
btw - you have an error in your GA script
var s = document.getElementsByTagN ame('scrip t')[0]; s.parentNode.insertBefore( ga, s););
Should be
var s = document.getElementsByTagN ame('scrip t')[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 ...
var s = document.getElementsByTagN
Should be
var s = document.getElementsByTagN
You might want to sort that out so you don't loose out on any of your GA data ...
Cd&