|
Posted by dorayme on 03/30/07 01:35
In article <fgoo03tk3odl0rnruvra0ou1bvrsvdtfqc@4ax.com>,
Cogito <nospam@nospam.nospam> wrote:
> On Thu, 29 Mar 2007 16:52:21 +0300, "Jukka K. Korpela"
> <jkorpela@cs.tut.fi> wrote:
>
> >The right way is to use an image, with an adequate alt text (e.g., alt="D",
> >depending on language), or to use the Unicode characters for chess pieces:
> >♕ white queen
> >♛ black queen
>
> Thank you for trying to help, but I don't quite understand what I'm
> supposed to do.
>
> How can I make use of the "♕" white queen character?
> I need it to something like:
> Square = "♕";
> Is this correct?
>
> Can you please show a simple example of what needs to be coded in
> order to assign the queen to a variable?
You just put ♕ where you want a queen to appear. If it is
in a paragraph, then
<p>Here is a picture of a queen: ♕. And here is another
one: ♕. And yet another: ♕. Here are 3 in a row:
♕ ♕ ♕</p>
If in a table cell, then similar...
Have you solved the problem of The Missing King yet?
--
dorayme
[Back to original message]
|