On 4/1/10 9:01 AM, "Grant" <[email protected]> wrote:

> <?php
> session_start();
> include "connect-mysql.php";
> 
> echo "<html>
> 
> <head></head>
> 

> 
> echo "<title>The Pollet Group - Your Austin Rental Specialist
> 512.650.4247</title>";
> 
> 
> 
> echo "<table border='0' width='100%' cellspacing='1' height='1'>
> 
>   <tr>
> 
>     <td width='64%' colspan='3' height='63' valign='top'>
> 
>       <p align='center'><b><font face='Constantia'><font size='6'
> color='#000080'>The
> 
>       Pollet Group</font><u><font color='#FFFF28' face='Verdana'
> size='4'><br>
> 
>       </font></u>&quot;Austin Rental
> 
>       Specialists&quot;<br>
> 
>       512.650.4247
> 
>       </font></b>
> 
>     </td>
> 
>     <td width='36%' rowspan='4' height='1' valign='top'>";
> 
> 
> 


Well

Since yu opened and closed your head right there at the beginning - the
title isn't going to show up

I'd put all your javascript in an include file myself - and also put that in
the head...right now you've god all this 'head' information (and you've got
no <body> tag either.

> 


Reply via email to