Michael Newberry wrote:
> I'm pasting images into an iframe using a simple click on a link. The image 
> always appears at the 0,0 scroll position inside the iframe. Is there a 
> simple css way to center it? I've tried using  text-align:center.
> 
> Thanks,
> 
> Michael


Correction, iframe is not deprecated but it is inline. This will do the 
trick.

.center {text-align:center}

<div class="center"><iframe></iframe></div>


-- 
Alan http://css-class.com/

Armies Cannot Stop An Idea Whose Time Has Come. - Victor Hugo
______________________________________________________________________
css-discuss [cs...@lists.css-discuss.org]
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