'background-repeat' Example
|
<head> <style> #myL {background-color:#EEEEEE; background-image:url("http://www.navioo.com/style/logo.png"); height:500; background-repeat:repeat; } </style> </head> <body> <div id="myL" style="width:500"></div> </body> </html>
|
|
|
|
|
HTML code for linking to this page:
Related in same category :
-
-
-
-
|