M
mita
Hi Guys. i have attached a couple of style sheets to my DWt page and updated
my website. These are some print sttyle sheets to produce print friendly page.
My website address is www.sissal.govt.nz
It is password protected at the moment
username: mita
P/w : sissal
Here is the code for my style sheet
body {
color : #000000;
background : #ffffff;
font-family : "Times New Roman", Times, serif;
font-size : 12pt;
}
a {
text-decoration : underline;
color : #0000ff;
}
#navigation, #advertising, #other {
display : none;
}
..printonly {
display:block;
font-size:larger;
background-color:#f0f0f0;
}
Thanks
my website. These are some print sttyle sheets to produce print friendly page.
My website address is www.sissal.govt.nz
It is password protected at the moment
username: mita
P/w : sissal
Here is the code for my style sheet
body {
color : #000000;
background : #ffffff;
font-family : "Times New Roman", Times, serif;
font-size : 12pt;
}
a {
text-decoration : underline;
color : #0000ff;
}
#navigation, #advertising, #other {
display : none;
}
..printonly {
display:block;
font-size:larger;
background-color:#f0f0f0;
}
Thanks