Hyperlink text not aligned within tables

This forum is for all Flare issues related to styles, stylesheets and XML.
Post Reply
Amy2011
Jr. Propeller Head
Posts: 4
Joined: Tue Sep 13, 2011 11:32 am

Hyperlink text not aligned within tables

Post by Amy2011 »

Using the XML Editor, when I insert a hyperlink on text in a table, the text that becomes the link shifts down to the next line in the paragraph. PNG attached as example. The output (both PDF and CHM comes out fine). Has anyone else run into this? Thanks in advance!
You do not have the required permissions to view the files attached to this post.
Nita Beck
Senior Propellus Maximus
Posts: 3669
Joined: Thu Feb 02, 2006 9:57 am
Location: Pittsford, NY

Re: Hyperlink text not aligned within tables

Post by Nita Beck »

Check your stylesheet. Look for a complex selector that controls how links should appear inside a table row. So it'll be something like:

Code: Select all

td a:link
{
...
}
Is there something that is applying a top margin or padding?

If you build HTML5 output, examine this with your browser's inspect tools so that you can trace it back to precisely what CSS is coming into play.
Nita
Image
RETIRED, but still fond of all the Flare friends I've made. See you around now and then!
Amy2011
Jr. Propeller Head
Posts: 4
Joined: Tue Sep 13, 2011 11:32 am

Re: Hyperlink text not aligned within tables

Post by Amy2011 »

Thank you Nita. I located a style "td a" in the tables section of our stylesheet which was aligning to bottom. Removing that style fixed the issue.
Post Reply