> And, as example, say you want the odd centered image in a paragraph with 
> left- or right-aligned text, you may markup and style it something like 
> this...
> 
> <p>Some left-aligned text above&#8230; <img class="tac" src="..." alt="" /> 
> &#8230; and below a centered image.</p>
> 
> p {text-align: left;}
> 
> p img.tac {display: block; margin: .4em auto;}
> 
> ...and the now "block-level styled" image will split the text vertically and 
> stay centered in the paragraph.
> 
> regards
>        Georg


Thanks a lot Georg,

I've played with your example a little. I leave a link if someone else in the 
near future wishes to play with those concepts.

http://jsfiddle.net/Wz4Ck/9/

Regards,
mem
______________________________________________________________________
css-discuss [[email protected]]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to