View Full Version : Trying to put a table around my posts.


Lucius_Voren
06-09-2005, 02:37 PM
Currently for my posts I manually put a table around it each time, but I figured there has to be a way to get a table around it in the look and feel part, so I was wondering, does anyone know? Here's my xanga to show you what I'm trying to get.

http://www.xanga.com/private/home.aspx?user=Lucius_Voren

Also, if possible, could I have the date/add comments/eprops included in the table?

Thanks in advance.

-Lucius_Voren

tokyo bleu
06-09-2005, 09:27 PM
<style>
table.blogbody {
border: 1px solid white;
border-top-width: 0px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;}

div.blogheader, .caption {
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 0px;
border-left-width: 1px;
border:1px solid white;}
</style>

Custom Header.

Lucius_Voren
06-11-2005, 07:19 AM
Thanks. =D