background

liunx

Guest
is there a command to make it so a background doesnt repeat itself on a page? I know you can do it with stylesheets, just curious if its possible with HTML. Like putting it somewhere in the background properties?<br />
<br />
Mac<!--content--><html><br />
<br />
<head><br />
<title>No repeat</title><br />
<style><br />
<!--<br />
body{ background-image: url('http://www.yourdomain.com/background.jpg'); background-repeat: no-repeat }<br />
--><br />
</style><br />
</head><!--content-->And that works in NS?<!--content-->it works in NS 4.7...<!--content-->Thanks!<!--content-->
 
Back
Top