Hi.
Please see attached. I inserted an image & resized it. It seems to render outside it's square, if you know what I mean. This may not be your issue. Theme is standard Garland, Drupal 6.3. Used full html filter.
I did notice that going back to edit the text, the cursor disappeared. Text was justified left, picture was justified right. This only happened once, of course & I couldn't repeat it. Not so useful - sorry.
| Comment | File | Size | Author |
|---|---|---|---|
| Clipboard01.jpg | 41.84 KB | CAD bloke |
Comments
Comment #1
jeffcd commentedYeah this looks like some sort of placement issue. It would be more useful to see the html of the page. Not much we can do about this without more information. (unless someone else has any great insights?)
Closing since this has been open for a while and no one seems to have a response.
Sorry. :-)
Comment #2
cmgui commentedI have the same problem.
The image just does not appear.
Only appear in Edit mode.
Thank you.
Comment #3
cmgui commentedI have the same problem.
The image just does not appear.
Only appear in Edit mode.
Thank you.
OK, I found the cause, the re-size isn't working and the image is too big.
Comment #4
Delete Me-1 commentedThe Drupal HTML filter deletes the style="xyz" attribute from image tags. We used this code in filter.module to enable resizing (from line 1045):
Comment #5
jeffcd commentedI am going to call this a duplicate of: http://drupal.org/node/291835 since it has more information.