Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

UltraNEO*

macrumors 601
Original poster
Jun 16, 2007
4,057
16
近畿日本
Recently, I've been seeing HTML in the comment box, most visible when i'm quoting someone (see attachment), clicking on the icon doesn't seem to do anything, actually it doesn't appear to be active At first I thought it's my browser but after a restart it's still doing the same thing.
 

Attachments

  • Picture 2.png
    Picture 2.png
    136.8 KB · Views: 137
How often do you see it? It's possible the person tried to put in HTML them self not realizing it wasn't accepted and they were suppose to use the vB Code markup.

I also see in the pic that text under the text box saying "You have selected 2 post(s) that are not part of this thread. ...." That would be related. How did you quote the post?
 
It's just you, unless that user removed the HTML from the post.
 

Attachments

  • No HTML Markup.png
    No HTML Markup.png
    22.4 KB · Views: 97
You can type HTML tags in a post, but the HTML won't be "processed". It'll be treated simply as regular text. We have purposely disabled the use of HTML since it would not be safe. Markup must use vBulletin tags. If you see HTML in a post, it may be the result of somebody copying/pasting from elsewhere. If they notice that the markup doesn't work they will probably remove the tags or switch them to vBulletin markup.


Tip for all users: Putting HTML in posts

If you want to mark up your text (bold, lists, etc.), use the markup icons as you type your post, or type vBulletin tags directly. Don't use HTML tags since they will display as part of the text, e.g.,
This <strong>word</strong> isn't bold.

The <br /> tag doesn't cause a linebreak.​

If you want to display HTML source code in your post, you can use the
HTML:
 tag to preserve spacing, highlight tags, and show it with a monospaced font, e.g.,
[INDENT]Hey, everyone, my HTML checker says I have two mismatched tags.  Can someone help me find the problem?  Here's my web page:
[HTML]The following are <strong>very important</em> instructions:
<ol>
    <li>Read these instructions.</li>
    <li>Follow these instructions.</li>
</ul>
[/INDENT]
The
Code:
 tag is the same, without the color coding:
[INDENT]Hey, everyone, my HTML checker says I have two mismatched tags.  Can someone help me find the problem?  Here's my web page:
[code]The following are <strong>very important</em> instructions:
<ol>
    <li>Read these instructions.</li>
    <li>Follow these instructions.</li>
</ul>
[/INDENT]
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.