![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Greetings -- Thought I'd use DWTs when I redid my site today...(note to self, test template in all browsers before building site out -- but then again, perhaps that's the beauty of using templates!). Am stumped on why in Netscape 7 the content expands the entire width of the browser (and beyond)? Also, why is there a larger gap (compared to IE) between the menu triggers and the H1 heading? I can live with it, but was curious. Appreciate a second pair of eyes: http://www.web-eze.com/ Kindest, Kelley Rao, Webeze |
#3
| |||
| |||
|
|
The text scrolls right off the page for me in Moz 1.5a. To the right. I have the favorite places panel on the left, about 2 inches wide -- screen res 1024x768. HTH -- Bonnie in Sacramento kroko at sbcglobal.net "Kelley Rao" <krao (AT) lightsoffweb-eze (DOT) com> wrote in message news:bh41lb$aoi$1 (AT) forums (DOT) macromedia.com... Greetings -- Thought I'd use DWTs when I redid my site today...(note to self, test template in all browsers before building site out -- but then again, perhaps that's the beauty of using templates!). Am stumped on why in Netscape 7 the content expands the entire width of the browser (and beyond)? Also, why is there a larger gap (compared to IE) between the menu triggers and the H1 heading? I can live with it, but was curious. Appreciate a second pair of eyes: http://www.web-eze.com/ Kindest, Kelley Rao, Webeze |
#4
| |||
| |||
|
|
BTW -- If I remove the DOCTYPE, it works fine...but why? |
#5
| |||
| |||
|
#6
| |||
| |||
|
|
Kelley Rao wrote: BTW -- If I remove the DOCTYPE, it works fine...but why? One reason may be line 134 in your code: td valign="top" nowrap><table width="100%" border="0" cellspacing="0" cellpadding="0" That td set to nowrap contains, I think, everything on the page down to line 219. In a standards mode, transitional doctype you are getting the depreciated nowrap in earnest, and all of those paragraphs in the main text are stretching out to one line. Select that td in the properties inspector, and I think you will see it. -- trx |
#7
| |||
| |||
|
|
Kelley Rao wrote: BTW -- If I remove the DOCTYPE, it works fine...but why? One reason may be line 134 in your code: td valign="top" nowrap><table width="100%" border="0" cellspacing="0" cellpadding="0" That td set to nowrap contains, I think, everything on the page down to line 219. In a standards mode, transitional doctype you are getting the depreciated nowrap in earnest, and all of those paragraphs in the main text are stretching out to one line. Select that td in the properties inspector, and I think you will see it. -- trx |
#8
| |||
| |||
|
|
Excellent catch. I figured it had something to do with doctypes and nothing to do with Templates, but I'm not sure I would have caught this one.... |

#9
| |||
| |||
|
|
Thanks so much -- that did the trick! |
![]() |
| Thread Tools | |
| Display Modes | |
| |