-----Original Message-----
From: css-d-boun...@lists.css-discuss.org
[mailto:css-d-boun...@lists.css-discuss.org] On Behalf Of David Hucklesby
Sent: Saturday, July 14, 2012 11:04 AM
To: css-d@lists.css-discuss.org
Subject: Re: [css-d] Centering Tips Please

On 7/14/12 5:57 AM, Brian M. Curran wrote:
> Hi There!
> I'd like to vertically center the text "local" qualified" "trusted" 
> with respect to the images that precede them. Do I have to make a list 
> out of these three lines, or is there a simpler way to do so?
>
> The aforementioned is found on the right side of this page:
> http://www.draftingservices.com/doing_business.html
>

h6 img {
   vertical-align: middle;
   ...
}

perhaps? (or some other value..)

BTW - Will there be content after these headings? Otherwise a heading here
makes no sense. :\
--
Cordially,
David
___________________________

Thanks David! I thought I was going to have to move the text, and not the
image. And I didn't know of that command.

Yes, I know a heading isn't the best fit here. Styling a list seemed like a
bit of an overkill though. Don't know if there is a better option.

Best,
Brian


______________________________________________________________________
css-discuss [css-d@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