Announcement

Collapse
No announcement yet.

Changing section image sizes

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

    Changing section image sizes

    Hi,

    How do i change the section image sizes please, they are at 50 pixels at the minute, i would like to change them to 100.
    Thanks.

    Wayne.
    www.fetishwear-uk.co.uk


    Actinic SEO

    We are specialists in Actinic SEO and have over 12 years experience with this software. PM me for more details if you need any help.


    sigpic

    #2
    Unless you've manually changed the Section Link Layouts(s) to make these fixed size images, they will be shown at the size you saved them. You'll have to find bigger ones to use.
    Norman - www.drillpine.biz
    Edinburgh, U K / Bitez, Turkey

    Comment


      #3
      Hi Norman.

      Do i change it here somewhere please?

      Thanks.

      !-- SectionLine HTML begin -->
      <!-- Insert HTML for the beginning of a section title -->

      <DIV ALIGN="LEFT">

      <TABLE BORDER="0" CELLSPACING="0" CELLPADDING="3">

      <TR>


      <TD ALIGN="LEFT" VALIGN="TOP"> <A HREF="<actinic:block if="%3cactinic%3avariable%20name%3d%22IsLoginPageSuppressed%22%20%2f%3e%20AND%0d%3cactinic%3avariable%20name%3d%22UnregCustomersAreNotAllowed%22%20%2f%3e" ><actinic:variable name="SectionPageName" /></actinic:block><actinic:block if="%28%3cactinic%3avariable%20name%3d%22IsLoginPageSuppressed%22%20%2f%3e%20%3d%3d%20false%29%20OR%0d%28%3cactinic%3avariable%20name%3d%22UnregCustomersAreNotAllowed%22%20%2f%3e%20%3d%3d%20false%29" ><actinic:variable name="SectionURL" /></actinic:block>"><font color="#000000"><!-- SectionNavImage HTML begin -->
      <IMG SRC="<actinic:variable name="SectionImageFileName"/>"
      ALT="<actinic:variable name="SectionName" encoding="strip" />"
      BORDER=0

      <actinic:block if="%3cactinic%3avariable%20name%3d%22SectionImageWidth%22%20%2f%3e%20%3e%2050" > width="50"</actinic:block>

      ALIGN="ABSMIDDLE">
      <!-- SectionNavImage HTML end --></font></A>
      </TD>


      <TD ALIGN="LEFT" VALIGN="MIDDLE"> <A HREF="<actinic:block if="%3cactinic%3avariable%20name%3d%22IsLoginPageSuppressed%22%20%2f%3e%20AND%0d%3cactinic%3avariable%20name%3d%22UnregCustomersAreNotAllowed%22%20%2f%3e" ><actinic:variable name="SectionPageName" /></actinic:block><actinic:block if="%28%3cactinic%3avariable%20name%3d%22IsLoginPageSuppressed%22%20%2f%3e%20%3d%3d%20false%29%20OR%0d%28%3cactinic%3avariable%20name%3d%22UnregCustomersAreNotAllowed%22%20%2f%3e%20%3d%3d%20false%29" ><actinic:variable name="SectionURL" /></actinic:block>"><B><font color="#000000" face="arial"><actinic:variable name="SectionName"/></font></B></A> </TD>

      </TR>

      <TR>

      <TD ALIGN="LEFT" VALIGN="MIDDLE">
      <br>
      <font face="arial" size="-1"><actinic:variable name="SectionDescription"/></font> </TD>

      </TR>

      </TABLE>

      </DIV>

      <!-- Insert HTML for the end of a section title -->
      <!-- SectionLine HTML end -->
      www.fetishwear-uk.co.uk


      Actinic SEO

      We are specialists in Actinic SEO and have over 12 years experience with this software. PM me for more details if you need any help.


      sigpic

      Comment


        #4
        Someone did the work for me using the full size images and then thumbnailing them to 50
        Bit hard to help fix unknown code from an unknown source. Try using the Design tab, click on a Section Image and look in the Layout Code window. There should be something like
        Code:
        <img alt="<actinic:variable name="SectionName" encoding="strip"/>" src="<actinic:variable Name="SectionImageFileName"/>" width=50 border="0" />
        Change the 50.
        Norman - www.drillpine.biz
        Edinburgh, U K / Bitez, Turkey

        Comment


          #5
          Thanks Norman.

          That worked perfectly.

          Wayne.
          www.fetishwear-uk.co.uk


          Actinic SEO

          We are specialists in Actinic SEO and have over 12 years experience with this software. PM me for more details if you need any help.


          sigpic

          Comment


            #6
            Ahah! I see you posted the code wile I was replying above. Look for
            Code:
            <actinic:block if="%3cactinic%3avariable%20name%3d%22SectionImageWidth%22%20%2f%3e%20%3e%2050" > width="50"</actinic:block>
            And change the %2050 to %20100 and change width="50" to width="100"

            What that code is doing is: If the image width is > 100 pixels then make it 100. If the width is <= 100, leave as is (images look rubbish if scaled up).
            Norman - www.drillpine.biz
            Edinburgh, U K / Bitez, Turkey

            Comment

            Working...
            X