Click here to Skip to main content
15,896,338 members
Articles / Web Development / CSS

Creating Page Link Buttons with XSLT

Rate me:
Please Sign up or sign in to vote.
4.75/5 (8 votes)
4 Jan 20043 min read 77.8K   1.1K   27  
Shows how to split an XML file into pages and render page links using XSL Transformation style sheet
BODY,table { FONT-SIZE: 10pt; MARGIN: 0px; FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif; BACKGROUND-COLOR: #ffffff }


tr.header
{
BACKGROUND-IMAGE: url(day_header.gif); 
BACKGROUND-REPEAT: no-repeat;
}
tr.footer
{
BACKGROUND-IMAGE: url(day_footer.gif); 
BACKGROUND-REPEAT: no-repeat;
}
tr.main
{
BACKGROUND-IMAGE: url(main_background.gif); 
}


h1 { PADDING-RIGHT: 10px; PADDING-LEFT: 10px; BACKGROUND-IMAGE: url(header.gif); PADDING-BOTTOM: 15px; MARGIN: 0px; COLOR: #000000; PADDING-TOP: 10px; BORDER-BOTTOM: #e4e5e5 1px solid; BACKGROUND-REPEAT: no-repeat; HEIGHT: 65px; BACKGROUND-COLOR: #ffffff }

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.


Written By
United States United States
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions