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]

1Need css code Empty Need css code Wed Sep 01, 2010 9:07 pm

Emilio

Emilio
Registered Member
Registered Member
Well is there a way to put on every message autmaticly a table ?
Maybe with some CSS3 codes?

Like the background is black and sort of table on the background message wich is grey

http://www.graphilicious.forumotion.Com

2Need css code Empty Re: Need css code Wed Sep 01, 2010 9:19 pm

ankillien

ankillien
Administrator
Administrator
Emilio, sorry I don't get your question.

You want the messages automatically display in a table?

3Need css code Empty Re: Need css code Thu Sep 02, 2010 2:38 am

Emilio

Emilio
Registered Member
Registered Member
Yes a table , or something that looks like it so the message pops out

http://www.graphilicious.forumotion.Com

4Need css code Empty Re: Need css code Thu Sep 02, 2010 8:56 am

ankillien

ankillien
Administrator
Administrator
You can put a message on something like a table using this code...

Code:
<div style="border:1px solid #333; padding:5px; background:#666; color:#999; width:250px;">
Message here!
</div>

What do you mean by message 'pops out"?

5Need css code Empty Re: Need css code Thu Sep 02, 2010 11:50 pm

Emilio

Emilio
Registered Member
Registered Member
Well to make it look better ,just a code to add a table background color to every post

http://www.graphilicious.forumotion.Com

6Need css code Empty Re: Need css code Fri Sep 03, 2010 8:39 am

ankillien

ankillien
Administrator
Administrator
You want background for posts?

For whole post block...

Code:
.postmain {
background : red;
}

For only post content...

Code:
.entry-content {
background : red;
}

7Need css code Empty Re: Need css code Sat Sep 04, 2010 1:43 am

Emilio

Emilio
Registered Member
Registered Member
Cool it works can you add an image to it? on the right bottom of the content?

http://www.graphilicious.forumotion.Com

8Need css code Empty Re: Need css code Sat Sep 04, 2010 9:06 am

ankillien

ankillien
Administrator
Administrator
Just add the URL to it...

Code:
.postmain {
background : url(IMAGE URL) right bottom no-repeat;
}

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