Reply
Help - Dreamweaver - Background
Old 09-01-2005, 02:27 AM Help - Dreamweaver - Background
Skilled Talker

Posts: 60
Trades: 0
Ok, so... I made my template in photoshop with 800 by 600 px. I made the background and then the actual site part... My problem is when I go to preview it theres white background off to the right of the template.... how do I made it so that white part is the same as my original background? Heres a.... Screenshot
__________________
"Noobs are fun, everyone should pwn one"

"Never stop learning, or you might as well be dead" - Mentor
II_IcOnZ_II is offline
Reply With Quote
View Public Profile
 
 
When You Register, These Ads Go Away!
Old 09-01-2005, 04:14 PM
chrishirst's Avatar
Super Moderator

Posts: 21,649
Location: Blackpool. UK
Trades: 0
just as there would be at resolutions above 800px wide

CSS:
Code:
body {
background-color:#colour_number_of_background;
}
__________________
Chris. ->> Links are advertising NOT optimising!! <<-
Growing old is mandatory - Growing up is optional
Code Samples | People Counting System | Bits & Bobs
chrishirst is online now
Reply With Quote
View Public Profile Visit chrishirst's homepage!
 
Old 09-01-2005, 10:40 PM
Skilled Talker

Posts: 60
Trades: 0
No. I dont just want one color..... I want the background to be the same as the way I made it in photoshop.... its not just a solid color.
__________________
"Noobs are fun, everyone should pwn one"

"Never stop learning, or you might as well be dead" - Mentor
II_IcOnZ_II is offline
Reply With Quote
View Public Profile
 
Old 09-02-2005, 02:07 AM
PremiumHost's Avatar
Average Talker

Posts: 23
Trades: 0
Set color background for each cell.
It's more flexible than css.
__________________
www.premiumreseller.com
Proudly to be a reliable host for 5000+ domains
Linux Reseller Cpanel 11 - Windows Reseller Helm ASP.NET 3.5 SQL 2005
PremiumHost is offline
Reply With Quote
View Public Profile
 
Old 09-02-2005, 04:48 AM
chrishirst's Avatar
Super Moderator

Posts: 21,649
Location: Blackpool. UK
Trades: 0
But then we are supposed to guess exactly how the background is from a screen shot. It looks black from here!
then;
Code:
body {
background-image:url(image_name);
background-repeat:repeat;
}
BTW I'm guessing again that the background is a repeating image, but of course I could be wrong and it is a single image, in which case you can't!

and for PremiumHost

How is it more flexible than CSS?
__________________
Chris. ->> Links are advertising NOT optimising!! <<-
Growing old is mandatory - Growing up is optional
Code Samples | People Counting System | Bits & Bobs
chrishirst is online now
Reply With Quote
View Public Profile Visit chrishirst's homepage!
 
Old 09-02-2005, 05:34 PM
Skilled Talker

Posts: 60
Trades: 0
Yes. It is a repeating image. Thank you.
__________________
"Noobs are fun, everyone should pwn one"

"Never stop learning, or you might as well be dead" - Mentor
II_IcOnZ_II is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Help - Dreamweaver - Background
 

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.11317 seconds with 13 queries