Ask a Question related to Macromedia Dynamic HTML, Design and Development.
-
PRSop2000 #1
Mass Lowercase
Is there any way to select a chunk of source code and have dreamweaver
lowercase everything in the selection.
I am copying in massive amounts of table data from a web based account system
and it's all caps.... I don't have the time to retype it all and using CSS
Transform: Capitalize, doesn't have an effect on CAPS.
Thanks!
PRSop2000 Guest
-
[PHP-DEV] __autoload() lowercase
We run into a problem, when tryng to organize class files since autoload always uses lowercase. My class file, for example, is named... -
lowercase
Hi if i have an string lets say $stri="Joana Prado"; How do i transformm it into "joana prado" (all lowercase) Thanks -
UPPERCASE Or lowercase
There's code at: http://www.mvps.org/access/api/api0046.htm which you can use to toggle the capslock key on or off. See Function IsCapsLockOn() ... -
[PHP] tags to lowercase
* Thus wrote Justin French (justin@indent.com.au): hello. nice little tool: http://tidy.sourceforge.net/ Some one built a function that... -
Uppercase and Lowercase
Did you find a solution? I just downloaded the trial version of Dreamweaver MX and I cannot find how to change a selection to uppercase in the... -
rilkesf #2
Re: Mass Lowercase
Try 'text-transform: lowercase;' in your CSS. It puts all characters of all words in lowercase.
rilkesf Guest
-
rob::db #3
Re: Mass Lowercase
You could copy it into something such as Word (or a similar word processor),
which has the functions you need. I don't think DW has, although I'm not
sure.
Rob
PRSop2000 wrote:> Is there any way to select a chunk of source code and have dreamweaver
> lowercase everything in the selection.
>
> I am copying in massive amounts of table data from a web based
> account system and it's all caps.... I don't have the time to retype
> it all and using CSS Transform: Capitalize, doesn't have an effect on
> CAPS.
>
> Thanks!
rob::db Guest



Reply With Quote

