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.
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
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
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
Thanks mate, that was really helpful I ve got it working now, doesnt look that nice, but its there atleast. Thanks.