Wrox Home  
Search P2P Archive for: Go

  Return to Index  

html_code_clinic thread: Table backgrounds


Message #1 by "Phil Benson" <jaucourt@y...> on Mon, 9 Sep 2002 10:34:40
OK Phil:
Simply  use CSS in ur table tags

eg:
<TABLE style="background: url(a.gif)">
to fill in while table.

<TD rowspan="4" colspan="2" style="background: url(a.gif)">example</TD>
to fill in a table cell.

Thats all for now,
Hovik.

----- Original Message -----
From: "Phil Benson" <jaucourt@y...>
To: "HTML Code Clinic" <html_code_clinic@p...>
Sent: Wednesday, September 11, 2002 12:24 PM
Subject: [html_code_clinic] Re: Table backgrounds


I want to stretch an image across a table, so that all of it is displayed.

Thanks

> what do u want exactl?! stretch the image across the whole TABLE or BODY
>u used attributes for tags are for body not TABLE?!
>
>Thats all for now,
>Hovik.

---

Improve your web design skills with these new books from Glasshaus.

Usable Web Menus
http://www.amazon.com/exec/obidos/ASIN/1904151027/ref=nosim/theprogramme
r-20
Constructing Accessible Web Sites
http://www.amazon.com/exec/obidos/ASIN/1904151000/ref=nosim/theprogramme
r-20
Practical JavaScript for the Usable Web
http://www.amazon.com/exec/obidos/ASIN/1904151051/ref=nosim/theprogramme
r-20



  Return to Index