Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

Graphics Forum


You are currently viewing our Graphics Forum as a guest. Please register to participate.
Login



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

Posts: 16
Location: minnesota
Trades: 0
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!
 
 
Register now for full access!
Old 04-30-2004, 07:24 AM
steveharro's Avatar
Extreme Talker

Posts: 172
Trades: 0
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 Search this Thread
Search this Thread:

Advanced Search

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

BB 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.17139 seconds with 12 queries