I have a table which I want to stop at the edge of the window so I won't have to scroll right and left... I'm setting the width tag at 75% to accomplish this... this is my line cut from the source of the page after it loads.
<table border = 1 width=75%>
Yet, the table goes way off to the right, and I need to scroll. What makes a table misbehave like this, and is there anything I can do to fix it?
-Rob
<table border = 1 width=75%>
Yet, the table goes way off to the right, and I need to scroll. What makes a table misbehave like this, and is there anything I can do to fix it?
-Rob