EvilZone

Programming and Scripting => Web Oriented Coding => Topic started by: lucid on March 20, 2012, 12:11:23 AM

Title: A HTML link question
Post by: lucid on March 20, 2012, 12:11:23 AM
I see many people posting links that instead of being in URL format look something like

DOWNLOAD

 Now don't flip shit yet this isnt a skid question asking "how do I do this!!"
I thought all you had to was put in the code <a href="some url">DOWNLOAD</a> and then the link that I pasted would display as DOWNLOAD only....

That doesn't seem to be the case, I was just wondering what I am missing? I have done this elsewhere and had no problems. Does this have something to do with Evilzone?

Thanks I realize this knowledge is incredibly basic and I didn't expect to be asking a question like this  :-[
Title: Re: A HTML link question
Post by: ande on March 20, 2012, 12:56:19 AM
This is BBcode not HTML. I am pretty sure it is [ link = URL ]Download[ /link ]
Title: Re: A HTML link question
Post by: hanorotu on March 20, 2012, 01:17:58 AM
This be evilzone.org! (http://evilzone.org/)

Code: [Select]
[url=http://evilzone.org/]This be evilzone.org![/url]
Title: Re: A HTML link question
Post by: lucid on March 20, 2012, 01:24:07 AM
Wow that's funny I was just looking at This page (http://www.bbcode.org/examples/?id=9)  :D

EDIT: Don't know why I assumed it was HTML
Title: Re: A HTML link question
Post by: hanorotu on March 20, 2012, 01:24:47 AM
Wow that's funny I was just looking at This page (http://www.bbcode.org/examples/?id=9)  :D
Hehe, google is your best friend :D
Title: Re: A HTML link question
Post by: ande on March 20, 2012, 01:28:48 AM
This be evilzone.org! (http://evilzone.org/)

Code: [Select]
[url=http://evilzone.org/]This be evilzone.org![/url]

(http://venturebeat.files.wordpress.com/2011/06/doh.jpg)
Title: Re: A HTML link question
Post by: lucid on March 20, 2012, 01:36:36 AM
Haha Thanks friends.
Title: Re: A HTML link question
Post by: Stackprotector on March 20, 2012, 10:44:57 PM
We would never allow HTML,    because then there will be vulnerabilities for things like XSS
Title: Re: A HTML link question
Post by: lucid on March 20, 2012, 11:25:17 PM
That's a good point, how foolish of me  :o