html background repeat, html background without css, background without css, background without stylesheet, html background, design without css, Html code to install background in a html page without css or a style sheet. It took me hours to find this solution and all the css lovers were
saying it cannot be done. |
||
Here is the html code; Below the ending head tag put; <BODY background="images/your-file.jpg" style="background-repeat: repeat-x;"> Or this code if you want a background color with the background tile <body bgcolor="#006599" background="../images/bb-back.jpg" style="background-repeat: repeat-x;"> |
||
Example: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||
The image on this page is 30 x 597 and repeated sideways. Or see this web site with a larger background with a background color using the code above. |
||
Courtesy of Joe Holmes http://joeholmes.info/web-sites.htm |