HTML in Talk and Profiles
Talk GreyHead's frequently answered questions
This group has been archived. Find out more.
Join LibraryThing to post.
1GreyHead
Important: Please close all html tags before the end of your message - unclosed tags carry on to the following messages. If you don't know what I mean by 'closing html tags' then please don't use them. Note added at sunny's request.
I ran a quick test to see which html tags seem to be supported.
In TalkThere's a pretty wide range including
Notes:
PPS: Sunny and I established that the tag closing behaviour differs between IE & FireFox - no surprise there then ;-(
I ran a quick test to see which html tags seem to be supported.
In TalkThere's a pretty wide range including
- <h1> <h2> . . .
- <p>
- <br />
- <hr />
- <i> and <em>
- <b> and <strong>
- <code> and <pre>
- <ol> and <ul> (Note 1)
- <img> and <a> (Note 2)
- <blockquote>
- <div> and <span>
- most (all?) html entities (Note 3)
- <i>
- <code><bold> and <strong>
- <img> and <a>
Notes:
- The default is no bullet, so you need to add one with css e.g. <ul style="list-style-type:square; list-style-position:inside;">
- You must use double quotes " " round attribute values, single quotes do not work
- But notice that HTML entities are not preserved through editing so keep a back up copy of your text if you use them and expect to re-edit the message
- All new lines can create new paragraphs so spacing is a bit tricky, best write with the minimum of extra breaks.
PPS: Sunny and I established that the tag closing behaviour differs between IE & FireFox - no surprise there then ;-(
