OK, I have a weird-o question.
I have found the pop-up “HTML Tag Guide” for our website under Settings/Profile Settings, and I have been using its suggestions for HTML tags successfully to build my page. Fun. The thing is; this little pop-up guide that I have been using is only a subset of simplified HTML-tags, not the Full-Monty, Real-Deal of all the HTML code that is available.
For example, the pop-up guide talks about a [link] tag for creating external hyperlinks. This is working great… as far as it goes. The real HTML code for this function however is known as an "a" tag, and that tag has some attributes available that I’d like to use. Specifically, the actual HTML "a" tag has an attribute called “target” that can force a link to be opened in a new window (or tab), which is what I would really like to do. SO –
1- Is there a more complete guide to the simplified tags, such as [link], available?
2- Is it possible to insert true HTML code, such as the "a" tag, into our page?
Thanks.
John
Report