Hi
I should want make a macro with Ultraedit for a css code
I haven't studied the regular expression so that i ask help you
Dreamweaver Mx write the css code so:
I should want transform the code (with a macro) so:
Can you write me a macro that transform code in this mode?
I should want make a macro with Ultraedit for a css code
I haven't studied the regular expression so that i ask help you
Dreamweaver Mx write the css code so:
Code: Select all
.Menù
{
color: #000000;
text-decoration: none;
text-align: center;
vertical-align: middle;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 14px;
font-weight: bold;
background-image: url(../images/Tabelle/Menù_Sfondo.jpg);
}
I should want transform the code (with a macro) so:
Code: Select all
.Menù
{
color: #000000; text-decoration: none; text-align: center; vertical-align: middle;font-family: Georgia, "Times New Roman", Times, serif; font-size: 14px; font-weight: bold; background-image: url(../images/Tabelle/Menù_Sfondo.jpg);
}