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???
Announcement
Collapse
No announcement yet.
Quick html query
Collapse
X
-
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
Comment