NameSilo

HTML Help

SpaceshipSpaceship
Watch
Impact
64
I just sliced a template in HTML and went back to change some images to a solid color background (Instead of an image). I did this but when I saved it and looked at it where I inserted the code was white, instead of grey (The color I inserted).

Here is an example of a code I used:

Code:
  <tr>
   <td rowspan="3" colspan="25"><img name="__r31_c4" src="__r31_c4.gif" width="426" height="334" border="0" alt=""></td>
   <td colspan="7"><body bgcolor="EDEDED"></td>
   <td><img src="spacer.gif" width="1" height="83" border="0" alt=""></td>
  </tr>

I double checked and make sure that was the correct code, and it was... But it only shows up as white, not the color I want.

Any help with be very much appreciated.

Thanks,
Matt :)
 
0
•••
The views expressed on this page by users and staff are their own, not those of NamePros.
Unstoppable Domains โ€” AI StorefrontUnstoppable Domains โ€” AI Storefront
Add a # before the color code (ex: <body bgcolor="#EDEDED">)
 
0
•••
Nothing. :(
 
0
•••
Make

<td colspan="7"><body bgcolor="EDEDED"></td>

to

<td colspan="7" bgcolor="EDEDED"></td>

? :)

(Assuming I read your post correctly.)
 
0
•••
Ursula said:
Make

<td colspan="7"><body bgcolor="EDEDED"></td>

to

<td colspan="7" bgcolor="EDEDED"></td>

? :)

(Assuming I read your post correctly.)

Was just about to post that as a scrolled down lol

Danny
 
0
•••
Ursula said:
Make

<td colspan="7"><body bgcolor="EDEDED"></td>

to

<td colspan="7" bgcolor="EDEDED"></td>

? :)

(Assuming I read your post correctly.)

Awesome! NP$ Donated for your help. *<| Thanks. :)
 
0
•••
Dynadot โ€” .com TransferDynadot โ€” .com Transfer
Appraise.net
Escrow.com
Spaceship
Rexus Domain
CryptoExchange.com
Domain Recover
CatchDoms
DomainEasy โ€” Payment Flexibility
DomDB
  • The sidebar remains visible by scrolling at a speed relative to the pageโ€™s height.
Back