Re: [WSG] HTML special characters coding

2008-06-17 Thread Calvin Chan
I have always used the  for ampersand.  The only time I use the code is
when there isn't an actual character on the keyboard.  I.e copyright sign.

I don't think it matter on which one to use.

~Calvin

Calvin Chan
www.calvinchan.net

On Tue, Jun 17, 2008 at 1:55 PM, kevin_erickson [EMAIL PROTECTED]
wrote:

 Hello,
 I am looking for advice on if the best way to code for special characters
 is to use the actual character or the attribute value or the alt code?
 i.e. for the ampersand should one use  or amp;? Does it matter? I know
 that Dreamweaver automates some of this but what is the best practice?

 Thank you

 kevin


 ***
 List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
 Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
 Help: [EMAIL PROTECTED]
 ***




***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***

Re: [WSG] Centering all items in a li

2008-05-19 Thread Calvin Chan
Hi Darren,
First of all, I will have to agree with Matijs that it is probably not the
best place to use li.

Second, I was actually doing some research on these type of problems the
other day, and I founded this:

http://www.jakpsatweb.cz/css/css-vertical-center-solution.html

However, I did not get a chance to try it myself yet, but maybe this can
give you some idea on where to start.

~Calvin

On Mon, May 19, 2008 at 12:01 AM, Matijs [EMAIL PROTECTED] wrote:

 I think semantically I would have gone for divs in the first place as it's
 not really a list perse...

 On Mon, May 19, 2008 at 12:04 AM, Darren Lovelock [EMAIL PROTECTED]
 wrote:

 Here's a example of what I'm doing http://www.munkyonline.co.uk/test.html

 I want the li's to behave the same as table cells set with valign:middle.

 I've had to float the li's left instead of displaying them inline
 otherwise
 they stack on top of each other in a mess!

 I suppose looking at it I could have used divs instead of a list but
 either
 way, I think it will still behave the same.

 Cheers,

 Darren


 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
 Behalf Of Rahul Gonsalves
 Sent: 18 May 2008 13:46
 To: wsg@webstandardsgroup.org
 Subject: Re: [WSG] Centering all items in a li

 Darren,

 On 17-May-08, at 8:09 PM, Darren Lovelock wrote:

  I've been trying to find a solution that will allow me to vertically
  center all the items in a li. The big problems i've got are that the
  li's are a non-fixed height and are floating to the left.

 A link to a stripped down test would be helpful.

 However, if you can't post a link, perhaps one of the links below will be
 helpful to you?

 Best,
  - Rahul.

 [1] http://www.brunildo.org/test/
 [2] http://www.brunildo.org/test/vertmiddle.html
 [3] http://www.brunildo.org/test/valimid2.html
 [4] http://www.brunildo.org/test/va_lineheight.html


 ***
 List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
 Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
 Help: [EMAIL PROTECTED]
 ***



 ***
 List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
 Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
 Help: [EMAIL PROTECTED]
 ***



 ***
 List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
 Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
 Help: [EMAIL PROTECTED]
 ***




-- 
Calvin Chan
Web Application Engineer

[EMAIL PROTECTED]
Office: 1.650.340.0044
Mobile: 1.510.508.8250


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***