LOTRchick
04-19-2003, 11:39 PM
is there anyway i can put an image on my page and not have a space of white on the top. i want it centered.
|
View Full Version : images LOTRchick 04-19-2003, 11:39 PM is there anyway i can put an image on my page and not have a space of white on the top. i want it centered. the_dark_one02 04-19-2003, 11:48 PM what do you mean space of white? post your code n ill see if i can help LOTRchick 04-19-2003, 11:55 PM <img src="C:\Documents and Settings\Morgan\My Documents\My Pictures/header03.jpg"> the_dark_one02 04-19-2003, 11:59 PM ok... wat u should do is <body align="center" leftmargin="0" topmargin="0"> should work :D LOTRchick 04-20-2003, 12:03 AM where in the code? Ravie 04-20-2003, 12:15 AM You will have to upload the picture to your site before you can do anything with it. You can put that code in like this Just add your other codes to it <html> <head> <title> </title> </head> <body align="center" leftmargin="0" topmargin="0"> </body> </html> LOTRchick 04-20-2003, 12:24 AM this doesn't work, it just stays on the right but with no space at the top Shaneo 04-20-2003, 04:25 AM Try this and lemme know if it's what you are after.. <body topmargin="0"> <center><img src="C:\Documents and Settings\Morgan\My Documents\My Pictures/header03.jpg" hspace="0"></center> |