Date : Sat, 18 Jul 2009 00:48:58 +0100
From : robert@... (Rob)
Subject: Fw: Fwd: ITV Teletext to shut down in January
On 18/07/2009, me@... <me@...> wrote:
> On 17 Jul 2009, at 23:01, Jonathan Graham Harston wrote:
>
>> I put a bit of toy code together to try and convert a teletext page
>> into HTML. Needs to be in a table to get the character cells to
>> line up. Unfortunatelt, font doesn't span across a table, so it
>> generates code like:
>
>
> [Snip horrific HTML]
>
> Oh jeez man, *please* use CSS.
Still can't get the right /look/ without the font...
I had thought of
<img src="redR.gif"><img src="redE.gif"><img src="redD.gif"><img
src="space.gif">....
But with the entire character set to do, plus graphics, plus seperated
graphics, in each posible combination of colours ... that's a fair few
images to construct..
However, I've just been looking at some css2 docs that say you can
specify where the client should download the font from. Might be a
solution - do current browsers support that?