-
1. Re: How to change text case
Nadia-P Sep 16, 2009 2:43 AM (in response to talbot)You can set up your own keyboard shortcuts:
http://help.adobe.com/en_US/Dreamweaver/10.0_Using/WScbb6b82af5544594822510a94ae8d65-7763a .html
--
Nadia
Adobe Community Expert : Dreamweaver
---------------------------------------------------------------
Unique CSS Templates | Tutorials | SEO Articles
http://www.DreamweaverResources.com
--------------------------------------------------------------------------
Web Design & Development
-
2. Re: How to change text case
talbot Sep 16, 2009 3:29 PM (in response to Nadia-P)I found that before but couldn't find the change case option, anywhere.
Can I use anything from Homesite like the \AppData\Roaming\Adobe\Dreamweaver CS4\en_US\Configuration\Menus\Custom Sets\My Shortcuts.xml.
-
3. Re: How to change text case
Nancy O. Sep 16, 2009 3:47 PM (in response to talbot)CAPS lock pretty much does it for me.
If you're working in Design View, use the CSS text-transform property.
CSS code:
--------------------
.allCAPS {text-transform:uppercase}
.noCAPS {text-transform:lowercase}
.normCAPS {text-transform:capitalize}
HTML code:
-------------------
<p class="allCAPS">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec iaculis eros nec nisi euismod sollicitudin mollis nunc viverra. Donec sollicitudin suscipit bibendum. </p>
<p class="noCAPS">Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae. Nullam auctor nulla quis ligula hendrerit eu interdum dolor egestas. Praesent ipsum velit, blandit a ultrices ut, gravida a tellus. </p>
<p class="normCAPS"> Curabitur volutpat nulla vel ipsum bibendum quis gravida magna facilisis. Aliquam luctus accumsan euismod.</p>Nancy O.
Alt-Web Design & Publishing
Web | Graphics | Print | Media Specialists
www.alt-web.com/
www.twitter.com/altweb
www.alt-web.blogspot.com -
4. Re: How to change text case
talbot Sep 16, 2009 6:08 PM (in response to Nancy O.)Thanks but I don't need it to that level. It was a handy way to do it when I needed to and in fact, it was usually because of the caps lock key on
I have since disabled my caps lock key but I found it handy for other things too so was hoping that this was included like in Homesite (why disable that?) which I am still more comfortable using; so I have it running too and can do certain things there that I am not able to do or haven't figured out how to do in DW.
Extended search for one that I'm going to write a new post about.
-
5. Re: How to change text case
talbot Sep 16, 2009 7:42 PM (in response to talbot)I just found that right clicking and the selecting 'Selection' there's a menu option to change case. So it has to be in there somewhere...
-
6. Re: How to change text case
edward beckett Mar 30, 2011 12:53 PM (in response to talbot)Select the text .... Right Click » Selection » Convert to either Uppercase or Lowercase :-)



