Announcement

Collapse
No announcement yet.

CSS and text size in brochure pages

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    CSS and text size in brochure pages

    Hi folks,

    I have a problem with the font size. I have specified a style for the brochure pages... something simple like

    .description {
    font-size: 10px;
    font-family: verdana;
    }

    but when i add the class inside the page Act_BrochurePrimary.html the text doesn't get formatted properly.

    Any idea? Do I have to edit a specific file that controls the text?

    Many thanks

    Max

    #2
    when i add the class inside the page Act_BrochurePrimary.html the text doesn't get formatted properly
    you probably need to wrap the actual NQVs deeper into the templates, where exactly are you placing the class statements

    Comment


      #3
      css

      I am pasting the class in the file Act_BrocurePrimary.html

      <table width="100%" cellpadding="5" cellspacing="0" border="0" cols="3" class="description">NETQUOTEVAR:BROCHUREBODY .......


      I think it should work

      Many thanks for your help

      Max

      Comment


        #4
        I think it should work
        Unfortunately no it won't as it is too far up the tree, as anything set at this level will be superceeded further into the templates.

        Please give an example of something specific you want the change and give a url

        Comment

        Working...
        X