is their a code that can hide topsite links?
Moderator: General Moderators
-
gaogier
- Forum Contributor
- Posts: 391
- Joined: Wed Mar 02, 2005 1:02 pm
- Location: Portsmouth, UK
- Contact:
is their a code that can hide topsite links?
what i mean, is, on my site, its full of buttons, and all taht, which rank, per page, and i was wondering, if it would be possable to not show the link on my site...how can i do this?
thats if you understand what i mean.
thats if you understand what i mean.
Re: is their a code that can hide topsite links?
not a clue.gaogier wrote:thats if you understand what i mean.
-
gaogier
- Forum Contributor
- Posts: 391
- Joined: Wed Mar 02, 2005 1:02 pm
- Location: Portsmouth, UK
- Contact:
ok, i am tring to hide button links....
eg, this code....
eg, this code....
Code: Select all
<a href="http://www.runescape100.com/in.php?id=251">
<img src="http://www.runescape100.com/button.php?id=251" border="0">
</a>-
impulse()
- Forum Regular
- Posts: 748
- Joined: Wed Aug 09, 2006 8:36 am
- Location: Staffordshire, UK
- Contact:
I doubt that would be possible with PHP. Viewing the source shows what the browser sees. If you don't see it then the browser doesn't see it.
Why would you want to hide where the redirections are to? Even if you did manage to hide the redirection then the user would still be able to see where they are once they are redirected.
Why would you want to hide where the redirections are to? Even if you did manage to hide the redirection then the user would still be able to see where they are once they are redirected.
-
gaogier
- Forum Contributor
- Posts: 391
- Joined: Wed Mar 02, 2005 1:02 pm
- Location: Portsmouth, UK
- Contact:
impulse() wrote:I doubt that would be possible with PHP. Viewing the source shows what the browser sees. If you don't see it then the browser doesn't see it.
Why would you want to hide where the redirections are to? Even if you did manage to hide the redirection then the user would still be able to see where they are once they are redirected.
ok, i am a little confused...i am asking, how can i hide the code from the web browser, if it needs to be hidden from the view source, then so be it, i just dont want to have hundreds of different buttons that will not match the new site design (currently designing it now)
how about making it show in the source, but not have it show on the webpage?feyd wrote:The only way to make HTML not be visible in source is not having it there in the first place.
You'll need some Ajax-like behavior in order to mask the HTML.. but the real question is.. why would you want or need to do this?
You can set the css attribute display to none for the link element.
But you really should check the rules of the toplist site before they check your site and (possibly) ban you.
But you really should check the rules of the toplist site before they check your site and (possibly) ban you.
-
gaogier
- Forum Contributor
- Posts: 391
- Joined: Wed Mar 02, 2005 1:02 pm
- Location: Portsmouth, UK
- Contact:
ok, once i have the written permission, what should i do next?
i can contact the guy who made the topsite list (http://www.aardvarktopsitesphp.com/), should i ask him?....i think i should...
i can contact the guy who made the topsite list (http://www.aardvarktopsitesphp.com/), should i ask him?....i think i should...
- Chris Corbyn
- Breakbeat Nuttzer
- Posts: 13098
- Joined: Wed Mar 24, 2004 7:57 am
- Location: Melbourne, Australia