Diane Ross wrote:
> When I want to center an image I can only get it to work if I select 
> <div align="center">

> <http://www.test.entourage.mvps.org/faq/center_images.html>

Note that text-align: center should not be targeting the image.
Instead: target the container - the div, p or other block-element - and
text and images /inside/ the container will be centered.

You can also center images directly with auto-margins.

I've added a couple of examples to your test page here...
http://www.gunlaug.no/tos/alien/test_07_1560.html
...so you can see how it works.

> Why are these simple things so hard for a newbie? <sigh>

Probably so we who are slightly more experienced, can brag about it ;-)

regards
        Georg
-- 
http://www.gunlaug.no
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to