Some some more yet...
· 25 November 2005, 00:53
Making good progress. I’ve installed a couple of plugins:
- one to output the section list w/ more control.
- another to conditionally do something based on the current section; I use it to output the section description, all off the one default page.
The bit that bugs me is how to create links w/ target other than the current window. I’ve seen a debate somewhere about how XHTML deprecates the target anchor attribute. But there’s a inplace DTD fix to circumvent browsers that go anal strict on the html, so why not, eh?
On this topic, my current default page starts w/ this:
<!DOCTYPE html PUBLIC ”-//W3C//DTD XHTML 1.0 Transitional//EN” “http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd” [ <!ATTLIST a target CDATA #IMPLIED> ] >
note that you need to escape the inner <>
| << Building some more |
I’ve just added another plugin, this time from Gerhard Lazu. It leaves breadcrumbs, which is the “path” at the top of the page.