Date: prev next · Thread: first prev next last
2010 Archives by date, by thread · List index


On Tue, Dec 14, 2010 at 9:45 PM, David Nelson <commerce@traduction.biz> wrote:
Hi guys, :-)

While you're reviewing the site design, please make adjustments to the
text sizes, notably of the titles, and maybe consider increasing the
line spacing. Space after and before the headings needs tweaking to
get an optimal layout.

On the main SilverStripe site, take a look at the FAQs, and take a
look at the installation instructions. These pages will give you the
best sample content to look at.

Could you guys please take action on those things for us? The site can
be live and online *before* Christmas, and the community needs that
urgently. ;-) A *big* thank you if you heed my plea.

[1] http://www.test.libreoffice.org/get-help/installation/

Might be a bad example, as there are lots of empty paragraphs in there.

a paragraph just for the anchor tag, and yet another one completely
empty. For example:
<h3><a style="text-decoration:none;"
name="De-Installation_of_a_Previous_Version_of_LibreOffice_for_Windows">De-Installation
of a Previous Version of LibreOffice for Windows</a></h3>
<p><a style="text-decoration:none;"
name="De-Installation_of_a_Previous_Version_of_LibreOffice_for_Windows">
</a></p>
<p> </p>
<p>Lorem ipsum dolor [...]</p>

Note that the heading itself has the anchor, and the <p> just below
contains the same anchor, then yet again a completely empty paragraph,
then follows the text.

That is the reason for the huge gaps between header and paragraph in this case.

Also note that for anchors, you don't need to use <a> tags, and
especially you don't need to surround text with them (and use
text-decoration:none to disable treating it as a link).
using
<h3>headertext<a id="someid"></a></h3> does the trick as well, as would do:
<h3 id="anchorname">headertext</h3>

ciao
Christian

-- 
Unsubscribe instructions: E-mail to website+help@libreoffice.org
List archive: http://www.libreoffice.org/lists/website/
*** All posts to this list are publicly archived for eternity ***

Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.