• 8bitkid

    (@8bitkid)


    this code is being inserted every time i upload a picture:

    <span style=”color: #0000ee; text-decoration: underline;”>

    i don’t have this specified anywhere in my css. it is quite annoying to have to remove it manually.

Viewing 1 replies (of 1 total)
  • It took me a couple of hours, but I found it.

    The file to edit is /wp-includes/js/tinymce/plugins/safari/editor_plugin.js and what you have to change is this:

    case'u':st='text-decoration: underline;';
    to
    case'u':st='text-decoration: none;';

    Why is this in the safari folder? Good question, but it solved my problem and I tried posting with Safari, Firefox and Internet Explorer and it all worked fine.

Viewing 1 replies (of 1 total)
  • The topic ‘WordPress 2.5 Underlining all image uploads’ is closed to new replies.