Ok, so the site is:

http://yinrunning.com/

Which all works fine and dandy. But, I'd really like to be able to be able to see live data in DreamWeaver so i don't have to keep uploading and checking stuff. So, I set the doc root correctly and all that business, but it won't come out right. After doing a couple of tests without any of the pictures included, I got nowhere. Same result, which is DreamWeaver highlighting a perfectly good chunk of <img> markup in bright yellow, and throwing my table scheme out of whack:

http://yinrunning.com/scratch_page.html

That page contains three pics:

  • the messed-up DW LiveData View
  • What it should be displaying
  • LiveData on a really simple mySQL test that I did on localhost to make sure my dev database was working. There, it obviously deals with the data just fine. anyone ever run into this before?

    The reason the image tag is highlighted is because it's invalid (you have two border properties on the image tag, remove one and Dreamweaver won't highlight it)

      Write a Reply...