Announcement

Collapse
No announcement yet.

make images clickable

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

    #16
    Durrrrrrrrrrrrrrrrr

    Thanks Jo i decided to get a bit flash and do it by css as this is the way to go, so i am told

    Cant see the wood from the trees half the time these days - must sleep, must sleep, must sleep - have i said that already

    Cheers again
    Darren

    Comment


      #17
      Probably a daft question, but could code similar to this be used to make the logo image clickable?
      Need a barcode label or card printer? Look no further than OnlyZebra.

      Thinking about barcode scanning and whether it could improve your business' efficiency? We can offer a range of products from numerous manufacturers. OnlyAML, OnlyIntermec, OnlyLXE, OnlyOpticon & OnlyPsion or OnlyRugged, the one stop shop for all your needs.

      Comment


        #18
        Absolutely Nicola, the logo is just an image and code treats it as such. Try something like the following in the Standard Company Logo Image layout:

        Code:
        <a href="/.">
        <img src="<actinic:variable name="CompanyLogoFileName" />" width="<actinic:variable name="CompanyLogoWidth" />" height="<actinic:variable name="CompanyLogoHeight" />" alt="<actinic:variable name="StoreName" />" title="<actinic:variable name="StoreName" />" border="0"/></a>

        Comment


          #19
          Originally posted by leehack View Post
          Absolutely Nicola, the logo is just an image and code treats it as such. Try something like the following in the Standard Company Logo Image layout:

          Code:
          <a href="/.">
          <img src="<actinic:variable name="CompanyLogoFileName" />" width="<actinic:variable name="CompanyLogoWidth" />" height="<actinic:variable name="CompanyLogoHeight" />" alt="<actinic:variable name="StoreName" />" title="<actinic:variable name="StoreName" />" border="0"/></a>
          Thanks Lee!

          I have had to make a little alteration though, as it was just redirecting me to my ftp server page!

          My code now looks like this:

          Code:
          <a href="<actinic:variable name="HomePageURL" />">
          <img src="<actinic:variable name="CompanyLogoFileName" />" width="<actinic:variable name="CompanyLogoWidth" />" height="<actinic:variable name="CompanyLogoHeight" />" alt="<actinic:variable name="StoreName" />" title="<actinic:variable name="StoreName" />" border="0"/></a>
          Good news is it now links directly back to my home page (as I wanted it to), but the image isn't showing? Is it something I'm missing or doing wrong?
          Need a barcode label or card printer? Look no further than OnlyZebra.

          Thinking about barcode scanning and whether it could improve your business' efficiency? We can offer a range of products from numerous manufacturers. OnlyAML, OnlyIntermec, OnlyLXE, OnlyOpticon & OnlyPsion or OnlyRugged, the one stop shop for all your needs.

          Comment


            #20
            I presume you have added the image to both logo fields in site options?

            Comment


              #21
              Originally posted by leehack View Post
              I presume you have added the image to both logo fields in site options?
              Of course, I'm not quite that newbish!
              Need a barcode label or card printer? Look no further than OnlyZebra.

              Thinking about barcode scanning and whether it could improve your business' efficiency? We can offer a range of products from numerous manufacturers. OnlyAML, OnlyIntermec, OnlyLXE, OnlyOpticon & OnlyPsion or OnlyRugged, the one stop shop for all your needs.

              Comment


                #22
                Originally posted by NicNac View Post
                Of course, I'm not quite that newbish!
                LOL well it must be something silly as i have used this method a number of times. What's the URL?

                Comment


                  #23
                  Originally posted by leehack View Post
                  LOL well it must be something silly as i have used this method a number of times. What's the URL?
                  Nice to know I'm not normal!

                  It's only at testing stage at the moment, and my web server's decided to go on the fritz (which you never know may be the issue anyway), I'll try again tomorrow
                  Need a barcode label or card printer? Look no further than OnlyZebra.

                  Thinking about barcode scanning and whether it could improve your business' efficiency? We can offer a range of products from numerous manufacturers. OnlyAML, OnlyIntermec, OnlyLXE, OnlyOpticon & OnlyPsion or OnlyRugged, the one stop shop for all your needs.

                  Comment


                    #24
                    You noob, always upload before you say anything isn't working!

                    Comment


                      #25
                      Originally posted by leehack View Post
                      You noob, always upload before you say anything isn't working!
                      LOL "noob", not seen that one few a few weeks now

                      Comment


                        #26
                        the word "n00b" just doesn't sound the same when Gabe isn't saying it though, does it?
                        Tracey

                        Comment


                          #27
                          Originally posted by leehack View Post
                          You noob, always upload before you say anything isn't working!
                          Gee, thanks, just when I was feeling welcome!

                          I had already uploaded it, just that it was only accessible on the local network, and not to the whole of the interweb, so I was trying to get it uploaded to our proper server instead of the test one, but Actinic is having none of it. I'll get our network guys on it
                          Need a barcode label or card printer? Look no further than OnlyZebra.

                          Thinking about barcode scanning and whether it could improve your business' efficiency? We can offer a range of products from numerous manufacturers. OnlyAML, OnlyIntermec, OnlyLXE, OnlyOpticon & OnlyPsion or OnlyRugged, the one stop shop for all your needs.

                          Comment


                            #28
                            Originally posted by NicNac View Post
                            I'll get our network guys on it
                            Sheesh alright for some

                            the word "n00b" just doesn't sound the same when Gabe isn't saying it though, does it?
                            And no it does not

                            Comment


                              #29
                              Gee, thanks, just when I was feeling welcome!
                              LOL thats how actinic can be sometimes, it pulls you in, gives you a false sense of security then BAM it hits you round the face with a wet kipper

                              Comment


                                #30
                                Originally posted by pinbrook View Post
                                LOL thats how actinic can be sometimes, it pulls you in, gives you a false sense of security then BAM it hits you round the face with a wet kipper
                                LOL good point, the forum is a good prep for what's ahead.

                                Comment

                                Working...
                                X