Ask a Question related to HTML & CSS, Design and Development.
-
Marioshungry #1
can i make background not repeat inside a table
how do i make a background not repeat inside a table? i know how to do it for
the page background but not inside a table. i thought it was in one of the
menus that you could tell it not to repeat?
here's my simple code:
<body>
<table width="657" height="187" border="1" align="right"
background="background.jpg" background:no-repeat>
<tr>
<td> </td>
</tr>
</table>
</body>
</html>
Thanks. i know it's simple, but i freakin' couldn't find something simple and
stupid as this in the help files. i'm also not a web developer.
Marioshungry Guest
-
Update record inside a repeat region
Hello All, I created an update record that I converted to a horizontal line and added a repeat region into it. The page actually load up showing... -
How to repeat background in Flex?
Could I use a 1px image as the background, and let it repeat to fill the whole area?In HTML I can use repeat-x,repeat-y to repeat background.But... -
background-repeat: repeat-x in HTML? Please help!
I want to have a "centered page" look full screen...I have made them using layers and CSS but if I need it to work in most browsers how do I do the... -
Sort a repeat region in a table by clicking on the table headers
Sort a repeat region in a table by clicking on the table headers for ASP some help on this topic pls.. Rgds MeTin -
How to make background image repeat endlessly?
Please help me with this. Thanks. I am trying to make the background loop again and again. e.g. The background text "Happy Happy Happy Happy"... -
Murray *ACE* #2
Re: can i make background not repeat inside a table
background="background.jpg" style="background-repeat:no-repeat;">
Or -
table { background-repeat:no-repeat; }
in a stylesheet embedded in the head of the document, or linked in the head
of the document.
--
Murray --- ICQ 71997575
Adobe Community Expert
(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
==================
"Marioshungry" <webforumsuser@macromedia.com> wrote in message
news:du6mgj$i8m$1@forums.macromedia.com...> how do i make a background not repeat inside a table? i know how to do it
> for
> the page background but not inside a table. i thought it was in one of the
> menus that you could tell it not to repeat?
> here's my simple code:
>
> <body>
> <table width="657" height="187" border="1" align="right"
> background="background.jpg" background:no-repeat>
> <tr>
> <td> </td>
> </tr>
> </table>
> </body>
> </html>
>
>
> Thanks. i know it's simple, but i freakin' couldn't find something simple
> and
> stupid as this in the help files. i'm also not a web developer.
>
Murray *ACE* Guest
-
Kenji Cell #3
Re: can i make background not repeat inside a table
The only way to make a background not repeat is to do it either as an embedded
or an external style sheet. You get 4 options in CSS; Repeat, No Repeat, Repeat
X , Repeat Y. If you have a whole load of pages you wanted do this to then it's
probably a good idea to use an external style sheet.
Kenji Cell Guest
-
Murray *ACE* #4
Re: can i make background not repeat inside a table
You can also do it as inline styles, as I showed.
--
Murray --- ICQ 71997575
Adobe Community Expert
(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
==================
"Kenji Cell" <webforumsuser@macromedia.com> wrote in message
news:du6tc3$rf2$1@forums.macromedia.com...> The only way to make a background not repeat is to do it either as an
> embedded
> or an external style sheet. You get 4 options in CSS; Repeat, No Repeat,
> Repeat
> X , Repeat Y. If you have a whole load of pages you wanted do this to then
> it's
> probably a good idea to use an external style sheet.
>
Murray *ACE* Guest
-
Marioshungry #5
Re: can i make background not repeat inside a table
-------> background="background.jpg" style="background-repeat:no-repeat;">
Thank you Mr. Murray *ACE* . i have struck gold!
Marioshungry Guest
-
Murray *ACE* #6
Re: can i make background not repeat inside a table
Actually, you have only struck lead (Pb).
To strike gold (Au), you would have to not use an inline style for that at
all, by placing that style into an embedded or externally linked
stylesheet....
--
Murray --- ICQ 71997575
Adobe Community Expert
(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
==================
"Marioshungry" <webforumsuser@macromedia.com> wrote in message
news:du8j8r$7ak$1@forums.macromedia.com...> -------> background="background.jpg"
> style="background-repeat:no-repeat;">
>
>
> Thank you Mr. Murray *ACE* . i have struck gold!
Murray *ACE* Guest
-
Marioshungry #7
Re: can i make background not repeat inside a table
I stand corrected...yet the dogs will eat the crumbs and savor them.
Marioshungry Guest
-
Murray *ACE* #8
Re: can i make background not repeat inside a table
Uhh - right. 8)
--
Murray --- ICQ 71997575
Adobe Community Expert
(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
==================
"Marioshungry" <webforumsuser@macromedia.com> wrote in message
news:du9edi$dru$1@forums.macromedia.com...>I stand corrected...yet the dogs will eat the crumbs and savor them.
Murray *ACE* Guest



Reply With Quote

