This browser does not support basic Web standards, preventing the display of our site's intended design. May we suggest that you upgrade your browser?
NOTE: These pages will remain available for your reference, but will not actively be maintained due to UW-Eau Claire's adoption of FrontPage for web publishing.
When the text in a single table cell exceeds a few words, a line break may improve the appearance and readability of the table. The line break code allows data to be split into multiple lines. Place the line break code <BR> within the text at the point(s) you want the line to break. Notice in the examples below that the line break code can be used in data cells as well as in headers.
Remember that the user of your document has final control over font and size. Some line break codes, though appropriate with your preference settings, may be inappropriate under other conditions.
|
<TABLE BORDER=1> <TR> <TH>Monday</TH> <TH>Wednesday</TH> <TH>Friday</TH> </TR> <TR> <TD>Go to the store<BR>and buy groceries<BR>and stuff</TD> <TD>Class</TD> <TD>Class</TD> </TR> </TABLE> |
|
<TABLE BORDER=1> <TR> <TH>Monday<BR>June 1st</TH> <TH>Wednesday<BR>June 3rd</TH> <TH>Friday<BR>June 5th</TH> </TR> <TR> <TD>Go to the store</TD> <TD>Class</TD> <TD>Class</TD> </TR> </TABLE> |