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 Need css code on Wed Sep 01, 2010 7:37 pm

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

2 Re: Need css code on Wed Sep 01, 2010 7:49 pm

ankillien


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

You want the messages automatically display in a table?

3 Re: Need css code on Thu Sep 02, 2010 1:08 am

Emilio


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

http://www.graphilicious.forumotion.Com

4 Re: Need css code on Thu Sep 02, 2010 7:26 am

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"?

5 Re: Need css code on Thu Sep 02, 2010 10:20 pm

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

6 Re: Need css code on Fri Sep 03, 2010 7:09 am

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

7 Re: Need css code on Sat Sep 04, 2010 12:13 am

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

8 Re: Need css code on Sat Sep 04, 2010 7:36 am

ankillien


Administrator
Administrator
Just add the URL to it...

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

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