Hello. I am kind of a HTML newbie but I am creating a table with information. If i do not specify the width of the table, it makes it very long and I have to scroll horizontally on the page to see it all. I want to be able to shrink it down and make it viewable on one page. How can I do this? Can I make the font smaller or specify a width of the table? I did <table width="400" border="1"> but this didnt change anything. Help please.
The best way to do it would be via css.
<style type="text/css">
table{width:100%}
</style>
"If at first you do suceed, try not to look astonished."
I have 50 gmail invitations at my disposal, if you want one pm me with your First and Last name and your email address HTTPGuru
Bookmarks