I have styles, one for captions and one for credits, both of which have a left float and a fixed width the same size as I've set the photo to display. The template displays [IMAGE][BODY], and since the photo also floats left, the first thing I put in the body of the article itself is the caption and the credit, which I then style with a span to call their classes (which requires source-editing on each article, something I'd very much like to do away with so that non-designers can update the site). Unfortunately, the FCKeditor adds paragraph tags to everything, which have to be removed in order for the pages to display correctly — and it adds them in EVERY TIME the article is edited, which has proven itself a huge problem, since non-designers often have to edit each article for editorial purposes, and don't know to take the P tags out.
It mostly gets the job done, but because of that problem, it isn't a permanent solution. |