-
using text-transform capitalize
Hi all,
Just wondering if there is a way to use text-transform capitalize on heading, and make it not capitalize articles (IE: the, a, etc).
-
hmm assuming you mean child tags of headings... you could do something like this
h1{text-transform:capitalize;}
h1 a{text-transform:none;}
infinityspiral.com
-
No i meant I Walked Across the Room instead of I Walked Across The Room.
-
ahh so you'd have to do something like this
h1{text-transform:capitalize;}
h1 .lower{text-transform:none;}
<h1>I Walked Across <span class="lower">the</span> Room</h1>
infinityspiral.com
-
Yeah well I decided to fix capitalization on insert instead of output.
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
|
Bookmarks