Background image no-repeat html.

Munkeypop

New Member
Hey folks.

Does anyone know how to add no-repeat attributes to background images using html. I know how to do it in css, but for the task i'm carrying out this isn't suitable and I am having problems with it just straight through html. Any help would be great.
 

thrive

New Member
You used to be able to do it in html but it's been phased out with newer browsers.

style="background-image:url(/images/image.gif); background-repeat:no-repeat;"
 
Top