emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Orgmode] Re: html export - howto change UP|HOME link style?


From: Bernt Hansen
Subject: [Orgmode] Re: html export - howto change UP|HOME link style?
Date: Sat, 14 Nov 2009 17:22:14 -0500
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2 (gnu/linux)

Eraldo Helal <address@hidden> writes:

> How can I make style changes to "UP and HOME" links? (#+LINK_UP/HOME) without 
> messing with the other
> link styles?

You should use CSS for this but...

the up and home links seem to be inside the <head>..</head> section of
the page and not the <body>..</body> section.  This looks strange to me.

The up and home links also have style applied to them which should
probably be removed so that CSS can completely control the look of the
links.

Part of the export buffer for a test org file looks like this.

,----[ test.org exported to HTML buffer ]
| <head>
| <div style="text-align:right;font-size:70%;white-space:nowrap;">
|  <a accesskey="h" href="up_goes_here"> UP </a>
|  |
|  <a accesskey="H" href="home_goes_there"> HOME </a>
| </div>
| 
| <title>test.org</title>
`----

Shouldn't the up and home links both be moved to the body of the page,
stripped of their in-line style info (text-align, font-size,
white-space) and use CSS for this instead?  I think that might be more
flexible for formatting.

-Bernt




reply via email to

[Prev in Thread] Current Thread [Next in Thread]