External-link graphic does not go with tinymce
ctham - May 18, 2006 - 11:43
| Project: | Antique Modern |
| Version: | 4.7.x-1.1 |
| Component: | Code |
| Category: | bug report |
| Priority: | critical |
| Assigned: | Unassigned |
| Status: | closed |
Description
The theme has problem working with TINYMCE. It is unable to display the icons text body correct.
| Attachment | Size |
|---|---|
| ScreenShot001.jpg | 100.3 KB |

#1
I second that. Same problem here, using drupal 4.7.2 and latest tinymce code (as of june the 5. 2006)
#2
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.
#3
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);
}
#4
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
#5
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.
#6
I've applied #3 to 1.1.
#7