HighDots Forums  

Heigth and table issues

Macromedia Dreamweaver Macromedia Dreamweaver Discussions (macromedia.dreamweaver)


Discuss Heigth and table issues in the Macromedia Dreamweaver forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
hairball12
 
Posts: n/a

Default Heigth and table issues - 11-09-2004 , 12:29 PM






I am trying to make a table that will be 100% wide and 100% high for one page.
Basically, I set the backfground of the page to a certain color and place the
one column/one row table at 100% wide with a different color background. I am
trying to get the page to almost look like its framed, with each side equal to
each other. How do you set the bottom of the page (or should I say, the
height of the page) so it fits like the other sides?


Reply With Quote
  #2  
Old   
Murray *TMM*
 
Posts: n/a

Default Re: Heigth and table issues - 11-09-2004 , 12:40 PM






Here's the deal.

A doctype on an HTML page tells the browser how to render the page. If
there is no doctype, or if there is an incomplete one, the page is rendered
in quirks mode. If there is a complete doctype, the page is rendered in
standards mode.

DMX inserted a broken doctype on the page (i.e., functionally equivalent to
no doctype). Earlier versions inserted NO doctype. Hence, all these pages
are rendered in quirks mode.

In quirks mode, the browser makes an attempt to render invalid HTML. Not
all browsers attempt the same rendering - so you will see a variety of
differences, comparing one browser to the next on the same page.

In standards mode, the browsers all render the same (so they say - but in
practice, while not true, it's much more uniform).

Table height is invalid HTML. It always has been - it was never a part of
HTML's specs.

Browsers in quirks mode will try to render table heights. Browsers in
standards mode willl not.

Geddit?

To read how to make tables fill the vertical page, go here -

http://www.apptools.com/examples/tableheight.php


--
Murray --- ICQ 71997575
Team Macromedia Volunteer for Dreamweaver
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.dreamweavermx-templates.com - Template Triage!
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
http://www.macromedia.com/support/search/ - Macromedia (MM) Technotes
==================

"hairball12" <webforumsuser (AT) macromedia (DOT) com> wrote

Quote:
I am trying to make a table that will be 100% wide and 100% high for one
page.
Basically, I set the backfground of the page to a certain color and place
the
one column/one row table at 100% wide with a different color background.
I am
trying to get the page to almost look like its framed, with each side
equal to
each other. How do you set the bottom of the page (or should I say, the
height of the page) so it fits like the other sides?




Reply With Quote
  #3  
Old   
.: Nadia :TMM :.
 
Posts: n/a

Default Re: Heigth and table issues - 11-09-2004 , 10:13 PM



Table height is invalid and depending on the doc type you use - will not
render cross browser.
take a look here for a better explanation and how to possibly make it work:
http://apptools.com/examples/tableheight.php

--
Nadia
---------------
http://www.DreamweaverResources.com
Free Templates | Free Nav Bar Sets
Dropdown Menu Designs | CSS Layouts
Tutorials | Ecommerce - YVStore | SEO Articles|
------------------------------------------------
Team Macromedia Volunteer for Dreamweaver
http://macromedia.com/devnet/mx/dreamweaver/
http://www.macromedia.com/support/dreamweaver/technotes.html
-----------------


"hairball12" <webforumsuser (AT) macromedia (DOT) com> wrote

Quote:
I am trying to make a table that will be 100% wide and 100% high for one
page.
Basically, I set the backfground of the page to a certain color and place
the
one column/one row table at 100% wide with a different color background.
I am
trying to get the page to almost look like its framed, with each side
equal to
each other. How do you set the bottom of the page (or should I say, the
height of the page) so it fits like the other sides?




Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.