Yes, I can remember , i copied the trick from the official ( older) featured site tables - when they were not yet with 90 degrees corner build ( as now).
And I can not remember where I get the code - the official wikidot com has no page options to view the source.. I can rememeb I had a look on the open source wiki… or I get the code from wikpiano ?
The only bad issue is the fact that such tables & Div#s has to be defined exact in the same size as the background images - they cannot change their width and height with changing the zoom factor of the browser-window.
It is an interesting but conventional task to build such tables and div's with conventional images & tricks..
@ Kawina: can you remember: http://community.wikidot.com/forum/t-112862/the-problem-with-signatures#post-336196 ?
and Hartnells answer:
(I copy it here into my post: )
In that case, it's a table which splices the image into smaller parts.
[[image http://rosita.dd.googlepages.com/6otro.png]]
[[div]]
|| | || ||
|| [[image http://rosita.dd.googlepages.com/6otro.png]] || -- ||
[[/div]]
| | |
|
 |
— |
The same trick I believe is used in the code I have copied into the http://community.wikidot.com/start-featured2 :
Block with round corners
Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean a libero. Vestibulum adipiscing, felis ac faucibus imperdiet, erat lacus accumsan neque, vitae nonummy lorem pede ac elit.
Maecenas in urna. Curabitur hendrerit risus vitae ligula.
Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean a libero. Vestibulum adipiscing, felis ac faucibus imperdiet, erat lacus accumsan neque, vitae nonummy lorem pede ac elit.
Maecenas in urna. Curabitur hendrerit risus vitae ligula.
Here is the code for this:
[!-- ..................................................
- - - - - S T A R T Background Block
------ .................................................. --]
[[div style="background-image: url(http://static.wikidot.com/v--3/common--theme/frontspecial/images/framemedium2.png); height: 330px; width: 482px; background-repeat: repeat-y; margin: 0 auto 10px;"]]
[[div style="background-image: url(http://static.wikidot.com/v--3/common--theme/frontspecial/images/framemedium3.png); height: 330px; width: 482px; background-position: top bottom; background-repeat: no-repeat; background-position: bottom"]]
[[div style="height: 330px; width: 452px; background-image: url(http://static.wikidot.com/v--3/common--theme/frontspecial/images/framemedium1.png); background-position: top center; background-repeat: no-repeat; padding-left: 15px; padding-right: 15px; padding-top: 1px; _padding-top: 13px; *padding-top: 13px; *height: 434px;"]]
[!-- ..................................................
- - - - - END of S T A R T Background Block
------ .................................................. --]
[[div style="width: 430px; margin: 20px auto 0px; text-align: justify;"]]
[[=]]
+++ Block with round corners
Lorem ipsum dolor sit amet, consectetuer adipiscing elit. \
Aenean a libero. Vestibulum adipiscing, felis ac faucibus \
imperdiet, erat lacus accumsan neque, vitae nonummy lorem \
pede ac elit.
Maecenas in urna. Curabitur hendrerit risus vitae ligula.
Lorem ipsum dolor sit amet, consectetuer adipiscing elit. \
Aenean a libero. Vestibulum adipiscing, felis ac faucibus \
imperdiet, erat lacus accumsan neque, vitae nonummy lorem \
pede ac elit.
Maecenas in urna. Curabitur hendrerit risus vitae ligula.
[[/=]]
[[/div]]
[!-- ..................................................
- - - - - E N D Background Block
------ .................................................. --]
[[/div]]
[[/div]]
[[/div]]
[!-- ..................................................
- - - - - E N D Background Block
------ .................................................. --]
Make your zoom factor higher ( with "control" + "+") and you will see the pixel sizes of the background image are the same , but the fonts get higher and higher - and the text goes outside the box. - The size of the image is not changing.
On the official wikidot main site it is the same - on a high zoom factor the text goes outside….