Announcement

Collapse
No announcement yet.

I know it isn't...

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

    I know it isn't...

    I've tried to change the Act_Productimage.html section on imageheight and imagewidth to say 100 x 100 then made it something stupid like 500 x 500...no difference.

    There must be a way I can specify overall image sizes...surely.

    TIA

    Jackmac

    #2
    Sorry, this relates to my earlier post of about 30 mins ago. Specify image height/width

    Comment


      #3
      If you want to set the image in Act_ProductImage then you need to change the template to read...
      Code:
      <IMG SRC="NETQUOTEVAR:IMAGEFILE"
      	  ALT="NETQUOTEVAR:ALTERNATETEXT"
      	  BORDER=0
      	  WIDTH="100"
      	  HEIGHT="100"
      	  NETQUOTEVAR:OTHERIMAGEMARKUP>
      <!-- NETQUOTEVAR:IMAGEHEIGHT NETQUOTEVAR:IMAGEWIDTH -->

      Comment

      Working...
      X