pat: (Default)
pat ([personal profile] pat) wrote2005-09-21 08:00 am

LJ HTML geeks

Can you tell me how to make accent marks over the e? can I put it inside another HTML tag such as an italics tag?

[identity profile] joedecker.livejournal.com 2005-09-21 03:07 pm (UTC)(link)
Testing: é


é


Use the six-character sequence:
& # 2 3 3 ;


In many browser/etc. combinations, it's possible to simply type é
directly into the text box, too. I don't know how to key that in
generally, but I can cut/paste it from other sources, and our use
the "character map" function in Windows.


Table of other & # sequences. (http://www.w3.org/TR/REC-html40/sgml/entities.html)

[identity profile] joedecker.livejournal.com 2005-09-21 03:10 pm (UTC)(link)
Testing: & e a c u t e ; : é

[identity profile] joedecker.livejournal.com 2005-09-21 03:11 pm (UTC)(link)
Yeah... the sequence "& e a c u t e ;" without the quotes or
spaces is easier to remember, and generalizes better.

[identity profile] mnfiddledragon.livejournal.com 2005-09-21 03:45 pm (UTC)(link)
I was just about to suggest that. (I *really* should remember í )

[identity profile] epi-lj.livejournal.com 2005-09-21 11:49 pm (UTC)(link)
Incidentally, if you use & for the ampersand, you can type those in without having to use spaces (as above). :)

[identity profile] joedecker.livejournal.com 2005-09-21 11:56 pm (UTC)(link)
Yep. I often use &, <, and &rt; when trying to put code snippets into LJ.
geekchick: (Default)

[personal profile] geekchick 2005-09-21 03:46 pm (UTC)(link)
é - & eacute ; (take out the spaces after the & and before the ; for all of these)
É - & Eacute ;
è - & egrave ;
È - & Egrave ;

There's a handy list of various HTML 4 entities like this at http://www.htmlhelp.com/reference/html40/entities/
geekchick: (Default)

[personal profile] geekchick 2005-09-21 03:47 pm (UTC)(link)
And yes, you can use those inside HTML tags.

[identity profile] bdot.livejournal.com 2005-09-21 08:38 pm (UTC)(link)
cool! thanks!

[identity profile] pecunium.livejournal.com 2005-09-21 04:49 pm (UTC)(link)
You can also get a long list of them here (http://www.scrippscol.edu/dept/IT/guides/HTMLDiacriticals.htm).

TK