space on top of the page, is it custom hearder? |
space on top of the page, is it custom hearder? |
Apr 3 2006, 12:00 AM
Post
#1
|
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 78 Joined: Apr 2006 Member No: 391,072 |
i wanted to put a picture repeating horizontally on the beggining of my page.
i used this script: <TABLE border="0" cellpadding="0" cellspacing="0"> <TBODY> <TR> <TD width="100%" style="background-repeat : repeat-x;background-attachment : fixed;" background="urlhere"></TD> <TD><IMG src="urlhere" border="0"></TD> </TR> </TBODY> </TABLE> but after i used this script, theres a space on top of my picture. i wanted to cancle out that space so then the picture i used will be on the toppest on my page. does anyone know how to solve this problem? or did i used a wrong script for it? thankyou for sharingg xDDDDD~~ |
|
|
|
rosedoll space on top of the page Apr 3 2006, 12:00 AM
xklipse hm, it should look that way, I think the space is ... Apr 3 2006, 12:22 AM
fishcake-y A negative 150-ish top margin.
CODE<TABLE bord... Apr 3 2006, 12:25 AM![]() ![]() |