Welcome to TalkGraphics.com
Results 1 to 5 of 5
  1. #1
    Join Date
    Aug 2001
    Posts
    14

    Default

    Hi I created some nice rollover/navigation buttons for my site but they are a no show.

    I'm pretty sure this is html relates as the .jpg banner I created shows up fine.

    If you have time check out my site

    and view the source code.

    I just can't figure this out.

    As a final note I have the latest flash plug ins installed and can view other flash enabled sites ok.

    Thanks for any help.

    Ignored by the many realized by the few,
    Do not fear for they will never know
    IP

  2. #2
    Join Date
    Aug 2001
    Posts
    14

    Default

    Hi I created some nice rollover/navigation buttons for my site but they are a no show.

    I'm pretty sure this is html relates as the .jpg banner I created shows up fine.

    If you have time check out my site

    and view the source code.

    I just can't figure this out.

    As a final note I have the latest flash plug ins installed and can view other flash enabled sites ok.

    Thanks for any help.

    Ignored by the many realized by the few,
    Do not fear for they will never know
    IP

  3. #3
    Join Date
    Aug 2000
    Location
    Dallas, Tx
    Posts
    277

    Default

    You closed off your <a></a> too soon. Move the </a> to the end of your lines. Or, just copy the following code and paste it into you page. It won't give you rollOvers, but your links will work.

    [img]main.jpg[/img]
    [img]about.jpg[/img]
    [img]music.jpg[/img]
    [img]links.jpg[/img]

    Good luck,

    Scott
    IP

  4. #4
    Join Date
    Aug 2000
    Location
    Dallas, Tx
    Posts
    277

    Default

    What an idiot I am. I forgot this page would read the code. Take the comment tags out.

    Scott<pre class="ip-ubbcode-code-pre"> <a href="main.html"><img src="main.jpg" width="200" height="32" alt="" border="0"></a>
    <a href="about.html"><img src="about.jpg" width="200" height="32" alt="" border="0"></a>
    <a href="music.html"><img src="music.jpg" width="200" height="32" alt="" border="0"></a>
    <a href="links.html"><img src="links.jpg" width="200" height="32" alt="" border="0"></a>
    </pre>

    Good luck,

    Scott
    IP

  5. #5
    Join Date
    Aug 2000
    Location
    Dallas, Tx
    Posts
    277

    Default

    My goodness, this much trouble to explain this. More like, not enough proof-reading after pasting into the wrong area of the message. THERE ARE NO COMMENT TAGS TO TAKE OUT as mentioned in my last message. Paste the code into your page as is:

    <pre class="ip-ubbcode-code-pre"><a href="main.html"><img src="main.jpg" width="200" height="32" alt="" border="0"></a>
    <a href="about.html"><img src="about.jpg" width="200" height="32" alt="" border="0"></a>
    <a href="music.html"><img src="music.jpg" width="200" height="32" alt="" border="0"></a>
    <a href="links.html"><img src="links.jpg" width="200" height="32" alt="" border="0"></a></pre>

    Sorry for the blunders,

    Scott
    IP

 

 

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •