FIX: message heading on multiple lines
-
Hi Chris, I found some time to test my proposal to fix the problem, but could only do that on my IE 5.01 - it seems it works though! :)
<TR BGCOLOR="#FEF9E7" ID="31109_h0">
<TD WIDTH="70%">
<TABLE BORDER="0" CELLSPACING="0" CELLPADDING="0" WIDTH="100%" HEIGHT="100%">
<TR>
<TD BGCOLOR="white"><A NAME="xx31109xx"></A>
<IMG HEIGHT="1" WIDTH="18" SRC="/script/images/ind.gif">
<IMG ALIGN="absmiddle" SRC="/script/images/news_unselected.gif"> </TD>
<TD WIDTH="100%"><FONT CLASS="messagetitle"><A ID="D -
Hi Chris, I found some time to test my proposal to fix the problem, but could only do that on my IE 5.01 - it seems it works though! :)
<TR BGCOLOR="#FEF9E7" ID="31109_h0">
<TD WIDTH="70%">
<TABLE BORDER="0" CELLSPACING="0" CELLPADDING="0" WIDTH="100%" HEIGHT="100%">
<TR>
<TD BGCOLOR="white"><A NAME="xx31109xx"></A>
<IMG HEIGHT="1" WIDTH="18" SRC="/script/images/ind.gif">
<IMG ALIGN="absmiddle" SRC="/script/images/news_unselected.gif"> </TD>
<TD WIDTH="100%"><FONT CLASS="messagetitle"><A ID="DThanks Paolo! I tested it on IE6 but it didn't fix it :( cheers, Chris Maunder (CodeProject)
-
Thanks Paolo! I tested it on IE6 but it didn't fix it :( cheers, Chris Maunder (CodeProject)
I'm really disappointed :mad: , but I would say that I expected it. I tried another solution: extend the nested TABLE to all the row, moving the outer columns inside it. But I found it difficult to set the right column's width for all the columns. It's not that easy... I have to remember this if they ask me to web-design something :) Paolo ------ "airplane is cool, but space shuttle is even better" (J. Kaczorowski)
-
I'm really disappointed :mad: , but I would say that I expected it. I tried another solution: extend the nested TABLE to all the row, moving the outer columns inside it. But I found it difficult to set the right column's width for all the columns. It's not that easy... I have to remember this if they ask me to web-design something :) Paolo ------ "airplane is cool, but space shuttle is even better" (J. Kaczorowski)
Sounds like you are pretty much at the point I got to. There is an extremely simple, neat and efficient way of fixing it. Just can't think of it at the moment. :( cheers, Chris Maunder (CodeProject)
-
Sounds like you are pretty much at the point I got to. There is an extremely simple, neat and efficient way of fixing it. Just can't think of it at the moment. :( cheers, Chris Maunder (CodeProject)
Hi Chris, It seems like you've fixed it... or, at least, I see John's posts are ok now (see http://www.codeproject.com/lounge.asp?forumid=1159&select=71904#xx71904xx) If that works on IE6 too, how did you do that? I looked at the source HTML, but didn't notice any change. Interestingly enough, if I load the page in FrontPage 2000 it doesn't show correctly in the embedded preview window. Please explain this little mystery :eek: Cheers, Paolo ------ "airplane is cool, but space shuttle is even better" (J. Kaczorowski)
-
Hi Chris, It seems like you've fixed it... or, at least, I see John's posts are ok now (see http://www.codeproject.com/lounge.asp?forumid=1159&select=71904#xx71904xx) If that works on IE6 too, how did you do that? I looked at the source HTML, but didn't notice any change. Interestingly enough, if I load the page in FrontPage 2000 it doesn't show correctly in the embedded preview window. Please explain this little mystery :eek: Cheers, Paolo ------ "airplane is cool, but space shuttle is even better" (J. Kaczorowski)
Andrew Peace was playing around and nailed it for IE (only). Just rearranged the table formatting and removed an embedded table. IE is the only browser that treats cell widths correctly (or at least, intuitively) Opera and Netscape make a mess of it, so they use the old HTML formatting. cheers, Chris Maunder (CodeProject)