Announcement

Collapse
No announcement yet.

Where did my h1's go?

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

    #16
    Thanks Lee.

    Moving on slighty, and trying to stop my H1's putting a big space BELOW them, is it something to do with this in the stylesheet

    margin: 0px;
    padding: 2px 0px 14px 0px

    Is the 14px the underneath spacing by chance? I know I could try it but I feel like I'm skating on thin ice so not wanting to push my luck too far!
    Peter Hayes
    www.hohobird.com
    Antiques Clocks, Barometers etc

    Comment


      #17
      The order goes: top, right, bottom, left.

      You may find Topstyle Lite useful - it's free download.

      Comment


        #18
        Thanks Duncan. I'm up and running.............and heading for a fall no doubt!
        Peter Hayes
        www.hohobird.com
        Antiques Clocks, Barometers etc

        Comment


          #19
          Just had a look at Topstyle. It talks about keeping style sheets 'compliant'.

          If I'm just changing font colours and sizes in my stylesheet, and perhaps reducing the bottom border, am I likely to be doing anything that may cause compliance problems...across borders or browsers?

          I'm literally changing things as follows....from this:

          h1 {
          font-size: <actinic:variable name="ExtraLargeFontSize" />;
          font-weight: 900;
          margin: 0px;
          padding: 16px 0px 4px 0px;
          color: <actinic:variable name="Palette1" />;
          }

          to this (changes shown in bold)
          h1 {
          font-size: <actinic:variable name="LargeFontSize" />;
          font-weight: 900;
          margin: 0px;
          padding: 16px 0px 4px 0px;
          color: <actinic:variable name="Palette2" />;
          }

          I know where the Palette colours and the Fontsizes are set in the various actinic menus so it seems to be a way forward for me with my v. limited knowledge.
          Peter Hayes
          www.hohobird.com
          Antiques Clocks, Barometers etc

          Comment


            #20
            Compliance doesn't set whether you can have red or blue text. Forget the word compliance, replace it with common sense, if something is blue and 14px, but you now want it red and 12px, there is nothing you could possibly be contravening.

            Comment

            Working...
            X