dwarvenmilitia
Programmer
Hi... I know this will be a simple problem cause I don't know much css.
I have a web page with main data but for aesthetics I want 2 bars up and down either side of the main page.
In tables I would do it like this:
This is working fine at the moment and I have div tags for some asp scripting later in the page, also the colour of the main page is white but the edge tables would be a light grey... Problem is as soon as I go to print the page it cuts off when the first div tag starts and I want to print the entire page.
Is it easier to convert that table from above to div or span tags (how ever that is done) or is there some other printing thing I'm not aware of.
Any help appreciated
I have a web page with main data but for aesthetics I want 2 bars up and down either side of the main page.
In tables I would do it like this:
Code:
<table>
<tr>
<td height="100%"> imageleft.jpg </td>
<td> main page with lots of asp coding and div blocks further down the page</td>
<td height="100%"> imageright.jpg </td>
</tr>
</table
This is working fine at the moment and I have div tags for some asp scripting later in the page, also the colour of the main page is white but the edge tables would be a light grey... Problem is as soon as I go to print the page it cuts off when the first div tag starts and I want to print the entire page.
Is it easier to convert that table from above to div or span tags (how ever that is done) or is there some other printing thing I'm not aware of.
Any help appreciated