Template Problem


i have template created , using each of pages.... of course made different portions editable, , not.... anyway question is.... how change font colors, font sizes, , texts of pages? everytime try says... making change require changing code locked template or translator. change discarded

thejs27 wrote:

 

i have template created , using each of pages.... of course made different portions editable, , not.... anyway question is.... how change font colors, font sizes, , texts of pages? everytime try says... making change require changing code locked template or translator. change discarded

 

not sure template code looks in normal circumstances dreamweaver won't write specific code relates fonts/sizes/colours etc. font colours/sizing, positioning controlled css.

 

therefore change font color/size 1 page need 'overwrite' current css style.

 

for instance code can this:

 

<div id="container">

<p>this paragraph</p>

<p>this paragraph</p>

</div>

 

see no reference fonts/colours/sizing or thing raw html code.

 

your css, in linked css stylesheet, may like: (example shows attributes paragraph tag (p))

 

p {

color: #000;

font-size: 11px;

}

 

if want change properties particular page/s have overwite linked css stylesheet inserting new style in <head> section of page. if in pages code should have 'editable' region in <head> section, near top.

 

all need write new values editable region. example below:

 

<style type="text/css">

p {

color: #fff;

font-size: 16px;

}

</style>

 

the new style must come after link pages main css stylesheet.



More discussions in Dreamweaver support forum


adobe

Comments

Popular posts from this blog

Joomla site hacked, cant see front and - Joomla! Forum - community, help and support

Christian Home School Programs - Joomla! Forum - community, help and support

Trouble with PF_OutFlag_I_USE_AUDIO and PF_CHECKOUT_LAYER_AUDIO