PDA

View Full Version : Create BBCode


RedHacker
03-06-2010, 10:37 PM
Anyone to know create this BBCode...?

http://img682.imageshack.us/img682/859/95434702.jpg

TimberFloorAu
03-07-2010, 01:56 AM
Thats not bbcode. But could be made into bbcode.

Its Fieldset and legend.

princeedward
03-07-2010, 07:49 AM
this has been released HERE (https://vborg.vbsupport.ru/showthread.php?t=117936) by Floris before... why don't you ask him for a help...or he might update that for vb4


html code for that will be

<fieldset style="-moz-border-radius:8px; width:300px" class="borderFieldSet">
<legend> The Title </legend>
TEXT/CODE GOES HERE!
</fieldset>


adjust the red to your desire shapes

Note: I guess this will work in IE and FF only.


best regards

:p