Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

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

Posted

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.

wayne

 

The Road Goes on Forever and the Party Never Ends - Robert Earl Keen

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...