Phone number maintenance


my organization uses dreamweaver manage intranet, houses 1,200 individual pages... many of these include phone numbers individuals/business units, , reason these numbers change more expect. now, when numbers change, have manually.

 

i'm wondering if there's sensible way using dreamweaver(cs5)'s javascript abilities to, example... replace numbers int individual files small "field," house phone numbers in 1 file, , when update comes, correcting in file , having pushed individual files. point me in right direction?

 

thanks!

you css, though require little work on front end. require list of employees classes. adding :after pseudo class number. so...

 

.bill_johnson:after {

    content:" 555-555-5555";

}

.tedgar_jones:after {

    content:" 555-555-6666";

}

etc...

 

then whenever name comes in site, wrap span tag thier class, so...

 

<span class="bill_johnson">bill johnson</span>

 

the number added css, no need type in after name.

 

from on, time number changes have change in style sheet , automatically update across site.



More discussions in Dreamweaver support forum


adobe

Comments

Popular posts from this blog

How to change text Component easybook reloaded *newbee* - Joomla! Forum - community, help and support

After Effect warning: A problem occurred when processing OpenGL commands

Preconditions Failed. - Joomla! Forum - community, help and support