|
Re: i dont know how to do it |
Thu, 15 July 2010 07:02 |
|
In forum.css.template either edit entry that (maybe) looks like this:
.PollTable, .ContentTable, .MsgTable, .DialogTable, .PreviewTable, .AnnonTable {
background : #FFFFFF;
border : 0px;
padding : 0px;
margin : 0px;
}
There you can input this, after margin : 0px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius:5px;
Or you can create a new entry that only affects that table like this:
table.ContentTable {
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius:5px;
}
|
|
Re: i dont know how to do it |
Sun, 11 July 2010 17:56 |
|
naudefj писал(а) Wed, 07 July 2010 13:24You should be able to make rounded corners by adding 'border-radius' to the appropriate entries in the forum.css.tmpl (forum.css) or template files (STYLE=).
If you want to add cell separators, remove the COLSPAN= and introduce the 'TD' cells.
Best of luck!
I know this, but I get what the picture attached below
thanks for 'td'
|
|
Re: i dont know how to do it |
Wed, 07 July 2010 03:24 |
|
You should be able to make rounded corners by adding 'border-radius' to the appropriate entries in the forum.css.tmpl (forum.css) or template files (STYLE=).
If you want to add cell separators, remove the COLSPAN= and introduce the 'TD' cells.
Best of luck!
|
|
|