html?
Moderator: Moderators
-
amrogers3 ( 160 )
- Journeyman Trader
- Posts: 293
- Joined: Tue Apr 20, 2004 5:26 pm
- Location: Dallas, Texas
html?
Trying to use the
"List"
"List="
"[*]"
buttons but they don't seem to be doing anything. Obviously there is something I am missing but I can't figure out how to make this work. Google was no help either.
Thanks.
"List"
"List="
"[*]"
buttons but they don't seem to be doing anything. Obviously there is something I am missing but I can't figure out how to make this work. Google was no help either.
Thanks.
Feedback owed by jpgr222, wonkobaggins, theredbaronx, thecardogre, Kinnuar
-
MagickalMemories ( 832 )
- Lord Logorrheic!
- Posts: 16741
- Joined: Thu Sep 04, 2003 11:38 pm
- Location: St. Louis, MO - USA
Re: html?
I presume you're trying to say that you're having problems using those commands?
These phpbb boards do not use html. So, any sort of html command you try will fail. Additionally, not all phpbb boards use all phpbb codes. The only codes allowed are the ones a site is "programmed" to allow. In this case, the
These phpbb boards do not use html. So, any sort of html command you try will fail. Additionally, not all phpbb boards use all phpbb codes. The only codes allowed are the ones a site is "programmed" to allow. In this case, the
- command is not one that's programmed into the system.
Hope that helps.
Eric
Lower rating? You ship first.
Give me a sense of humor Lord. Give me the grace to see a joke.
To get some humor out of life and pass it on to other folk.
I think what this situation needs is some imagination.
"...I'm a nerd, and I'm here tonight to stand up for the rights of other nerds.” – Gilbert Lowell
Want my help with a BTR or backout? All messages sent/posted should be in CHRONOLOGICAL order. Otherwise, I just won't read it.
Give me a sense of humor Lord. Give me the grace to see a joke.
To get some humor out of life and pass it on to other folk.
I think what this situation needs is some imagination.
"...I'm a nerd, and I'm here tonight to stand up for the rights of other nerds.” – Gilbert Lowell
Want my help with a BTR or backout? All messages sent/posted should be in CHRONOLOGICAL order. Otherwise, I just won't read it.
-
amrogers3 ( 160 )
- Journeyman Trader
- Posts: 293
- Joined: Tue Apr 20, 2004 5:26 pm
- Location: Dallas, Texas
Re: html?
hmmm.... these are the exact same commands/buttons at the top when you type a message. I figured if the boards have them listed you should be able to use them.
Feedback owed by jpgr222, wonkobaggins, theredbaronx, thecardogre, Kinnuar
-
MagickalMemories ( 832 )
- Lord Logorrheic!
- Posts: 16741
- Joined: Thu Sep 04, 2003 11:38 pm
- Location: St. Louis, MO - USA
Re: html?
Honestly, I just don't know.
There was a time they weren't there. I have no idea when they appeared.
That said...
There was a time they weren't there. I have no idea when they appeared.
That said...
- item 1
item 2
item 3
- worked for me.
Eric
Lower rating? You ship first.
Give me a sense of humor Lord. Give me the grace to see a joke.
To get some humor out of life and pass it on to other folk.
I think what this situation needs is some imagination.
"...I'm a nerd, and I'm here tonight to stand up for the rights of other nerds.” – Gilbert Lowell
Want my help with a BTR or backout? All messages sent/posted should be in CHRONOLOGICAL order. Otherwise, I just won't read it.
Give me a sense of humor Lord. Give me the grace to see a joke.
To get some humor out of life and pass it on to other folk.
I think what this situation needs is some imagination.
"...I'm a nerd, and I'm here tonight to stand up for the rights of other nerds.” – Gilbert Lowell
Want my help with a BTR or backout? All messages sent/posted should be in CHRONOLOGICAL order. Otherwise, I just won't read it.
- YoungWolf777 ( 1170 )
- Millenium Trader
- Posts: 1073
- Joined: Fri Sep 08, 2006 3:08 pm
- Location: 84074
Re: html?
This board doesn't give you a pop-up like other for your list items. The "List" button just gives you the start and end tags. You have to manually place your text in between them. Same goes for IMG and URL tags.
- YoungWolf777 ( 1170 )
- Millenium Trader
- Posts: 1073
- Joined: Fri Sep 08, 2006 3:08 pm
- Location: 84074
Re: html?
This is an unordered list
- alpha
beta
omega
- alpha
- beta
- omega
Code: Select all
This is an unordered list
[list]alpha
beta
omega[/list]
This is an unordered list with bullets "[*]"
[list][*]alpha
[*]beta
[*]omega[/list]-
Ironhide ( 92 )
- Technicolor Messiah
- Posts: 6468
- Joined: Thu Oct 16, 2003 6:41 pm
- Location: Raleigh, NC
- Contact:
Re: html?
basically, whatever you put inbetween the brackets will in a list like YoungWolf demonstrated above.
"You can't always get what you want, but sometimes, you get what you need." - The Rolling Stones
FBI Internet Fraud Center http://www.ic3.gov/complaint/
USPS Mail Fraud http://postalinspectors.uspis.gov/forms ... laint.aspx
If you don't have your Location listed in your User Control Panel, why not take a second and update it? It will let your trading partners know where you are from the beginning.
FBI Internet Fraud Center http://www.ic3.gov/complaint/
USPS Mail Fraud http://postalinspectors.uspis.gov/forms ... laint.aspx
If you don't have your Location listed in your User Control Panel, why not take a second and update it? It will let your trading partners know where you are from the beginning.
-
amrogers3 ( 160 )
- Journeyman Trader
- Posts: 293
- Joined: Tue Apr 20, 2004 5:26 pm
- Location: Dallas, Texas
Re: html?
Right on, that works perfectlyYoungWolf777 wrote:This is an unordered listThis is an unordered list with bullets "[*]"
- alpha
beta
omegaThe list= doesn't appear to work. It should give an ordered list (1,2,3...) I'm placing the above text examples in a code box so you can see how it is structured.
- alpha
- beta
- omega
Code: Select all
This is an unordered list [list]alpha beta omega[/list] This is an unordered list with bullets "[*]" [list][*]alpha [*]beta [*]omega[/list]
Thanks YW.
Feedback owed by jpgr222, wonkobaggins, theredbaronx, thecardogre, Kinnuar