The theme has problem working with TINYMCE. It is unable to display the icons text body correct.

CommentFileSizeAuthor
#4 andreas_01-tinymce-borders.jpg36.31 KBmcurry
ScreenShot001.jpg100.3 KBctham

Comments

netbjarne’s picture

I second that. Same problem here, using drupal 4.7.2 and latest tinymce code (as of june the 5. 2006)

alliax’s picture

it is because of some lousy css setting to make external urls have a brown graphic on the right, but if you can remove that in CSS of style.css then you're fine, tinymce works fine.

dalin’s picture

My solution was to restrict the icon to only a elements that are descendents of a p element:

p a[target]:after {
    content: url(images/externalpage.gif);
  }
mcurry’s picture

Title: problem with TINYMCE » Empty borders on right and left of editor area...
StatusFileSize
new36.31 KB

It's interesting that tinyMCE has the same issue in Antique Modern as it does in Andreas_01 theme. On my site which is using Andreas_01 theme, tinyMCE has huge gray borders to left and right of the editor area. (See attached screen capture).

I assume it's due to some wonky CSS either in the theme or in tinyMCE integration. Does anyone know how to eliminate this if it's due to the theme's CSS ?

Yes, I realize that I'm not really asking an 'antique modern' them question, just wondering if anyone has seen and/or resolved this issue.

Regards,

Mike

Lappie’s picture

Title: Empty borders on right and left of editor area... » External-link graphic does not go with tinymce

Let's keep this issue on topic! The white bars also show up in other themes so this is not something particular to antique-modern.

The solution proposed in the third update works. Also see http://drupal.org/node/66001.

merlinofchaos’s picture

Status: Active » Fixed

I've applied #3 to 1.1.

Anonymous’s picture

Status: Fixed » Closed (fixed)