• I’ve searched all over here and I can’t get this to work. I’m new to this so please excuse me if my questions are dumb.

    I need my buttons to point to links that when clicked they open up within the same window but still have the same buttons there and side area.

    In my buttons.php file I have <li class=”buttons”>/a href=”httpp://mysite.com/Photos/” title=”PHOTOS”>PHOTOS

    What specifically do I have to add?

    Thanks

Viewing 11 replies - 1 through 11 (of 11 total)
  • Thread Starter xrunner123

    (@xrunner123)

    Firstly your code shouls look like this:

      <li class=”buttons”>
      PHOTOS

    What do you mean by the rest?

    Thread Starter xrunner123

    (@xrunner123)

    I want the new page to be imbedded inside my site not just replace it with the new page.

    Thread Starter xrunner123

    (@xrunner123)

    Look at this theme/site http://scottdot.org/ and click on the links. I would like the targets to be as they are in his site.
    Thanks

    Ok I see what you mean.

    What version of wordpress are you using?

    Thread Starter xrunner123

    (@xrunner123)

    Thread Starter xrunner123

    (@xrunner123)

    1.5

    You are able to create pages in 1.5 via the admin panel
    write > page.

    Once the page has been created it will create a link on your side panel. When you click on this link it will show you a path on your browser. You could then use the path and add it to your button:

    li class=”buttons>

    a> href=”httpp://mysite.com/index.php?page_id=2″ title=”PHOTOS”>PHOTOS

    Thread Starter xrunner123

    (@xrunner123)

    Got it. Thanks for the help!!!!!

    Thread Starter xrunner123

    (@xrunner123)

    One more. I have an external html page that is generated daily by another program on my site. I would like to display the content of that in this new “page” that I created. But I do not want to copy and page the html code. Is there a plugin or a way I can just make a pointer?

    In addition all of the links inside the page I want to be opened inside that “page”.

    I need it to operate like a frame.

    To operate it like a frame you would need a switch funtion maybe.. What is your homepage

Viewing 11 replies - 1 through 11 (of 11 total)

The topic ‘Target’ is closed to new replies.