(Untitled)

Sep 27, 2003 00:37

Hey I was wondering how you make the entry table into a box??? like the one you have on this community

Leave a comment

Comments 3

carriep63 September 27 2003, 18:42:13 UTC
This goes in your override box in the global head between your style tags. Change the bolded numbers to suit your needs.

div {
position: absolute;
left:45%;
right:0%;
width:55%;
top:5%;
bottom:15%;
height:80%;
background: #3a75ad;
border:2px double #ffffff; overflow:auto;
}
clip:rect(auto);
}
td div {
position:relative;
top:1;
height:auto;
width:auto;
overflow:hidden;
border:0;
}
table, tr, td, .shadowed {
background: transparent;
}

/* change these numbers, must add up to 95% or less*/
table {
width: 95%;
margin-left: 0%;
margin-right: 0%;
}
/* do NOT change these numbers */
table table {
width: 100%;
margin:0;
}
table table table {
width: auto;
}

Reply

daliahellyes November 27 2003, 22:21:05 UTC
Ahhh I was wondering this myself, thank you so much.

But I'm still have problems. How do I change the rest of the background? Is this under the Generator style or what?

Reply

carriep63 November 27 2003, 23:56:30 UTC
Yes, this is the Generator style.

Reply


Leave a comment

Up