Go Back   Site Owners Forums - Webmaster Forums > Web Programming > Programming General > HTML / DHTML

Notices


Reply
 
Thread Tools Rate Thread Display Modes
Old 09-06-2012, 03:21 AM   #1
davikerkrish
Registered User
 
Join Date: Jul 2012
Posts: 111
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+ */
}
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
davikerkrish is offline   Reply With Quote

Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
How my online sales skyrocketed in a few days! WayneLifestyle General Discussion 9 07-04-2018 06:58 PM
Free Wordpress Theme | iTechBlog themesjunction Wordpress Themes 60 08-26-2014 01:38 AM
Tips To Select Right Typeface spinxwebdesign Graphic Design 0 05-07-2012 03:00 AM


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


Powered by vBulletin Copyright © 2020 vBulletin Solutions, Inc.