Closed (fixed)
Project:
Image
Component:
image.module
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
30 Dec 2003 at 21:13 UTC
Updated:
14 Aug 2005 at 11:37 UTC
Still tweaking things for the site. It would be great if there were CSS controls for the different elements of an image post. I see CSS classes for the image and the thumbnail. It would be cool if the body and teaser also had classes.
Thanks Again!
- Joe Lombardo
Comments
Comment #1
TheLibrarian commentedOn this note, the image.module should remove the "border", "align", "hspace", and "vspace" attributes from
tags and place them in css. Currently, these tags do not qualify as valid HTML 4.01 (or XTHML 1.0).
Comment #2
bruno commentedCheck with current cvs.
Comment #3
Robrecht Jacques commentedI believe this is fixed in current CVS-HEAD: "img" tags get the necessary classes (eg: class="image preview" or class="image thumbnail"). As the rendering code for galleries has changed not to use tables, things like "valign" etc don't appear anymore.
If you think the CSS/HTML is still not "right", please reopen this issue after you've check the latest CVS-HEAD version.