[wwwdocs] - introduce GUPC project/branch
Michael Chamberlain
michael@chamberlain.net.au
Mon Mar 8 02:04:00 GMT 2010
On 8/03/2010 11:17 AM, Gerald Pfeifer wrote:
> Hi Gary,
>
> On Tue, 23 Feb 2010, Gary Funck wrote:
>
>> I'd like to find a way to have the "Features" header start
>> immediately below the graphic, with the necessary amount of
>> white space below the lead in paragraph to make that happen.
>> Suggestions?
>>
> sorry for not responded to this earlier. I did notice you committed
> the update, which is certainly fine.
>
> Regarding your question, I am not an HTML/CSS guru, so have not come
> up with some CSS magic to achieve what you'd like to, but using a table
> per the patch below works.
>
> (Personally, I'm ambivalent. The natural way of presenting this also
> would have been fine to my eye.)
>
> Gerald
>
The CSS clear attribute will do this (the image is set to "float" on the
left, so you need to "clear" floats on the left):
<h2 style="clear: left">...</h2>
Regards,
Michael.
More information about the Gcc-patches
mailing list