• 0

How to : make Tables that stick to browser edges


Question

How to make Tables that 'sticks' to your browser's edges.

Example : www.mtvasia.com

if you look at the top, you'll see how the Tables is kind of stick to the top, right, and left border of the browser.

I've been trying to do that with Dreamweaver. But the Tables always left you a space between the edges. Although I already set the width to 100%

Thanks!

Link to comment
Share on other sites

6 answers to this question

Recommended Posts

  • 0

alwyas set the table width to 100% rather than defining the width in pixels.

so when you expand or contract the view the table width will always remain 100% of your browser width.

got what I mean.

;)

Link to comment
Share on other sites

  • 0

Put this in your body tag

<pre>

leftMargin="0" topMargin="0" marginWidth="0" marginHeight="0"

</pre>

Link to comment
Share on other sites

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.