2 HTML Problem!

Discussion in 'HTML & Website Design' started by cj1223, Aug 9, 2006.

  1. #1
    marketpost.net/MPT I cant figure out why those middle links flash when you scroll over them(i.e Helpful Forum, website hosting, and directories) the other problem im haveing makes no sense, I just started the MPT page im using for the template for the rest of my pages, well i changed all the image links from image/blah.jpg to TStudioWebsite/HTML/blank/images/blah.jpg(what its supposed to be) and the image's disappear in dreamweaver but appear in webbrowser, if the image file is any other way it wont show in browser, and i got another page index.html that's not published and the html is the same as MPT.html for the images, and the index.html file shows the images in both DW and browser, that's why i don't understand why MPT.html wont show images in DW. I hope i don't sound confusing, and i hope someone can help, it's got to be in the code but i cant see it.:confused:
     
    cj1223, Aug 9, 2006 IP
  2. pcoptimized

    pcoptimized Peon

    Messages:
    193
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #2
    To start, you had a form tag in there that wasn't going anywhere and was causing the blinking. Also, just an overlook, you forgot to put the ":" in the http://blah.htm reference in your three anchor tags.
    Take the form tags out and here it is cleaned a little:
    <a href="http://marketpost.net/forums.html" class="title">Helpful Forums</strong></a> <br>
           </td>
                <td valign="middle"><a href="http://marketpost.net/websitehosting.html" class="title"><strong>Website Hosting</strong></a> </td>
                <td valign="top"><div align="center"> 
                    <p><a href="http://marketpost.net/directories.html" class="title"><strong>Directories</strong></a>
    Code (markup):
    For the other part, just look real close at the path that it's showing in DW. DW can sometimes botch a path up.
     
    pcoptimized, Aug 9, 2006 IP
    Colleen likes this.
  3. cj1223

    cj1223 Well-Known Member

    Messages:
    287
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    108
    #3
    Thanks for the help, i think i can fix it now, it sux DW wont reconize the proper file paths of my images, i know ther right, but i always say that and find the problem in the code days later, so we'll see how it go's.
     
    cj1223, Aug 9, 2006 IP
  4. pcoptimized

    pcoptimized Peon

    Messages:
    193
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Sure thing. Good luck with it.
     
    pcoptimized, Aug 11, 2006 IP