R. Alan Payne wrote:
> Web Page: http://www.dvmvac.com/REDESIGN/CProtRsk.shtml
> CSS: http://www.dvmvac.com/REDESIGN/DVMcss.css
> 
> Defined #apply { ... text-align: center; ...} then coded <div 
> id="apply">Applies to most dogs</div>     but the text is not centered 
> in FF 1.5 and IS centered in IE 6. (Knew it was too easy.)

You'll need to apply auto margins to the left and right sides:

#apply {
   ...snip...
   margin-left:auto;
   margin-right:auto;
   ...snip...
}


-- 

Scott Swabey
Design & Development Director - Lafinboy Productions
www.lafinboy.com | www.thought-after.com
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- 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