Actually, in both cases, it will display
Horner John ThatAussieNetwork
t /nitpick
Do you have problems, concerns or recommendations about the technical side of the Phoenix? Air them here. Compliments also welcome.
Actually, in both cases, it will display
Horner John ThatAussieNetwork
t /nitpick
Okay, something comprehensible flew by and now I have a question...
Quotes? In links? Am I doing something wrong by just using a href and not putting any quotes in there, whether single or double?
[edit: Well, I'll be. That's
<a href=http://www.link.com>test</a>
which I didn't think was supposed to work. Anyone know why it does anyway?]
Not using quotes is, IIRC, deprecated. Quotes are recommended (and hopefully soon mandated for the forgetful among us == me) for all attributes. They are currently mandatory for any attribute with a space or other special thingy in them.
t font face="Arial Rounded MT Bold" for instance, although one should say t font face="Arial" and not t font face=Arial .
Ah -- I thought they were mandatory for all attributes already.
Actually, in both cases, it will display
Horner John ThatAussieNetwork
</nitpick>
Thanks. Now corrected.
Ah. So I should being using quotes for everything after an =, then? So for font color as well?
Yup.
Thanks for that PHP stuff Gar, I did actually know that you can use arrays in order and as associative arrays, but coming from a Perl background where one has to be a @ and the other has to be a %, it freaks me out when everything's a $.
It's like that Stephen Wright gag about the thermos: put something hot in it, it keeps it hot, put something cold in it, it keeps it cold -- but how does it know?