Placing table/background behind posts?, how do I put a background/table behind avatars? |
Placing table/background behind posts?, how do I put a background/table behind avatars? |
![]()
Post
#1
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 47 Joined: Jan 2006 Member No: 357,515 ![]() |
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* |
![]()
Post
#2
|
Guest ![]() |
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> |
|
|
![]()
Post
#3
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 47 Joined: Jan 2006 Member No: 357,515 ![]() |
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 This post has been edited by Azarel: Feb 14 2007, 04:10 PM |
|
|
![]() ![]() |