Even More HTML Richard Fisher
Other HTML Topics MAILTO: COLORS FONT TABLES SOUND 10/19/99 Richard Fisher
MAILTO: <A HREF=“mailto:rfisher@utdallas.edu”> <IMG SRC=“mailbox.gif”> Richard Fisher</A> 10/19/99 Richard Fisher
Color=“rrggbb” where r=red, g=green, and b=blue intensity Colors Color=“rrggbb” where r=red, g=green, and b=blue intensity <BODY BGCOLOR="#FFFFFF" TEXT="#000000" LINK="#0000FF" VLINK="#FF00FF" ALINK="#FF0000">
Decimal to Hex Conversion Windows Calculator (in Accessories Group) Excel’s DEC2HEX Function
Common Color Schemes RRGGBB Pattern Color 000000 Black 0000FF Blue 00FFFF Cyan 00FF00 Green FF0000 Red FF00FF Magenta FFFF00 Yellow FFFFFF White 10/19/99 Richard Fisher
<FONT SIZE=4> .... </FONT> FONT Size and Color <FONT SIZE=4> .... </FONT> (default=3, 7 is largest) <FONT SIZE=7 COLOR=#0000FF> I’m Big and Blue</FONT> 10/19/99 Richard Fisher
Tables Begin/End Table <table>...</table> Table Row <tr>...</tr> Table Data <td>...</td> Example: <table> <tr><td>Item 1</td><td>Item 2</td></tr> <tr><td>Item 3</td><td>Item 4</td></tr> </table> 10/19/99 Richard Fisher
Table for Buttons <TABLE BORDER=0 CELLSPACING=0 CELLPADDING=0> <TR> <TD ALIGN=CENTER> <A HREF="ba4320.htm"> <IMG BORDER=0 SRC="../images/butmain.gif" WIDTH=90 HEIGHT=30 ALT=Main Menu></A></TD> <TD ALIGN=CENTER> <A HREF="general.htm"> <IMG BORDER=0 SRC="../images/butgen.gif" WIDTH=90 HEIGHT=30 ALT= General Information > </A> </TD> </TR> </TABLE> 10/19/99 Richard Fisher
Table for Buttons Netscape Table Reference http://home.netscape.com/assist/net_sites/table_sample.html Method: Find table structure you like and copy and past code to HTML 10/19/99 Richard Fisher
HTML Reference http://werbach.com/barebones/ 10/19/99 Richard Fisher
The End Questions ? Richard Fisher rfisher@utdallas.edu 10/19/99