RoyalRiver
Feb 14 2007, 08:29 AM
I'm not really sure what if it's called a table or background but I've always wondered how to place that behind my avatars/icons whenever I post them. For example:
This One OR
This One which has that table thing in back of her icons aswell. This person's post[/url] has that black background behind her icons. That's the type of thing I'm trying to do. Is there a code of some sort?
Azarel
Feb 14 2007, 01:14 PM
It's a table code. Tweak this as you'd like; right now, it's set to black, grey, and white:
<table cellspacing="4" style="background-color:#000000" align="center">
<tr>
<td><img src="imageONEurl" border="0"></td>
<td><img src="imageTWOurl" border="0"></td>
<td><img src="imageTHREEurl" border="0"></td>
<td><img src="imageFOURurl" border="0"></td>
</tr>
<tr>
<td style="color:#696969; text-align:center; background-color:#FFFFFF">1</td>
<td style="color:#696969; text-align:center; background-color:#FFFFFF">2</td>
<td style="color:#696969; text-align:center; background-color:#FFFFFF">3</td>
<td style="color:#696969; text-align:center; background-color:#FFFFFF">4</td>
</tr>
<tr>
<td><img src="imageFIVEurl" border="0"></td>
<td><img src="imageSIXurl" border="0"></td>
<td><img src="imageSEVENurl" border="0"></td>
<td><img src="imageEIGHTurl" border="0"></td></tr>
<tr>
<td style="color:#696969; text-align:center; background-color:#FFFFFF">5</td>
<td style="color:#696969; text-align:center; background-color:#FFFFFF">6</td>
<td style="color:#696969; text-align:center; background-color:#FFFFFF">7</td>
<td style="color:#696969; text-align:center; background-color:#FFFFFF">8</td>
</tr>
</table>
RoyalRiver
Feb 14 2007, 04:00 PM
ooh! thanks for this.
You're welcome. :) Please PM me or another design staff if you have any further questions and need this thread to be reopened.
} Azarel