questions

Forum > Questions > HTML
Reply To Thread (login)
Apex Predator [100]
2012-02-14 08:43:08 🔗
[12 years, 317 days ago]

i used to be able to use the html coding on bots 2 quite well but i cnt get the hold of this one :S any1 wanna give me the basics?


 
Diamond Gisele [1]
2012-05-18 21:23:21 🔗
[12 years, 223 days ago]

I just use the tags that are listed when you typing up your post. Seems like there was more in bots 2, but I am just not sure.


 
Ilithrial [155]
2012-05-18 22:05:02 🔗
[12 years, 223 days ago]

A useful trick I've found is using the < pre > tag.

 This makes your text look like this, and preserves spaces and line breaks. 

 
Shoegazer [87]
Moderator
2012-05-19 09:28:09 🔗
[12 years, 222 days ago]

< p >, < a >, < ul >, < ol >, < li >

when i try to use these, nothing seems to be happening. what are these tags supposed to be doing?


 
Alan [19]
2012-05-19 11:21:45 🔗
[12 years, 222 days ago]

[p]

Paragraph

[/p]

[b]Bold[/b]

[i]Italic[/i]

[a href]Link[/a]

[pre]

Pre
[/pre]

[blockquote]

Quote someone
[/blockquote]

[ul]

  • [li]Un ordered list[/li]
[/ul]
[ol]
  1. [li]Ordered List[/li]
[/ol]

Hope this helps.


 
Katty [31]
2012-05-19 14:44:37 🔗
[12 years, 222 days ago]

uda man alan :)

thx

-shoe


 
Draoi [53]
2012-05-19 23:58:15 🔗
[12 years, 222 days ago]

I use < br > a lot too

It creates a break in the lines. :P Sometimes it is tricky


 
Forum > Questions > HTML
Reply To Thread (login)