• Hello.

    I am using a piece of HTML in my blog, that will display a thumb nail of an image, then when it is clicked, a pop up window will open, and a bigger version of the picture will open in a new window.

    I can’t get this piece of coding to work right in word press, it will display a blank box, and when I click it, it loads a new window with that post entry in it.

    Any ideas how to get aorund this little problem/

    Thanks.
    Dustin Cook.

Viewing 7 replies - 16 through 22 (of 22 total)
  • Thread Starter dustincook

    (@dustincook)

    The image is showing up, but when you click on it, it just takes you to the top of the page.

    Moderator James Huff

    (@macmanx)

    Sorry about that. Try this:

    <a href="javascript:popUp('images/1x01x1.jpg', 'height=225', 'width=320', 'scrollbars=no', 'resizable=yes')"><img src="images/1x01x1.jpg" border="0" width="140" height="105" alt="Chakotay"></a>

    Thread Starter dustincook

    (@dustincook)

    Still no joy, do I need to add something into the header for the page?

    Moderator James Huff

    (@macmanx)

    No, you don’t you have to add anything to the theme. Basically, HTML will work in your posts, I’m just not giving you the right code string. I have no experience with this javascript popup code, mostly because I hate popups, and I wish that someone with experience with this type of popup code would stop by to correct it.

    Thread Starter dustincook

    (@dustincook)

    That’s ok, thanks a million for your helop anyway!

    I’n no expert in this but I came accross this topic while looking to solve the same problem on this site.

    http://www.people.virginia.edu/~jfo/asee/popup.htm

    I’ll found a new plugin
    Zappelfillip
    I know it is in german language, but I’m shure if you can’t understand it, Zappelfillip would like to translate.
    kindly regards
    Monika

Viewing 7 replies - 16 through 22 (of 22 total)

The topic ‘Normal HTML in Posts’ is closed to new replies.