How can I make Text Upper/Lower case in Dreamweaver?

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.

Windows Software 5498 This topic was started by ,


data/avatar/default/avatar06.webp

760 Posts
Location -
Joined 2001-11-10
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

Participate on our website and join the conversation

You have already an account on our website? Use the link below to login.
Login
Create a new user account. Registration is free and takes only a few seconds.
Register
This topic is archived. New comments cannot be posted and votes cannot be cast.

Responses to this topic


data/avatar/default/avatar25.webp

156 Posts
Location -
Joined 1999-11-30
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.

data/avatar/default/avatar06.webp

760 Posts
Location -
Joined 2001-11-10
OP
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