|
uCoz Community Archives Locked Adding table cell to forum $BODY$ |
Adding table cell to forum $BODY$ |
I have this:
It doesn't look neat at the edges, so I wanted to make something of this:
I can easily accomplish this, if I can change the $BODY$. I could add a table cell and have the image inside it. Attachments:
0409090.png
(37.5 Kb)
·
1305933.png
(38.6 Kb)
Post edited by Supreme - Friday, 2009-11-27, 5:24 PM
|
While i totaly Support your Request that we can edit the $BODY$ you could try to put the Body in a Div Box and use a Border-Image for the left (and right?) side.
me would love to edit the $BODY$ Code too! |
I suggest you to use border for CSS. Borders can be done also with images.
You would have to edit .gTable inside the CSS. For example, white border: .gTable {background:url('/.s/t/711/2.gif') bottom repeat-x #141710;padding-bottom:16px;border-left: 5px solid #FFFFFF;} [... With uCoz since December 2 2007 ...]
|
Dartz, I failed. I tried to do this:
Code .gTable {background:url('/.s/t/711/2.gif') bottom repeat-x #141710;padding-bottom:16px;border-left-image:url('/.s/t/711/22.gif');border-right-image:url('/.s/t/711/24.gif');} ------------------------------------------------------------------------------------------------------------------------------------------ --------------------------------------------- I am using FireFox and it totally supports the border-image feature. Added (2009-12-03, 9:00 Am) Code border-left: 5px solid #FFFFF So, there seems to be a problem with the border-image tag. Added (2009-12-04, 10:36 Am) Added (2009-12-06, 0:08 Am) Added (2009-12-07, 4:59 Am) Added (2009-12-08, 2:43 Am) Added (2009-12-09, 4:55 Am) Added (2009-12-09, 4:55 Am) Added (2009-12-09, 4:56 Am) Added (2009-12-09, 4:56 Am) Post edited by Supreme - Wednesday, 2009-12-02, 3:39 PM
|
actualy putting the Body in a div container may work without you nessesarily editing the body
|
| |||
| |||