OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook-apps message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: Re: [docbook-apps] inlineequation in an example title messes up the index... ??


The border is added by some browsers when an img is inside an <a>
anchor to indicate that the image is a link.  To turn it off, you
need to set border="0" in the img, or use CSS, I think this
should work:

div.indexdiv img {
   border: 0;
}

Bob Stayton
Sagehill Enterprises
DocBook Consulting
bobs@sagehill.net


----- Original Message ----- 
From: "Chris Chiasson" <chris@chiasson.name>
To: "docbook-apps List" <docbook-apps@lists.oasis-open.org>
Sent: Wednesday, March 15, 2006 6:34 AM
Subject: [docbook-apps] inlineequation in an example title messes
up the index... ??


Is there supposed to be a purple border around this picture (only
when
it's in the index)? No, this is not a practical joke...

http://chris.chiasson.name/Engineering_Optimization/index.html

of course, the xhtml+mathml version comes out fine

http://chris.chiasson.name/Engineering_Optimization/index.xhtml

Thanks for any insight,
--
http://chris.chiasson.name/

-----------------------------------------------------------------
----
To unsubscribe, e-mail:
docbook-apps-unsubscribe@lists.oasis-open.org
For additional commands, e-mail:
docbook-apps-help@lists.oasis-open.org






[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]