Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion GroupsGeneralPHPASPPerlColdFusionFlashHTML, CSS, ScriptsBrowsers

Webmaster Forum / HTML, CSS, Scripts / CSS / July 2008



Tip: Looking for answers? Try searching our database.

Difference in opinion with computer over what constitutes 100%

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Barely Audible - 28 Jul 2008 16:42 GMT
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?

Signature

TTFN
Jim

Always remember to pillage BEFORE you burn
 -- Unknown

Harlan Messinger - 28 Jul 2008 17:09 GMT
> 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...
[quoted text clipped - 14 lines]
>
> Anyone advise me on am I doing wrong?

body { margin: 0; }
Barely Audible - 28 Jul 2008 17:18 GMT
>> 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...
[quoted text clipped - 16 lines]
>
> body { margin: 0; }

Thanks Harlan!
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2009 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.