Links aren't lining up in browsers - Macromedia Dreamweaver

This is a discussion on Links aren't lining up in browsers - Macromedia Dreamweaver ; Hey guys, I'm new to dreamweaver, so I'm sure my question will be easy to answer. I have all of my links working in my upcoming header, and they look fine until you see them outside of Dreamweaver. Any ideas? ...

+ Reply to Thread
Results 1 to 3 of 3

Links aren't lining up in browsers

  1. Default Links aren't lining up in browsers

    Hey guys, I'm new to dreamweaver, so I'm sure my question will be easy to
    answer.

    I have all of my links working in my upcoming header, and they look fine until
    you see them outside of Dreamweaver. Any ideas?

    here's what I'm dealing with:

    http://www.ezchef.net/hobbes/glass/index.html


  2. Default Re: Links aren't lining up in browsers



    > http://www.ezchef.net/hobbes/glass/index.html


    ????????

    you are using absolutely positioned divs (layers) to put a blank gif over
    the spot on the image you want to make a link?

    erase all that, except the real image. It ain't going to work, and it's the
    wrong way to do it.

    Select the image in design view, and use the "hotspot" tools in lower left
    corner of the properties panel to make an imagemap link.

    <div class="short1"><a href="http://www.personalchefsnetwork.com"><img
    src="pics/blank.gif" width="75" height="28" /></a></div>
    <div class="short2"><a href="http://www.personalchefsnetwork.com"><img
    src="pics/blank.gif" width="70" height="28" /></a></div>
    <div class="short3"><a href="http://www.personalchefsnetwork.com"><img
    src="pics/blank.gif" width="67" height="28" /></a></div>
    <div class="short4"><a href="http://www.personalchefsnetwork.com"><img
    src="pics/blank.gif" width="70" height="28" /></a></div>
    <div class="short5"><a href="http://www.personalchefsnetwork.com"><img
    src="pics/blank.gif" width="62" height="28" /></a></div>
    <div class="short6"><a href="http://www.personalchefsnetwork.com"><img
    src="pics/blank.gif" width="70" height="28" /></a></div>
    <div class="short7"><a href="http://www.personalchefsnetwork.com"><img
    src="pics/blank.gif" width="70" height="28" /></a></div>
    <div class="short8"><a href="http://www.personalchefsnetwork.com"><img
    src="pics/blank.gif" width="70" height="28" /></a></div>
    <div class="tab1"><a href="http://www.personalchefsnetwork.com"><img
    src="pics/blank.gif" width="102" height="24" /></a></div>
    <div class="tab2"><a href="http://www.personalchefsnetwork.com"><img
    src="pics/blank.gif" width="102" height="24" /></a></div>
    <div class="tab3"><a href="http://www.personalchefsnetwork.com"><img
    src="pics/blank.gif" width="102" height="24" /></a></div>
    <div class="tab4"><a href="http://www.personalchefsnetwork.com"><img
    src="pics/blank.gif" width="102" height="24" /></a></div>
    <div class="tab5"><a href="http://www.personalchefsnetwork.com"><img
    src="pics/blank.gif" width="102" height="24" /></a></div>
    <div class="banner"><img src="pics/glass-banner.png" width="800"
    height="364" /></div>

    --
    Alan
    Adobe Community Expert, dreamweaver

    http://www.adobe.com/communities/experts/




  3. Default Re: Links aren't lining up in browsers

    Thanks. I've only built pages using MySpace, which have always turned out great, but this hotlink tool will work out real nice. Thanks again.

+ Reply to Thread