Announcement

Collapse
No announcement yet.

Font size and Font type for buttons

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

    Font size and Font type for buttons

    Hi
    I am wanting to create a new brochure page for "SUBSCRIPTIONS". I will need to create two new buttons.

    I am using the Best Seller design. Can anyone tell me which font and what font size is used? I am guessing it is Arial and about size 12.

    Can anyone help?

    Many thanks

    #2
    Font Size

    Hi Anne, is this for the http://www.cpd4lawyers.com site????

    Comment


      #3
      Hi there

      It is actually Verdana, bold, italicised, 11pt

      Comment


        #4
        Hi
        Yes it is for www.cpd4lawyers.com.

        Thanks for the info on font size and type. That is very useful.

        Best wishes to both of you.

        Since managed to put a "Sign Box" on the left hand side but whatever I did to the template it always ended up at the top rather than the bottom of the column. The code starts with <DIV> and ends with </DIV> Where should I put this code to get it under the "shop" bit towards the bottom of the left hand column?

        Many thanks

        Comment


          #5
          Hi,

          Had a look at the site and it looks like the sign box is not appearing where you want it to because you have placed your code out side of the table that constitutes the left hand menu area..

          Open Act_BrochurePrimary.html and look for ..
          <table width="170" border="0" cellpadding="0" cellspacing="0" class="thinborder">
          <tr>
          <td><img src="main_pages.gif" width="170" height="27"></td>
          </tr>

          You will need to place your code within this table, not the table within which this table sits.

          Next look for

          <tr>
          <td> <script language=Javascript1.2>
          document.write(YahooSections(section_tree))
          </script> </td>
          </tr>

          And right after this closing </tr> tag create a new row like this...
          <tr>
          <td> paste your code here starting from the <div> ....
          </td>
          </tr>

          It should look like this once done ....

          <tr>
          <td> paste your code here starting from the <div> ....
          </td>
          </tr>
          </table> </td>

          That should get the sign box displaying just below the 'Shop' area.

          Kind regards,
          Bruce King
          SellerDeck

          Comment

          Working...
          X