ok here is the code. please note that i have been fiddeling with this trying to get it towork for 2 hours now. i am about to beat my computer (work computer so its ok) up
<HTML>
<HEAD>
<TITLE>PRIME EXCLUSIVE PRESALES FAX</TITLE>
</HEAD>
<BODY>
<?php
include ("connect.php");
$query = "SELECT * FROM stock";
$result = mysql_query($query)
or die ("Couldn't execute query.");
echo "<p><b>MAHHHH test OUTPUT </b></p>
<body bgcolor='#FFFFFF' text='#000000'>
<table width='80%' border='1' cellspacing='1' cellpadding='1'>
<tr bgcolor='#DDDDDD'>
<td width='20%' ><font face='Arial, Helvetica, sans-serif'> <b>Artist</b></font></td>
<td width='25%'><font face='Arial, Helvetica, sans-serif'> <b>Title</b></font></td>
<td width='7%'><font face='Arial, Helvetica, sans-serif'> <b>Label Logo</b></font></td>
<td width='12%'><font face='Arial, Helvetica, sans-serif'> <b>Label</b></font></td>
<td width='27%'><font face='Arial, Helvetica, sans-serif'> <b>Comments</b></font></td>
<td width='9%'><font face='Arial, Helvetica, sans-serif'> <b>CatNo</b></font></td>
<td width='7%'><font face='Arial, Helvetica, sans-serif'> <b>Price</b></font></td>
<td width='7%'><font face='Arial, Helvetica, sans-serif'> <b>Format</b></font></td>
</tr>\n
<p><b>test output</b></p> ";
echo 'balh balh';
?>
</BODY>
</HTML>
[CODE]