WebArtz - The Web Design Forum
Welcome to WebArtz, Guest!

WebArtz is a nice place for discussions related to web designing and coding. We help our members to code their own website templates with HTML and CSS. We give them advice on various issues.

To know more about WebArtz Forum, visit the About Us page.

At the moment, you are viewing the forum as a guest. As a guest you can't make post and participate in discussions. You need to register and become a member of the forum. Click the register link below and become a part of this forum.

Thank You


You are not connected. Please login or register

View previous topic View next topic Go down  Message [Page 1 of 1]

1 CSS on Mon Aug 30, 2010 10:21 pm

Behavior???


Registered Member
Registered Member
Joels CSS Problems

http://www.webartzforum.com/css-cascading-style-sheets-f6/css-problem-t1459.htm

This appears in my post too

Such as this

http://clubbies.forummotion.com/site-news-and-announcements-f1/the-official-clubbie-staff-t37.htm

http://www.thedungeons.info

2 Re: CSS on Tue Aug 31, 2010 8:36 pm

Behavior???


Registered Member
Registered Member
bump

http://www.thedungeons.info

3 Re: CSS on Tue Aug 31, 2010 8:56 pm

ankillien


Administrator
Administrator
Hi,

Try adding this code to your CSS...

Code:
.post {
background-color : #F7F7F7;
}


And please avoid bumping topic unless it has been days having no reply to your topic.

4 Re: CSS on Wed Sep 01, 2010 5:58 am

Joel


Registered Member
Registered Member
Yep. That should do it Wink

http://www.advertisehotspot.info/

5 Re: CSS on Wed Sep 01, 2010 6:12 am

Matti


Registered Member
Registered Member
ankillien wrote:Hi,

Try adding this code to your CSS...

Code:
.post {
background-color : #F7F7F7;
}


And please avoid bumping topic unless it has been days having no reply to your topic.


Yeah that worked but how to add border-color: #93b6e1 on it?

6 Re: CSS on Wed Sep 01, 2010 8:18 am

ankillien


Administrator
Administrator
Use this code to add border...

Code:
.post {
border: 1px solid #93b6e1;
}

7 Re: CSS on Wed Sep 01, 2010 7:08 pm

Behavior???


Registered Member
Registered Member
No, It didnt help either

http://www.thedungeons.info

8 Re: CSS on Wed Sep 01, 2010 7:30 pm

ankillien


Administrator
Administrator
Where did you add the code?
Try adding it at the end of your stylesheet. If it still doesn't work, try important tag...

Code:
    .post {
    background-color : #F7F7F7 !important;
    }

View previous topic View next topic Back to top  Message [Page 1 of 1]

Permissions in this forum:
You cannot reply to topics in this forum