Posted by Jonathan N. Little on 03/14/06 17:32
augustf@gmail.com wrote:
> http://senate.brzaik.com/index2.html [breaks in IE6 - page content
> forced to bottom]
>
> Works in Firefox - any idea what in IE6 is breaking it?
>
A quick look at your source reveals that *many* of the attributes'
quoted values contain carriage returns, e.g,
<div id="top_of_menu"><a href="index.html"><img src="
media/frame/leftm/new/logo.jpg" alt="" border="0" /></a>
should write as
<div id="top_of_menu"><a href="index.html"><img
src="media/frame/leftm/new/logo.jpg" alt="" border="0" /></a>
or
<div id="top_of_menu"><a href="index.html">
<img src="media/frame/leftm/new/logo.jpg" alt="" border="0" />
</a>
don't break the line within the "quotes"
--
Take care,
Jonathan
-------------------
LITTLE WORKS STUDIO
http://www.LittleWorksStudio.com
[Back to original message]
|