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.

HTML Forum


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



Post a Project »

Find a Professional HTML Freelancer!

Find a Freelancer to help you with your HTML projects

FREE Outsourcing eBook!

Reply
Can't get the background color to change.
Old 06-24-2010, 09:51 AM Can't get the background color to change.
Novice Talker

Posts: 14
Name: robin brunet
Trades: 0
I don't seem to be able to change the background color to my image gallery. It should be simple to do I know but for some reason I can't find the code that I need to change. I tried changing every little bit and still can't find it.

The two CSS pages for my image gallery are
www.robinsden.co.cc/Scripts/image_gallery/jquery.ad-gallery.css
www.robinsden.co.cc/Scripts/image_gallery/jquery.ad-gallery.css

If it's even possible to center my gallery I'd love to know how too, thanks.

and here is one of the pages so you can see what it is I am trying to change.

http://robinsden.co.cc/services/phot...dels/ashly.php
robin b is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 06-24-2010, 10:02 AM Re: Can't get the background color to change.
Phunk Rabbit's Avatar
Ultra Talker

Posts: 255
Name: John Nerush
Location: Milton Keynes, UK
Trades: 0
The colour is coming from the ID gallery, change it to:

Code:
#gallery {
background:none  repeat scroll 0 0 #C5A665;
padding:30px;
}
With regards to centering it:
You just need to put margin:0 auto; into the gallery ID also.


Code:
#gallery {
background:none  repeat scroll 0 0 #C5A665;
padding:30px;
margin:0 auto;
}
__________________

Please login or register to view this content. Registration is FREE

Learn professional skills from professional people, from $6.50 a month.

Last edited by Phunk Rabbit; 06-24-2010 at 10:03 AM..
Phunk Rabbit is offline
Reply With Quote
View Public Profile Visit Phunk Rabbit's homepage!
 
Reply     « Reply to Can't get the background color to change.
 

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