Site Owners Forums - Webmaster Forums

Site Owners Forums - Webmaster Forums (http://siteownersforums.com/index.php)
-   HTML / DHTML (http://siteownersforums.com/forumdisplay.php?f=7)
-   -   Typography (http://siteownersforums.com/showthread.php?t=59709)

davikerkrish 09-06-2012 03:21 AM

Typography
 
tricks for creating advanced typographic styles using CSS. There�s everything from line-wrap functions to faux anti-aliasing to adding gradients and shadows.
WRAPPING TEXT INSIDE PRE TAGS
pre {
white-space: pre-wrap; /* css-3 */
white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
white-space: -pre-wrap; /* Opera 4-6 */
white-space: -o-pre-wrap; /* Opera 7 */
word-wrap: break-word; /* Internet Explorer 5.5+ */
}


All times are GMT -7. The time now is 10:12 PM.


Powered by vBulletin Copyright © 2020 vBulletin Solutions, Inc.