the Rift


Code A Quick Guide to Tables

Psyche the DarkEmpress Posts: 380
Deceased
Mare :: Unicorn :: 15.3 hh :: 8 (ages in Orangemoon) Buff: ENDURE
RayoDeSoleil
#7
If you notice in the first line of the table code, here:

Code:
<table align="center" width="500px" border="0" cellpadding="10px" bgcolor="#000000">

there is a 'bgcolor' option. The 6 digit hex code for the color you want needs to be put there, so in the quotes it should be "#xxxxxx".

As for font color, I recommend using the color editor that is built into this forum, but if you want to get into actual HTML/CSS font coloring and whatnot, the simplest way is to do this:

Code:
<table>

<tr>

<td>

<font color="#xxxxxx">Your text here.</font>

</td>

</tr>

</table>

If you notice, it's the same basic concept - just input your color's hex code into the quotes!

Hope this helps. :)
[Image: psycheicon.png]

Please feel free to tag me in all replies!
Use of force and/or magic (with the exception of death) is allowed at all times.


Messages In This Thread
A Quick Guide to Tables - by Psyche - 04-23-2013, 02:18 PM
RE: A Quick Guide to Tables - by Africa - 04-23-2013, 02:32 PM
RE: A Quick Guide to Tables - by Archibald - 04-23-2013, 04:31 PM
RE: A Quick Guide to Tables - by Onni - 04-23-2013, 08:52 PM
RE: A Quick Guide to Tables - by Psyche - 04-23-2013, 11:06 PM
RE: A Quick Guide to Tables - by Peppermint - 05-23-2013, 05:57 PM
RE: A Quick Guide to Tables - by Psyche - 05-23-2013, 11:21 PM
RE: A Quick Guide to Tables - by Ghost - 05-30-2013, 04:59 PM

Forum Jump:


RPGfix Equi-venture