To include a table in your FAQ, you should have at least a cursory knowledge of HTML.
Basically, every HTML tag in a table requires a closing tag. Table can quickly grow to unmanageable proportions simply due to the large number of tags involved. Add in some align="center" and other coding, and it becomes really complex.
A simple table to create some columns looks like this, for example:
<table align="center" width="90%" border="1" bgcolor="#CC0000"><tr><td align="center"><font color="white" face="garamond" size="+3">ONE</font></td><td align="center"><font color="white" face="garamond" size="+3">TWO</font></td><td align="center"><font color="white" face="garamond" size="+3">THREE</font></td><td align="center"><font color="white" face="garamond" size="+3">FOUR</font></td></tr></table>
That's a whole lot of coding to dress up one line with four cells in it.
feedback form
feedback form
by KeysCapt  last modified: 2002-10-16 01:46:16 |