PDA

View Full Version : vbcode replacement or adding to it.


Willard Reece
09-08-2002, 05:23 PM
How would I put this in my vb code, what are the commands in front and back to make it show up??

To center you text<div align="center"></div>

I was looking for a complete vbcode replacement, but just adding this will do.
I want to add it to here on my site,,
https://vborg.vbsupport.ru/misc.php?action=bbcode#buttons

Thanks
Willard Reece

Steve Machol
09-08-2002, 06:02 PM
vB Code tag: center

vB Code replacement: <div align="center">{param}</div>

vB Code example: This text is centered

vB Code explanation: Centers the text.

Use {option} ?: No

Willard Reece
09-08-2002, 06:07 PM
Thanks
That made it show up..
Now maybe I can bold it to show up better...
Man I am dummmmm today..

Willard Reece
09-08-2002, 06:29 PM
I was wrong, it showed up as This text is centered
and that doesn't center,

This needs to show up for this will center the text.
<div align="center">YOU TEXT GOES HERE</div>

Also I was saying vbcode, and I mean bbcode.

Steve Machol
09-08-2002, 06:51 PM
*Sigh*

You need to add this code to the Admin CP as a Custom vB Code. It works on my forum and I copied the info exactly.

NTLDR
09-08-2002, 06:53 PM
Originally posted by Willard Reece
Also I was saying vbcode, and I mean bbcode.

vB Code = BB Code (just two different names ;))

Willard Reece
09-08-2002, 07:06 PM
So I just can't add that code to bb code template,,?
and make it show up.

Ok I made the Custom vB Code , Now How do I access it from the help menu in edit posts.