Something that you might think about for your section graphics to make it a lot easier to do is :
----------------------------------------------------
Make three graphics for all the section headers that are the same height.
One for the Left, One for the Main area, and One for the Right.
Then go make a table for as a template for all your sections.
ex::
++++++++++++++
<table width="600" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="11" background="left.gif"> </td>
<td width="575" background="main.gif"><div align="center"><font color="#FFFFFF">Section
Header Graphic Goes Here.</font></div></td>
<td width="14" background="right.gif"> </td>
</tr>
</table>
++++++++++++++
then just create a graphic or type the text that you want on it with one color for the back (probably want a gif with transparent background). Put that in the middle cell and center it. There you have an easier section header.
ex::
Sample
It adds some speed to the page because it only downloads three graphics plus the one for the section. Then each section you make it only needs to download the extra word graphic to display it.
        
Note :: :: :: :: :: :: :: :: :: ::
If you print out a page in with this on there it will only print the text graphic unless they have the 'print backgrounds' option on in there browser options.
With this in mind think about what color you want yout text on your headers. If they print it out is the text going to print like you want it?
:: :: :: :: :: :: :: :: :: :: :: :: :
Last edited by Zoram : 10-12-2002 at 12:57 PM.
|