View Full Version : graphics help
Bytch_Amy
08-31-2008, 05:33 AM
i wanna a a graphic to this table bar thing how do i do that other than add just a color
<table width="90%" border="0" align="center" cellpadding="0" cellspacing="0" class="transparent">
<tr bordercolor="#000000"> <td height="22" bgcolor="#333333" class="barcolor"><p>About Me</p></td> </tr>
<tr>
Kenny
09-01-2008, 04:36 AM
You can add a
style="background-imgage:url(betty.jpj);background-repeat:no-repeat"
magicyte
09-03-2008, 10:54 PM
You can add a
style="background-imgage:url(betty.jpj);background-repeat:no-repeat"
Incorrect, Kenny. I could help but correct you:
style="background-imgage:url(betty.jpj);background-repeat:no-repeat"
imgage is not the correct way to spell "image".
style="background-imgage:url(betty.jpj);background-repeat:no-repeat"
It's JPG, not jpj.
By the way, if you do want the image to repeat (Bytch_Amy(which I find as a very unhealthy and innapropriate username)), just take out the background-repeat:no-repeat. That should fit your needs.
Here is the final code:
style="background-image:url(betty.jpg);background-repeat:no-repeat;"
Your welcome for the help.
-magicyte
Powered by vBulletin® Version 4.2.2 Copyright © 2021 vBulletin Solutions, Inc. All rights reserved.