Login | Register


All times are UTC - 5 hours [ DST ]


It is currently Thu May 16, 2024 2:12 am




Post a reply
Username:
Subject:
Message body:
 

Smilies
:link: :D :) :( :o :shock: :? 8) :lol: :x :P :oops: :cry: :evil: :twisted: :roll: :wink: :!: :?: :idea: :arrow: :| :mrgreen: :swear: :done: :read: :poke: :thwack: :computer: :eyebrow: :grrrr:
View more smilies
Font size:
Font colour
Options:
BBCode is ON
[img] is ON
[flash] is OFF
[url] is ON
Smilies are ON
Disable BBCode
Disable smilies
Do not automatically parse URLs
Question
Thi5_ w 0 n d r o u s_ th!ng,+ t h o u g h_ n0t_ a n_ h e r b,+ c@n_ h e l p_ c o m f 0 r t_ t h e_ w e a k_ a n d_ t h e_ d y i n g.+ I t_ c a n_ e v e n_ be_ u5ed_ to_ r a l l y_ t h e_ tr00p5,+ o r_ m a k e_ 0ne_ st@rt_ l @ u g h i n g_ 0r_ c r y i ng.:
This question is a means of preventing automated form submissions by spambots.
   

Topic review - Request for additional html tags
Author Message
  Post subject:   Reply with quote
I will recap all the tags (just for those who don't know)


<b> = bold

<i> = italic

<u> = underline

<center> = align the text at the center

<marquee> = make the text scrolls on the screen

<A HREF="http://www.server.com">link</a> = make a link to something else, the </a> closes the link

<IMG SRC="http://ww.server.com/image.jpg"> = display an image

<font> = change various properties about the font used. </font> return to the previous font state.
<font size=1> change the size to 1 (1 is small, 2-3 is normal, 4 is bigger, 6 is rather large)
<font color=RRGGBB> change the color, where RR, GG, BB is a number from 0 to 256 for red, green and blue respectively in hexadecimal (0 to 256 translate as 00 to FF).
<font color=red> is another way to change the color but it's less precise.

<tt> = Type writer text. It's a font that look like Courrier New where the "i" take as much space as the "w" (ie not condensed)

<EMBED SRC="http://www.server.com/music.mid"> = play music (midi, wav, MP3, you-name-it). Some extensions need plug-in to be played however.

<pre> = Preformatted text. In html, a space is only counted once so if you type "hello<space bar><space bar><space bar>Tempest" it will be displayed as "Hello Tempest". Take note of the absence of the three spaces between the Hello and my name... <pre> fix that. It's not a tag highly relevant to a board, but quite useful for maintaining nesting indentations.

<table> = tell that the following is part of a table
<tr> = denote a new row into the table
<td> = denote a new column into the table
A table must contain all three tags (ie. a table is at least made of one row and one column).
A table with two columns and two rows table would looks like this:
<table>
<tr>
<td>text/image/etc on line 1 column 1</td>
<td>text/image/etc on line 1 column 2</td>
</tr>
<tr>
<td>text/image/etc on line 2 column 1</td>
<td>text/image/etc on line 2 column 2</td>
</tr>
</table>
Post Posted: Thu Jul 28, 2005 6:43 pm
  Post subject:   Reply with quote
I know what some of those tags do (b, i, u, center, marquee) but what do the others do?
Post Posted: Thu Jul 28, 2005 6:31 am
  Post subject:   Reply with quote
Hmm, I forgot to add the tag in the allowed html code list.

So far the following tags are allowed:
<tt>b, i, u, pre, center, table, tr, td, marquee, A HREF, IMG SRC, font, tt, EMBED SRC</tt>

If there is another tag you would like to be able to use on the board, just give tell me.
Post Posted: Wed Jul 27, 2005 9:27 pm
  Post subject:   Reply with quote
Any chance of music being enabled on the boards? I tried doing it using HTML but it doesn't seem to be active on these boards, whereas it was on the old ones.

Not a huge issue, but in certain key events and posts in some of my threads I like to add that little extra sometimes...
Post Posted: Wed Jul 27, 2005 10:24 am

All times are UTC - 5 hours [ DST ]


Jump to: