At 25/06/00 20:08:00, you wrote:
>Jeezo Pete, Jake ...

Eh? Is that a curse?

>
>Some of the people on the list don't know html although some do. I just
>found it curious and thought that if Arachne did the same thing on other
>pages we could be missing links we wanted.
>

Perhaps equally to the point is that A doesn't tell you where you've been
by a change of vlink color. Michael seems to be looking into that one.

>But here's the snippet of code in question:
>
><!-- Begin foreign links table, bottom -->
><table width=90% align="center">
><td>
><center>
><font size="2" color="#ffff00">
><a href="http://born123.homestead.com">B'Parents -- Consider Also 
Joining<br></font>
><font size="3"><b>B.O.R.N.</b><br>
><font size="2">Birthparents for Open Records Now</a><br>
></font>
></center>
></td>
></table>
><!-- End foreign links table, bottom -->
>
> ... and it is up on the page already.

Not had a look, nor checked the snippets in any browser, but it _might_
work better if you keep all the <font> tags within the anchors.

[ <tr>... </tr> added ]

<table width=90% align="center">
<tr><td><center>
<a href="http://born123.homestead.com">
<font size="2" color="#ffff00">
B'Parents -- Consider Also Joining
<br>
<font size="3">
<b>B.O.R.N.</b>
<br>
<font size="2">
Birthparents for Open Records Now
</a>
<br>
</center></td></tr>
</table>

Font not cancelled as it will either return to default in the next
cell or row, or you will explicitly define it :-)

HTH

Jake


Reply via email to