Thread: background help
Results 1 to 2 of 2
Related
-
Background help Forum: HTML Forum
Replies: 6 -
CSS background Forum: CSS Forum
Replies: 3 -
Background colors. How? Forum: HTML Forum
Replies: 2 -
Background Image Forum: HTML Forum
Replies: 4 -
background mp3 Forum: HTML Forum
Replies: 1
-
05-12-2002, 06:50 PM #1
background- help!!!
How can i set an image as a background, but not have it tiled?
what is the html code to do this?
Thanks
-
05-13-2002, 01:59 PM #2
Hiya mate,
put this in your <head>-
<style>
<!--
body {
background-image: url("yourPicture.gif");
background-repeat: norepeat;
}
-->
</style>
Should work, if not, get back to us.
Oh, and I will move this into the 'HTML Help Section'.If one of our members helps you, please click theicon to add to their reputation!
No support via email or private message - use the forums!
Before you ask, have you Searched?
Cloudjiffy- PaaS for Developers
10-05-2020, 12:30 AM in Web Hosting Forum