in the world manual under book items it says:
"some basic HTML tags are also supported in the text files"
im wondering which tags they support.
namely ....<img src="http:something like a special quarter view of the world map or something.jpg">
can it support image tags!?
book items... HTML tags suppourted?
- morbydvisns
- Posts: 1889
- Joined: Sun Jan 30, 2005 12:51 am
- fhko
- VIP
- Posts: 930
- Joined: Sun Mar 27, 2005 10:38 pm
- Location: As I awake I find myself in a strange new place.
yay I got it to work too...
should point out to others that the correct form is...
<img src="http://some.uploaded/image's/url.jpg"> </img >
note: there are spaces between the closing and opening braces and after /img (otherwise you get some unwanted stuff)
three cheers for stimultacs!
btw...have you looked into whether anything else works?..such as bold, underline, italics, colors, etc. (I would myself but I know nothing about html...I was lucky to figure out the above from your example)
should point out to others that the correct form is...
<img src="http://some.uploaded/image's/url.jpg"> </img >
note: there are spaces between the closing and opening braces and after /img (otherwise you get some unwanted stuff)
three cheers for stimultacs!
btw...have you looked into whether anything else works?..such as bold, underline, italics, colors, etc. (I would myself but I know nothing about html...I was lucky to figure out the above from your example)