- From: <Kieran_M_O'Brien@national.com.au>
- Date: Thu, 16 Oct 2003 11:58:14 +1000
- To: w3c-wai-ig@w3.org
Hi all, Probably not the appropriate place for this message but I know there are a few gurus here that could easily help me. I have a page where the width is too wide for printing. So I proposed to put a print-media type stylesheet to get around this. However, it seems to have no effect on hardcoded font tags. Is this correct or am I doing something drastically wrong ?? Here is a snippet of the code: <TD width="100%" colSpan=4> <P> <DIV align=center><BR><BR> <IMG height=70 src="Technology Community Program_files/0.gif" width=126> <IMG height=70 src="\01.gif" width=527><BR><BR> </DIV> <BR> <B><FONT face=Verdana size=2>Parks Victoria</FONT></B> <FONT face=Verdana size=2> manages a world class network of parks, including national, state and metropolitan parks, marine national parks, many significant cultural assets and Melbourne's bays and waterways.</FONT><BR><BR> * please don't comment on how bad the code is. I didn't write it !!! and I'm in no position to be able to change it unfortunately. my print stylesheet has the following: body {width:600px; font-size:20px; color:red;} table {width:600px; font-size:20px; color:red;} td {width:600px; font-size:20px; color:red;} p {width:600px; font-size:20px; color:red;} div {width:600px; font-size:20px; color:red;} * I decided to go for something dramatic to see if it was working Thanks in advance. Kieran. _________________________________________________________________ The information contained in this email communication may be confidential. You should only disclose, re-transmit, copy, distribute, act in reliance on or commercialise the information if you are authorised to do so. Any views expressed in this email communication are those of the individual sender, except where the sender specifically states them to be the views of a member of the National Australia Bank Group of companies. The National Australia Bank Group of companies does not represent, warrant or guarantee that the integrity of this communication has been maintained nor that the communication is free of errors, virus or interference.
Received on Wednesday, 15 October 2003 22:04:30 UTC