Posted by Jonathan N. Little on 06/03/07 14:07
chrisdude911 wrote:
> Hey guys
> I am having a problem with frames on my site
>
> On http://www.chriswillisdude.pwp.blueyonder.co.uk/
>
> you can see that there is a gap on the top part of the page between
> the egde of the page and the pictures
> is there a way to fix this?
Fix your markup which is not valid
>
> This is my code:
>
> <html>
> <head>
> </head>
> <body>
> <img src="background.jpg" width="1000" height="118" border="0">
IMG is a inline element and should be contained in a block element
> </body
The closing tag of your body element is malformed, should be '</body>'
> </html>
--
Take care,
Jonathan
-------------------
LITTLE WORKS STUDIO
http://www.LittleWorksStudio.com
Navigation:
[Reply to this message]
|