HighDots Forums  

Difference in opinion with computer over what constitutes 100%

Cascading Style Sheets Layout/presentation on the WWW (comp.infosystems.www.authoring.stylesheets)


Discuss Difference in opinion with computer over what constitutes 100% in the Cascading Style Sheets forum.



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

Default Difference in opinion with computer over what constitutes 100% - 07-28-2008 , 11:42 AM






I am try to get the table at the top of the page to stretch across the
entire screen andf not leave those annoying bits at each edge...

http://www.jedsite.info/content/test.html

The CSS i have for it is as follows...


TABLE.vanilla{
width: 100%;
margin-top: 0px;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
border-collapse : collapse;
border : 2px solid black;
}

Anyone advise me on am I doing wrong?

--
TTFN
Jim

Always remember to pillage BEFORE you burn
-- Unknown

Reply With Quote
  #2  
Old   
Harlan Messinger
 
Posts: n/a

Default Re: Difference in opinion with computer over what constitutes 100% - 07-28-2008 , 12:09 PM






Barely Audible wrote:
Quote:
I am try to get the table at the top of the page to stretch across the
entire screen andf not leave those annoying bits at each edge...

http://www.jedsite.info/content/test.html

The CSS i have for it is as follows...


TABLE.vanilla{
width: 100%;
margin-top: 0px;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
border-collapse : collapse;
border : 2px solid black;
}

Anyone advise me on am I doing wrong?

body { margin: 0; }


Reply With Quote
  #3  
Old   
Barely Audible
 
Posts: n/a

Default Re: Difference in opinion with computer over what constitutes 100% - 07-28-2008 , 12:18 PM



Harlan Messinger wrote:
Quote:
Barely Audible wrote:
I am try to get the table at the top of the page to stretch across the
entire screen andf not leave those annoying bits at each edge...

http://www.jedsite.info/content/test.html

The CSS i have for it is as follows...


TABLE.vanilla{
width: 100%;
margin-top: 0px;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
border-collapse : collapse;
border : 2px solid black;
}

Anyone advise me on am I doing wrong?


body { margin: 0; }
Thanks Harlan!


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.