Ask a Question related to Macromedia Dynamic HTML, Design and Development.
-
kivick #1
why the table cannot show background image?
please help! Thanks so much!!!
When i Add the image as background inside a row in the table, the background
image cannot be shown after IE Preview, why?
this is my code:
<table width="491" border="0" cellpadding="0" cellspacing="0">
<tr>
<td colspan="2" valign="top" scope="row"> </td>
</tr>
<tr background="../images/location/bg.gif">
<th colspan="2" valign="top" scope="row"> </th>
</tr>
<tr>
<th valign="top" scope="row"> </th>
<td> </td>
</tr>
</table>
kivick Guest
-
Background Image in Table
I am trying to insert an image then have a few links on top of it, but have been unsuccessful. I figured that I would just set a table to have a... -
Table background image
Validation Results - I keep getting the massage "The tag: "table" doesn't have an attribute: "background" in currently active versions.:confused; -
Can't get background to show
I'm very new to this, but I've been able to piece together code from several sources to get the basic functionality I want. But somewhere along the... -
Background Image for cell in DWMX, it doesn't show up in Preview!
On Mon, 28 Jul 2003 03:52:14 +0000 (UTC), "Beatleman" webforumsuser@macromedia.com wrote: That's because the background is applied to the... -
background images don't show
Tim: It's a known misbehavior of DW4. Are you using DMX? -- Murray --- ICQ 71997575 Team Macromedia Volunteer for Dreamweaver MX (If you... -
Murray *TMM* #2
Re: why the table cannot show background image?
IE doesn't support background images on <tr> tags.
--
Murray --- ICQ 71997575
Team Macromedia Volunteer for Dreamweaver
(If you *MUST* email me, don't LAUGH when you do so!)
==================
[url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
[url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
[url]http://www.dwfaq.com[/url] - DW FAQs, Tutorials & Resources
[url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
==================
"kivick" <webforumsuser@macromedia.com> wrote in message
news:dnm98k$8pi$1@forums.macromedia.com...> please help! Thanks so much!!!
>
> When i Add the image as background inside a row in the table, the
> background
> image cannot be shown after IE Preview, why?
> this is my code:
>
> <table width="491" border="0" cellpadding="0" cellspacing="0">
> <tr>
> <td colspan="2" valign="top" scope="row"> </td>
> </tr>
> <tr background="../images/location/bg.gif">
> <th colspan="2" valign="top" scope="row"> </th>
> </tr>
> <tr>
> <th valign="top" scope="row"> </th>
> <td> </td>
> </tr>
> </table>
>
>
Murray *TMM* Guest



Reply With Quote

