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

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]

1CSS Empty CSS Mon Aug 30, 2010 11:51 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

2CSS Empty Re: CSS Tue Aug 31, 2010 10:06 pm

Behavior???


Registered Member
Registered Member
bump

http://www.thedungeons.info

3CSS Empty Re: CSS Tue Aug 31, 2010 10:26 pm

ankillien

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.

4CSS Empty Re: CSS Wed Sep 01, 2010 7:28 am

Joel

Joel
Registered Member
Registered Member
Yep. That should do it Wink

http://www.advertisehotspot.info/

5CSS Empty Re: CSS Wed Sep 01, 2010 7:42 am

Matti

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?

http://csshelp.forumotion.net/

6CSS Empty Re: CSS Wed Sep 01, 2010 9:48 am

ankillien

ankillien
Administrator
Administrator
Use this code to add border...

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

7CSS Empty Re: CSS Wed Sep 01, 2010 8:38 pm

Behavior???


Registered Member
Registered Member
No, It didnt help either

http://www.thedungeons.info

8CSS Empty Re: CSS Wed Sep 01, 2010 9:00 pm

ankillien

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;
    }

Sponsored content


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