Posted by Marcin Dobrucki on 05/29/06 12:44
Ladysniper@gmail.com wrote:
> DESPERATE doesn't begin to describe it.
>
> Can someone PLEASE tell me what is WRONG with this code?
Without even going into the php, IMHO you need to tidy up the HTML
that the code generates:
<a href="/directory.htm"><font color="#990000">Member
Directory</font></a><font color="#990000">
</font>
5 non breaking spaces in a shade of red? Surely, there is better
ways to space things. I'd also suggest using some basic CSS for the
table layouts instead of trying to give all cells own parameters.
Lastly, try some html table generators. Yours is broken, eg:
<tr height='20'><td valign'top'><p style='margin-left:150'><font
size='2'>AZ</font></td></tr><br>
<tr height='20'><td valign'top'><p style='margin-left:150'><font
size='2'>85259</font></td></tr><br>
At least '=' is missing here.
/Marcin
[Back to original message]
|