| PGD
Code |
class="msg">
- [b]...[/b]
- Produces bolded text
- [b]bolded[/b] => bolded
- [i]...[/i]
- Produces italisized text
- [i]italisized[/i] => italisized
- [u]...[/u]
- Produces underlined text
- [u]underlined[/u] => underlined
- [quote]...[/quote]
- Produces quoted text for text
- Useful when you want to quote other's messages
- [quote]This is said by someone[/quote]
<%
Dim objPGDCode
Set objPGDCode = New RegExp
objPGDCode.global = true
objPGDCode.ignorecase = true
Response.write (PGDCodeResolution(objPGDCode," [quote]This is said by someone[/quote]",1))
Set objPGDCode = nothing
%>
- [link]...[/link]; [url]...[/url]
- [link=***]...[/link]; [url="***"]...[/url]
- Produces clickable link with Name
- Useful when you want to insert links with names
- Link location needs to start with "http://", "ftp://", "https://"
- [link=<%= Application(dbName&"Sitehome") %>]My Site[/link]
" target="_blank">My
Site
- [color=***]...[/color]
- Changes font color
- Useful when you want to change color of your text
- [color=red]This is red.[/color]
This is red.
- [ul]...[/ul]; [ol]...[/ol]
- Produces bullets ([ul]) or ordered list ([ol])
- Useful when you want to use point form like this PGD Code Helper.
- To add more items to your list, be sure to put additional [*]
- Supports nested point form as well
- [ul]
[*] Hello!
[*] Hi!
[*] Oh!
[/ul]
- [image]...[/image]; [img]...[/img]
- Displays images in your message
- Different from the upload feature, this displays images within
the message.
- Image location needs to start with "http://", "ftp://", "https://"
- [image]<%= forumdir&"image/admin.gif" %>[/image]
" border="0">
- [code]...[/code]
- Displays pre-formatted computer source code, or any pre-formatted texts
- Useful when you want to add source code.
- [code]<%="This is code"%>[/code]
<%="This is code"%>
- [left]...[/left]; [center]...[/center]; [right]...[/right];
- Produces "text alignment"
- Useful when you want to align a certain block of texts.
- [center]Align center!![/center] [right]Align right!![/right]
Align center!! Align right!!
- [size=*]...[/size]
- Changes font size
- Useful when you want to change size of your text (valid input: 1-7)
- [size=5]This is size 5.[/size]
This is size 5.
- Auto Linking Format
- When you type texts in the following format, forum will automatically produce "link"
- http://*** ; ftp://*** ; https://*** ; www.*** ; <%=Application(dbName&"adminemail")%>
- Checks E-mail syntax automatically
- <%=Application(dbName&"Sitehome") %>
" target="_blank"><%= Application(dbName&"Sitehome") %>
- Picture embeding
- Automatically insert image tag ([image]..[/image]) into message body for your attachment
- An easier method for writing image code for your attachment
- Support .gif, .jpg, .bmp, .png, and .jpeg file extensions.
|
|