Christianb 8 Posted October 14, 2003 Hi Gang, I'm wondering what keyboard shortcuts and or menu commands will allow users to highlight a block of text and make it entirely lower case or upper case. I'm using Dreamweaver 2004 and one would think it'd include such a function. Thanks in Advance, Christian Share this post Link to post
Vermyn 0 Posted October 15, 2003 I'd use a stylesheet and set the CSSclass property of your text to whatever defines what should be in caps and what shouldn't. That's what I do in VS.NET, anyway - hell if I know if you can do that in Dreamweaver. Share this post Link to post
Christianb 8 Posted October 15, 2003 Hi Vermyn, Using a style sheet is fine for certain applications, but if you just want to highlight a block of text and make it caps or not, use Ctrl+Shift+U (Upper-Case) or Ctrl+U (Lower Case). Trust me that'll provide the best client-side performance possible . Cheers, Christian Share this post Link to post