[wwwdocs] - introduce GUPC project/branch
Gerald Pfeifer
gerald@pfeifer.com
Mon Mar 8 01:20:00 GMT 2010
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
--- gupc.orig 2010-03-08 01:04:53.860011016 +0100
+++ gupc.html 2010-03-08 01:14:57.644003818 +0100
@@ -40,6 +40,8 @@
GNU Unified Parallel C (GUPC)
</h1>
+<table>
+<tr><td>
<img style="margin: 5px 10px; float: left;" src="gupc_files/gupc.png" alt="GUPC Logo" title="GUPC" height="130" width="109">
<p>The GNU UPC project implements a compilation and execution environment for
@@ -50,10 +52,10 @@
implemented as a C Language dialect translator, in a fashion similar to the
implementation of the GNU Objective C compiler.
</p>
+</td></tr>
+</table>
<!-- Empty paragraphs below, used to space past the graphic on the left. -->
-<p> </p>
-<p> </p>
<h2>Project Goal</h2>
More information about the Gcc-patches
mailing list