Jump to content

HTML Tag attribute: mce_src


pmowbray

Recommended Posts

Hi:I've seen HTML tag attributes that I have not been able to find any documentation on: For example: mce_scr

<IMG hspace=10 src=”http://somewhere.com/path/name.jpg” mce_src=”http://somewhere.com/path/name.jpg” align=left vspace=5>

or, mce_href

<A href=”http://somewhere.com/path/page.html” mce_href=”http://somewhere.com/path/page.html” ><IMG src=”http://somewhere.com/path/image.gif” mce_src=”http://somewhere.com/path/image.gif” align=right border=0></A>

What are they and what are they for?Thx,Perry

Link to comment
Share on other sites

That's a good question, I haven't heard about that.Based on the sourcecode diff for wordpress, I think it has something to do with this:http://tinymce.moxiecode.com/Which appears to be some sort of javascript content editor. It looks like the program automatically changes the rendered html, so you don't need to include them in anything. In fact, I would treat them like any other content editor (FrontPage, Dreamweaver, etc) and delete them where I see them.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...