That is how they want me to do it... -----Original Message----- From: Sebastiaan GMC van Dijk [mailto:[email protected]] Sent: Thursday, April 08, 2010 10:31 AM To: cf-talk Subject: RE: annoying table issue...
Seems like someone need a quick HTML/CSS tutorial here (or maybe it's just legacy code you aren't allowed to touch, just touch up?) ;-) Strip the script tag of it's language attribute, remove all the spacer-gif's (so 1990 - replace with CSS border-top:1px solid #000 or inline style if CFDocument), use div to center-align table, ditch the <nobr>-tags (http://www.htmlhelp.com/reference/css/classification/white-space.html), id your input-tags and remove the inline styles (valign etc) to the style-block or CSS-stylesheet. When doing this and putting a in the empty cells you at least have a cross-browser starting point, which makes your life a lot easier when it comes to bugfixing the styles. Good luck! _________________________________________________________________ Windows 7: Se direkte-TV fra den bærbare PCen. Finn ut mer. http://windows.microsoft.com/windows-7 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:332766 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

