Results 1 to 3 of 3

Thread: graphics help

  1. #1
    Join Date
    Aug 2008
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default graphics help

    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>

  2. #2
    Join Date
    Dec 2006
    Posts
    47
    Thanks
    1
    Thanked 3 Times in 3 Posts

    Default

    You can add a
    style="background-imgage:url(betty.jpj);background-repeat:no-repeat"

  3. #3
    Join Date
    Jun 2008
    Posts
    589
    Thanks
    13
    Thanked 54 Times in 54 Posts
    Blog Entries
    1

    Default

    You can add a
    style="background-imgage:url(betty.jpj);background-repeat:no-repeat"
    Incorrect, Kenny. I could help but correct you:

    Code:
    style="background-imgage:url(betty.jpj);background-repeat:no-repeat"
    imgage is not the correct way to spell "image".

    Code:
    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:

    Code:
    style="background-image:url(betty.jpg);background-repeat:no-repeat;"
    Your welcome for the help.

    -magicyte

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •