Tim Field Posted October 5, 2005 Posted October 5, 2005 Hi all, I'm trying to do the following in xslt. :confused: The "line" under surname is what I'm after. ------------------ -Surname - ------------------ - Jones - - Smith - - Thornton - - Field - ------------------- This is my table so far but what do I add to get it to do this? TABLE.tblmain { border-style: solid; border-width: 1px 1px 1px 1px; border-style: solid; border-color: #99CCCC; padding: 4px 6px; text-align: left; font-family:Tahoma,Arial; font-size:9pt; } Thanks! Tim Quote
wayneph Posted October 6, 2005 Posted October 6, 2005 Assuming your Header uses TH you can try something like this: TH {border-bottom: 1px solid #99CCCC;} Otherwise just give the heading a separate class name and chage the Style definition from TH to what ever new class you set up. Quote wayne The Road Goes on Forever and the Party Never Ends - Robert Earl Keen
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.