Reply
no tiled picture
Old 04-27-2004, 06:20 PM no tiled picture
Average Talker

Posts: 16
Location: minnesota
I changed the background on part of my webpage from a plain colored background to a picture and it came up in tiles. Can someone please explain why it does this and how I can fix it.

Thank you
mnsnowball is offline
Reply With Quote
View Public Profile Visit mnsnowball's homepage!
 
When You Register, These Ads Go Away!
     
Old 04-30-2004, 06:24 AM
steveharro's Avatar
Extreme Talker

Posts: 172
You need to look into CCS style sheets.This will do the trick for know.Just change the image name images/logo.gif to the background image your using.And make sure you have the correct path as well.
Hope this helps.OH YEAH this goes anywere between the <head> </head> tags.
<style>
body {
background: url("images/logo.gif");
background-repeat: no-repeat;
}

pre {
background: url("images/logo.gif");
background-repeat: repeat-x;
}

menu {
background: url("images/logo.gif");
background-repeat: repeat-y;
}

p {
background: url("images/logo.gif");
background-repeat: no-repeat;
}
</style>

Regards Steveharro Best Download Sites
steveharro is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to no tiled picture
 

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off




   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML

 


Page generated in 0.18441 seconds with 13 queries