Eraldo Helal <era...@eraldo.org> 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


_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Reply via email to