How do i script this?

Discussion in 'PHP' started by willyboy104, Nov 7, 2007.

  1. #1
    Hey, well i am not very good at coding or scripting or whatever it is called yet, however i am wondering on my site
    www.kepthidden.info
    How i can set up a small side bar, at the left hand side of the page, displaying my other proxies in that network, and just having the url of the site, so they can click it and it will send them straight there.


    Hope someone can help,

    Thanks.
     
    willyboy104, Nov 7, 2007 IP
  2. bartolay13

    bartolay13 Active Member

    Messages:
    735
    Likes Received:
    14
    Best Answers:
    1
    Trophy Points:
    98
    #2
    i saw your site....

    - put your proxies into a container and edit its position with css..
    or
    - use javascript-css events menu container for that
    (the ones that animates when a javascript event occurs.. etc.. etc..)

    well for me thats what im going to do
     
    bartolay13, Nov 7, 2007 IP
  3. willyboy104

    willyboy104 Active Member

    Messages:
    2,852
    Likes Received:
    80
    Best Answers:
    0
    Trophy Points:
    90
    #3
    Could you write me a small bit of it then for say the first link that i could then duplicate for other links

    for example can you put this link into a code
    www.hidebook.info

    Thanks
     
    willyboy104, Nov 7, 2007 IP
  4. tonybogs

    tonybogs Peon

    Messages:
    462
    Likes Received:
    13
    Best Answers:
    0
    Trophy Points:
    0
    #4
    If you just want to place a list on your site try this:-

    <ul>
    <li><a href="http://www.proxy1.com">My Proxy 1</a></li>
    <li><a href="http://www.proxy2.com">My Proxy 2</a></li>
    <li><a href="http://www.proxy3.com">My Proxy 3</a></li>
    </ul>

    I am guessing this is what you mean??? For future reference this is more suited to the HTML section :)

    Good Luck
     
    tonybogs, Nov 8, 2007 IP
  5. willyboy104

    willyboy104 Active Member

    Messages:
    2,852
    Likes Received:
    80
    Best Answers:
    0
    Trophy Points:
    90
    #5
    Thanks mate, that was really helpful :)

    I ve got it working now, doesnt look that nice, but its there atleast.

    Thanks.
     
    willyboy104, Nov 8, 2007 IP