View Full Version : Picture for the Background


LillyLove
03-20-2003, 05:39 AM
Im not sure how to do this, I have read the instructions over and over yet I cant figure it out, can you tell me where the tag goes in this table to add my own backgroung?

<tr>
<td><img src="http://www.lillylove.com/lilly2sim.gif"></td>
<td><font color=#696FFE size=3>
<font color="blue">Name:</font> Lilly<br>
<font color="purple">DOB:</font> 4 days out, but a Founder<br>
<font color="blue">Job:</font> Owner of Impertial Palace Casino<br>
<font color="purple">Likes:</font> <ul><li>Riding my Bull<br>
<li>makin money<br>
<li>Flirting<br>
<li>Webcam<br>
<li>Tia my girlfriend<br>
</ul>
<font color="blue">Dislikes:</font> <ul><li>Rude people<br>
<li>people who say a/s/l<br>
<li>People who IM me and ask to me a roommate<br>
</ul>

</td>
</tr>
</table>
</center>

alkaline39
03-20-2003, 05:50 AM
<table background="background.gif">
<tr>
<td><img src="http://www.lillylove.com/lilly2sim.gif"></td>
<td><font color=#696FFE size=3>
<font color="blue">Name:</font> Lilly<br>
<font color="purple">DOB:</font> 4 days out, but a Founder<br>
<font color="blue">Job:</font> Owner of Impertial Palace Casino<br>
<font color="purple">Likes:</font> <ul><li>Riding my Bull<br>
<li>makin money<br>
<li>Flirting<br>
<li>Webcam<br>
<li>Tia my girlfriend<br>
</ul>
<font color="blue">Dislikes:</font> <ul><li>Rude people<br>
<li>people who say a/s/l<br>
<li>People who IM me and ask to me a roommate<br>
</ul>

</td>
</tr>
</table>
</center>

LillyLove
03-20-2003, 05:58 AM
Thank you so much, one more Question, how do I put the Background only on one side? There is two cells and I only want the background on the right side.

alkaline39
03-20-2003, 06:01 AM
then you take the background="background.gif" out of your table tag and put it in the td tag that you want it in

<table>
<tr>
<td background=""><img src="http://www.lillylove.com/lilly2sim.gif"></td>
<td><font color=#696FFE size=3>
<font color="blue">Name:</font> Lilly<br>
<font color="purple">DOB:</font> 4 days out, but a Founder<br>
<font color="blue">Job:</font> Owner of Impertial Palace Casino<br>
<font color="purple">Likes:</font> <ul><li>Riding my Bull<br>
<li>makin money<br>
<li>Flirting<br>
<li>Webcam<br>
<li>Tia my girlfriend<br>
</ul>
<font color="blue">Dislikes:</font> <ul><li>Rude people<br>
<li>people who say a/s/l<br>
<li>People who IM me and ask to me a roommate<br>
</ul>

</td>
</tr>
</table>
</center>

LillyLove
03-20-2003, 06:06 AM
woohoooo Thank you so much ! lol took me forever to get that Thanks!

Lilly