Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • lalaloo Friend
    #142202

    I am not at my strongest today, and I simply cant seem to work out HOW to convert paragraph “clipnote” or “pinnote” to a DIV class. Somebody?

    I know its a stupid question, but i havent slept in 3 days to finish this site…

    I tried addind new CSS as :

    div.pinnote
    or
    .pinnote

    Neither work…why?

    Anonymous Moderator
    #309519

    Hi lalaloo

    For the case, you have to change p tag to div tag in the content of article and then open templates/ja_quillaja/css/template_css.css file, find following code section:

    p.clipnote {
    background: url(../images/clip-bg.gif) no-repeat top left #FFF8F2;
    padding: 10px 10px 10px 50px;
    border: 1px dotted #F2CAB7;
    }

    p.newspaper {
    background: url(../images/newspaper-bg.gif) no-repeat top left #FFF8F2;
    padding: 10px 10px 10px 50px;
    border: 1px dotted #F2CAB7;
    }

    and change to:


    div.clipnote {
    background: url(../images/clip-bg.gif) no-repeat top left #FFF8F2;
    padding: 10px 10px 10px 50px;
    border: 1px dotted #F2CAB7;
    }

    div.newspaper {
    background: url(../images/newspaper-bg.gif) no-repeat top left #FFF8F2;
    padding: 10px 10px 10px 50px;
    border: 1px dotted #F2CAB7;
    }

Viewing 2 posts - 1 through 2 (of 2 total)

This topic contains 2 replies, has 2 voices, and was last updated by Anonymous 15 years, 5 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum