> ----- Original Message ----- > From: Simon Cockayne > To: [email protected] > Sent: Tuesday, December 11, 2007 8:09 PM > Subject: [WSG] preserve whitespace > > Hi, > > <!-- Happy Holidays one and all! --> > I have an HTML page and I want to (well my client wants me to) preserve > leading blanks in the value of a table data cell. > I could use <pre> </pre> around the data. > Or I could use an for each leading blank. > Any others? > What is the "standard" way to do it?
I would recommend <pre> over , that way the data itself would stay clean. -- -- Christian Montoya christianmontoya.net ******************************************************************* List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm Help: [EMAIL PROTECTED] *******************************************************************
