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?
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!