Announcement

Collapse
No announcement yet.

Text Changes.......

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

    #16
    Lee,

    Have removed the quotes

    I have added it to Actinic.css

    Have included a screen shot of where

    (I think I need to go on a course or spend some time with a pro to understand how the insides of Actinic work)

    Can I not change the font type in the description using the !!< >!! the same way as changing to bold etc?

    Cheers
    Paul
    Attached Files

    Comment


      #17
      Ok - Ignore the last post - I have got it to change the font - yippee!!!!

      I was only updating the site, so i tried a complete refresh and it worked???

      One last thing - promise!

      I have /td at the bottom of the text I think that I should have moved it when I edited the template - can you tell me where i should be putting it

      Original template

      <!-- TextOnly HTML begin -->

      <tr>
      <td colspan="3" valign="top">

      NETQUOTEVAR:FRAGMENTANCHOR
      <table border="0" width="100%" cellspacing="5" cellpadding="1">
      <tr>
      <td width="100%">NETQUOTEVAR:BROCHURE_TEXT</td>
      </tr>
      </table>

      </td>
      </tr>

      <!-- TextOnly HTML end -->


      Edited Template:

      <!-- TextOnly HTML begin -->

      <tr>
      <td colspan="3" valign="top">

      NETQUOTEVAR:FRAGMENTANCHOR
      <table border="0" width="100%" cellspacing="5" cellpadding="1">
      <tr>
      <td width="100%"><div class="mytext">NETQUOTEVAR:BROCHURE_TEXT</div>/td>
      </tr>
      </table>

      </td>
      </tr>

      <!-- TextOnly HTML end -->


      Hopefully I will get to the bottom of this

      Cheers
      Paul

      Comment


        #18
        Your penultimate closing </td> tag is not formed correctly. Note how the others are closed in relation to that one.

        Im not quite sure which css file you have changed, but from your picture it looks like the wrong one. You want the file that actinic provide as part of the drop down menu in design view.

        Comment


          #19
          Lee,

          This is starting to stress me now

          I have got rid of the /td> - thanks

          Now, I added the code into the actinic.css that I have shown earlier and did a site refresh and the font changed.

          when I edited the /td> to </td> and updated the site the code has dissapeared from the actinic.css and the font has gone back to how it was ahhhhhh!

          Where is the actinic.css that I should be adding the code to located

          Cheers
          Paul

          Comment


            #20
            Originally posted by Paul Phillips
            Where is the actinic.css that I should be adding the code to located
            My previous post tells you where it is. In the DROP DOWN box within the DESIGN tab of actinic. Actinic Stylesheet is what you are looking for, it's the global css file for Actinic, they put it in the drop down box to make it easy to find.

            Comment


              #21
              Lee

              Couldnt find it anywhere in the Design Tab but managed to find it anyway using a bit of trial and error.

              I want to say a BIG BIG BIG thank you to all who helped me out on here - its so frustrating when I dont know how to do something

              Anyway, thanks again

              Paul
              www.balloonandpartyshop.co.uk

              Comment


                #22
                Originally posted by Paul Phillips
                Lee

                Couldnt find it anywhere in the Design Tab but managed to find it anyway using a bit of trial and error.
                If you select the drop down box (in design view) and look for "Actinic Stylesheet" in the list, i fail to see how you cannot find it?

                Comment


                  #23
                  Originally posted by leehack
                  i fail to see how you cannot find it?
                  This is the v7 forum thats why


                  Bikster
                  SellerDeck Designs and Responsive Themes

                  Comment


                    #24
                    Originally posted by Paul Phillips
                    Where is the actinic.css that I should be adding the code to located
                    Inside Actinic click on the "Edit Templates" button on the main bar ... red square and green triangle option ... click on Miscellaneous tab and then "CSS files" to open your actinic.css.

                    In your first reply back to Bill's (wjcambe) you did not append the line with a semi-colon ";" ... whilst strictly not needed for the last line of any code it is good practice to use all the time as you may add another line and forget to add to the first


                    Bikster
                    SellerDeck Designs and Responsive Themes

                    Comment


                      #25
                      Thanks

                      I thought I was going mad will spend a few days playing with it now

                      Cheers
                      Paul

                      Comment

                      Working...
                      X