Announcement

Collapse
No announcement yet.

Help - I need a Html code box to be invisible

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

  • Help - I need a Html code box to be invisible

    Greetings eveyone. This is my first post, and this is what I am trying to do. I need to hide the html code behind a jpeg, but I cannot figure out how to make the opacity to zero. Once I can get this figured out, I can put the jpeg behind the html box, and it will be clickable.

    Zazzle.com is where I got it, and here's what they say to do.

    1. Copy the HTML

    Copy everything from the text box below, and put it in the appropriate place in the HTML for your website. Your unique associate identifier is already embedded in the code.

    <a href="http://www.zazzle.com/?rf=238584122317000417"><img src="home_9.gif" width="141" height="57" alt="In association with Zazzle.com"></a>

    (So this is the code I want to hide.)

    2. Copy the image

    Download the graphic below into the same directory as your HTML. If you need to download the graphic into a different directory be sure to change the image source (IMG SRC) path to match the new location

    (I already have the jpeg, but I don't understand the IMG SRC thing.)

    So... as to not confuse anyone, I am trying to do something other that what they were saying because I didn't understand it. In another web program called Webstarts, I was simply overlapping the picture with the html code and making it invisible. The html code had a feature which was called "Opacity" which made it easy to hide: however I want to use BV but I can't find any feature like that in BV.

    Any help would be greatly appreciated.

    In Christ, Shawn
    I am the way, the truth, and the life. John 14:6
    www.preaching-truth.com

  • #2
    Re: Help - I need a Html code box to be invisible

    The image you have downloaded from there site, now needs to be uploaded to your site. Best bet is upload the image to your public_html directory & change the part in red in the code below for your details.

    <a href="http://www.zazzle.com/?rf=238584122317000417"><img src="http://www.mywebsite.com/home_9.gif" width="141" height="57" alt="In association with Zazzle.com"></a>

    This way it will work when you preview your site.
    Use the code below if you don't want a link border on the image

    <a href="http://www.zazzle.com/?rf=238584122317000417"><img src="http://www.mywebsite.com/home_9.gif" border="0" width="141" height="57" alt="In association with Zazzle.com"></a>
    Regards Chris.

    Collectables, Collecting, collectors-info.com

    www.chrismorris.co.uk

    House build project

    Comment


    • #3
      Re: Help - I need a Html code box to be invisible

      Greetings:

      Now I'm confused because I don't have a public_html directory. My folders on my hard drive are as follows. About, Backup, and images. Where does this public_html directory appear? On my system or BV's? Sorry, I'm new at this. Another thing, I haven't subcribed to this server yet because I was trying to design a website before I commited to paying the fees for the domain and space, so if that's the problem, is there any other way to do this? Thanks for your help.

      In Christ, Shawn
      I am the way, the truth, and the life. John 14:6
      www.preaching-truth.com

      Comment


      • #4
        Re: Help - I need a Html code box to be invisible

        Its the one you publish your pages to at Vodahost. If you have publish your index page (Home page) This will have gone to the public_html directory.
        Regards Chris.

        Collectables, Collecting, collectors-info.com

        www.chrismorris.co.uk

        House build project

        Comment

        Working...
        X