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

This is a discussion about How can I make Text Upper/Lower case in Dreamweaver? in the Windows Software category; 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 , . Last reply 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 in our website and join the conversation

You already have an account on our website? To log in, use the link provided below.
Login
Create a new user account. Registration is free and takes only a few seconds.
Register
This subject has been archived. New comments and votes cannot be submitted.
Oct 14
Created
Oct 15
Last Response
0
Likes
1 minute
Read Time
User User
Users

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