Announcement

Collapse
No announcement yet.

Quick html query

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

    Quick html query

    I want to limit the size of the section navigation images, because I use them elsewhere I dont want to reduce them manually, i cant remeber the html for setting an image size, and where to insert it, I think its act-sectionNavImage???
    Back up and running thanks to help from Actinic community!!
    http://www.pinkcatgifts.co.uk

    #2
    Hi Carolyn

    >limit the size of the section navigation images

    You can specify different dimensions for the images used by the Navigation bar in Act_NavigationImage.html and Act_BrochureNavImage.html.

    Cut the two lines NETQUOTEVAR:IMAGEHEIGHT & NETQUOTEVAR:IMAGEWIDTH and paste them after NETQUOTEVAR:OTHERIMAGEMARKUP>
    Comment them out.

    N.B: Commenting them out within the "IMG" tag won't work. You have to place them outside the '>'

    After Border=0 insert width="x" and height="y" [where 'x' and 'y' are your preferred dimensions] and save the files.

    You should now see the change in the image size on the navigation bar.

    Hope this helps.

    Cheers
    Krithika Chandrasekar
    SellerDeck

    sigpic

    E-commerce software by SellerDeck

    Comment

    Working...
    X