Table cell background image

  • beautyfiend
  • Newbie
  • Newbie
  • No Avatar
  • Joined: Feb 12, 2009
  • Posts: 8
  • Loc: London
  • Status: Offline

Post April 3rd, 2009, 1:22 pm

Hi,
How can I have a background image in one of the cells of my table?
So that I can insert text and other objects over the background image.
Thanks a lot.
  • Anonymous
  • Bot
  • No Avatar
  • Joined: 25 Feb 2008
  • Posts: ?
  • Loc: Ozzuland
  • Status: Online

Post April 3rd, 2009, 1:22 pm

  • spork
  • Brewmaster
  • Silver Member
  • User avatar
  • Joined: Sep 22, 2003
  • Posts: 6134
  • Loc: Seattle, WA
  • Status: Offline

Post April 3rd, 2009, 1:35 pm

Code: [ Select ]
<td style="background:url('path/to/image.png');">cell content</td>
The Beer Monocle. Classy.
  • beautyfiend
  • Newbie
  • Newbie
  • No Avatar
  • Joined: Feb 12, 2009
  • Posts: 8
  • Loc: London
  • Status: Offline

Post April 4th, 2009, 1:54 pm

thank you!
  • bishop_ian
  • Newbie
  • Newbie
  • No Avatar
  • Joined: Apr 27, 2010
  • Posts: 14
  • Status: Offline

Post April 27th, 2010, 2:37 am

<TABLE>
<TR>
<TD ROWSPAN="2">
<IMG SRC="pics/image.jpg" width="575" height="???">
</TD>
</TR>
<TR>
<TD>
headline
</TD>
<TD>
here is the content.
</TD>
</TR>
</TABLE>
  • righteous_trespasser
  • Scuffle
  • Genius
  • User avatar
  • Joined: Mar 12, 2007
  • Posts: 6228
  • Loc: South-Africa
  • Status: Offline

Post April 28th, 2010, 3:32 am

bishop_ian wrote:
<TABLE>
<TR>
<TD ROWSPAN="2">
<IMG SRC="pics/image.jpg" width="575" height="???">
</TD>
</TR>
<TR>
<TD>
headline
</TD>
<TD>
here is the content.
</TD>
</TR>
</TABLE>

This will not work as the image will push the content down ... also, it's better to use lowercase tags for XHTML 1.0 strict validity ...
Let's leave all our *plum* where it is and go live in the jungle ...

Post Information

  • Total Posts in this topic: 5 posts
  • Users browsing this forum: No registered users and 129 guests
  • You cannot post new topics in this forum
  • You cannot reply to topics in this forum
  • You cannot edit your posts in this forum
  • You cannot delete your posts in this forum
  • You cannot post attachments in this forum
 
 

© 2011 Unmelted, LLC. Ozzu® is a registered trademark of Unmelted, LLC.