• Howdy! Welcome to our community of more than 130.000 members devoted to web hosting. This is a great place to get special offers from web hosts and post your own requests or ads. To start posting sign up here. Cheers! /Peo, FreeWebSpace.net
managed wordpress hosting

Please Help!!

Pimpin Monkey

New Member
I'm making this site and I got the layout how I want it, but the way it looks right the images are the background. I need the nav image in the bottom frame to be on the top of the frame because I need to make a imagemap for it. If I put it on the top with a
Code:
<img align="top" src="url.jpg">
it has a empty space. Can someone help PLEASE?


here is what i'm talking about..

http://www.denverjuggalos.net/Nocturnal Entertainment/

*click the logo to see
 
I can't see anything at all on that website but a very small popup that's entirely black, but if I'm reading your question right I think what you're asking is how to get rid of a frame's margin. The answer to that is, the same way you get rid of a normal page's margin. Add:

marginwidth="0" marginheight="0"

To the <body> tag of the page in the frame you want margin-less. You can include more, if you want:

topmargin="0" bottommargin="0" leftmargin="0" rightmargin="0"
 
Back
Top