Subject:
|
Re: HTML Question
|
Newsgroups:
|
lugnet.publish
|
Date:
|
Wed, 16 Jun 1999 15:15:56 GMT
|
Viewed:
|
487 times
|
| |
| |
Thomas Main <main@appstate.edu> writes:
> Hmmm...well after putting the background statement in all my left hand
> side table cells (sheepish grin)...it does indeed work. Originally I
> had only put the <BACKGROUND=""> statement in an empty <TD> cell. Of
> course, the result doesn't seem as nice to me as the image I had
> before because this new one doesn't extend to the top and bottom of the
> screen and it cuts the graphic at each cell. Any ideas for making the
> background extend to the top and bottom? (I realize this isn't an HTML
> tutor newsgroup...just think about it if you have some time to kill)
Try this:
<table background="foo.bar">
<tr>
<td>
</td>
</tr>
</table>
If I remember correctly, you might have to add background="none" to the
TD tag.
--Bram
Bram Lambrecht / o o \ BramL@juno.com
-------------------oooo-----(_)-----oooo-------------------
WWW: http://www.chuh.org/Students/Bram-Lambrecht/
-----------------------------------------------------------
|
|
Message has 1 Reply: | | Re: HTML Question
|
| Bram, This works too and it's a more elegant solution than putting the background in every <TD> The result is still a background strip that doesn't touch at the top and bottom of the screen, unfortunately. I can live with this though...thanks to (...) (25 years ago, 16-Jun-99, to lugnet.publish)
|
Message is in Reply To:
| | Re: HTML Question
|
| Hmmm...well after putting the background statement in all my left hand side table cells (sheepish grin)...it does indeed work. Originally I had only put the <BACKGROUND=""> statement in an empty <TD> cell. Of course, the result doesn't seem as nice (...) (25 years ago, 16-Jun-99, to lugnet.publish)
|
18 Messages in This Thread:
- Entire Thread on One Page:
- Nested:
All | Brief | Compact | Dots
Linear:
All | Brief | Compact
This Message and its Replies on One Page:
- Nested:
All | Brief | Compact | Dots
Linear:
All | Brief | Compact
|
|
|
|