Switch to full style
HTML,DHTML,Javascript,XML,CSS
Post a reply

Table background image problem

Mon Jul 13, 2009 8:54 am

I'm trying to put a background in my table data section but i#m having no luck. It's been a while since i've made any websites but the last time i did i used this same method and now it's not working.

Code:
<TABLE WIDTH=1000 BORDER=0 CELLPADDING=0 CELLSPACING=0>
<TR>
<TD COLSPAN=5>
<IMG SRC="/lay_01.jpg" WIDTH=1000 HEIGHT=363 ALT=""></TD>
</TR>
<TR>
<TD ROWSPAN=4>
<IMG SRC="/lay_02.jpg" WIDTH=42 HEIGHT=537 ALT=""></TD>
<TD COLSPAN=3>
<IMG SRC="/lay_03.jpg" WIDTH=923 HEIGHT=52 BORDER=0 ALT="" USEMAP="#lay_03_Map"></TD>
<TD ROWSPAN=4>
<IMG SRC="/lay_04.jpg" WIDTH=35 HEIGHT=537 ALT=""></TD>
</TR>
<TR>
<TD COLSPAN=3>
<IMG SRC="/lay_05.jpg" WIDTH=923 HEIGHT=32 ALT=""></TD>
</TR>
<TR>
<TD ROWSPAN=2>
<IMG SRC="/lay_06.jpg" WIDTH=4 HEIGHT=453 ALT=""></TD>
<TD style="background-image:url(/lay_07.jpg)"></TD>


<TD ROWSPAN=2>
<IMG SRC="/lay_08.jpg" WIDTH=3 HEIGHT=453 ALT=""></TD>
</TR>
<TR>
<TD>
<IMG SRC="/lay_09.jpg" WIDTH=916 HEIGHT=21 ALT=""></TD>
</TR>
</TABLE>




Re: Table background image problem

Mon Jul 13, 2009 1:03 pm

im trying to use a transparent PNG i made in GIMP as a repeated image in a table

for some reason it shows the old default myspace colors underneath

so it looks like this "I Circled The Areas"

Link For Image: http://i28.tinypic.com/28ivlgn.jpg


i didnt really want to use the "Opacity" code
because i dont like the way its makes the text & images transparent as well

Re: Table background image problem

Tue Jul 14, 2009 12:07 am

hey shifanyroma,

you are putting the image inside the <Td> , no the table itself .

Post a reply
  Related Posts  to : Table background image problem
 Move image in front of a background image     -  
 Table with colored background     -  
 No repeated background image     -  
 Repeat background image on y axis     -  
 Repeat background image on x axis     -  
 Set position of background image in pixels     -  
 right bottom background image position     -  
 Start background image from its bottom     -  
 Hide the background image by one click     -  
 Automatic change to webpage background image     -