WebBuilder101 - Making the web happen!
Need Web Dev software? Here is the place to
Flash Point
Specifying Table Widths in percents

By Eddy R.
(7/21/99)

A good way to suit everyone's viewing needs, is to design sites that have tables with width sizes set in percents instead of  fixed numbers.

Setting table widths in percents, will allow your web pages to adjust to the resolution at which the systems of your site's visitors are running.

To accomplish this effect, make sure your HTML code looks like this:

<html>
<head>
<title>Table Sizes</title>
</head>
<body>
<table border="0"
width="100%" cellpadding="0" cellspacing="0">
<tr>
<td
width="100%"></td>
</tr>
</table>
</body>
</html>

The code above is just an example to show you how to assign percents to table widths. You may change other attributes as needed.

.

 

More Resources
Designing Tips
Learn the code
What is HTML?
HTML Editors
Sites designed for specific resolutions
Table size in percents

Suggested Reading

Beginning Active Server Pages 3.0
JavaScript Bible
Red Hat Linux
Dreamweaver 3.0
HTML Bible



Download WB101 Wallpaper
• Web Builder 101 Wallpaper Get it!.
• Find out how to create your own Wallpaper Teach me!.
Sign up for our Newsletters
• Web Building Sign me Up!.
• Net Alert! Sign me Up!.
Need Help?
• Contact Support Click here.
• E-mail the Webmaster Click Here.
• Search Tips Click Here.

Webbuilder101.com © 1998 - 2003 Copyright and Terms of Use
Send mail to: webmaster@webbuilder101.com

» About » Support

» FAQ » What's New » MyLog

Web Builder 101 Web Builder 101 - Making the Web Happen Web Builder 101 - Making the Web Happen
.