Announcement

Collapse
No announcement yet.

Reduce Font size in Css or..

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

    Reduce Font size in Css or..

    Hi guys,

    I have a question regarding reduce the font size. I have been trying to reduce the font size of my hyperlink but it does not change despite typing it this few ways:
    -------------------------------------------------------------------------
    <div align = "center><font size= "1"><a href = "http://www.hst.com.sg/acatalog/Fascination_Series.html"> Back </a></font></div>

    -------------------------------------------------------------------------
    <span class = "actxxsmall"><a href = "http://www.hst.com.sg/acatalog/Fascination_Series.html"> Back</a></span>

    both of the way did not bring down my size of the hyperlink. Or do i change it in CSS? Please help.

    yours,
    Swee
    Http://www.hst.com.sg

    #2
    Originally posted by swee
    Hi guys,

    I have a question regarding reduce the font size. I have been trying to reduce the font size of my hyperlink but it does not change despite typing it this few ways:
    -------------------------------------------------------------------------
    <div align = "center><font size= "1"><a href = "http://www.hst.com.sg/acatalog/Fascination_Series.html"> Back </a></font></div>

    -------------------------------------------------------------------------
    <span class = "actxxsmall"><a href = "http://www.hst.com.sg/acatalog/Fascination_Series.html"> Back</a></span>

    both of the way did not bring down my size of the hyperlink. Or do i change it in CSS? Please help.

    yours,
    Swee

    Try <FONT SIZE=-1>

    (This works for our site anyway)

    Regards
    Brian
    Brian
    www.flowergallery.co.uk
    Same day flower delivery to UK
    Same day flower delivery to Republic of Ireland
    International Flower Delivery

    Located in Argyll, Scotland, UK

    Comment


      #3
      Hi,

      Haha.. i have tried that too. Even tried Font size = 7, -1 etc..even changing something like COLOR ..but they all do not make any difference. is it because of the CSS that overriedes it? anyone knows where i could change it? is it on the "product detail- full description box" or some other templates which has included the "stylesheet"??

      yours,
      swee
      Http://www.hst.com.sg

      Comment


        #4
        Hi

        The file 'actinic.css' might hold the key for you. Click on Advanced | Template Manager and then the Miscellaneous tab. Click on the button labelled CSS. In the window that opens up, click on the Edit button.

        In this file, scroll down and find : a:link{

        The subsequent tags refer to the style options for hyperlinks as well. You can set the font size here.

        Hope this helps.

        Cheers
        Krithika Chandrasekar
        SellerDeck

        sigpic

        E-commerce software by SellerDeck

        Comment

        Working...
        X