
- Forum
- Programming Talk
- Html
- Attribute Needed
Attribute Needed
This is a discussion on Attribute Needed within the Html forums, part of the Programming Talk category; The background-color for an HTML page can be added by using bgcolor attribute. I want to add background-image for my ...
-
Attribute Needed
The background-color for an HTML page can be added by using bgcolor attribute. I want to add background-image for my HTML page. What is the attribute available for achieving this?
-
problem solved
use style="background-image:'../images/myimagename.jpg';"
or
use background='../images/myimagename.jpg';

Reply With Quote





