first I build the complete address
Code: Select all
$webfront='http://';
$finalwebaddress=$webfront.$webaddress;Code: Select all
echo "<tr>\n
<td align='right' bgcolor='#DEB887' width='50'><b>Web</b></td>
<td align='left'><a target='_blank' href='$finalwebaddress'</a>$webaddress</td>
</tr>";I've tried posting this problem on the Mozilla forums but so far no answers or ideas, does anyone here have a possible solution?
TIA