Nintenfreak_101
SMF For Free Member
Offline
Posts: 30
|
 |
« on: March 31, 2007, 08:39:38 pm » |
|
I am very firmiliar with HTML, is it that it's not popular in SMF or is it just not allowed? I am wondering how to put in HTML code instead of BCC or whatever example of HTML: <img src= url of image> example of the other one I'm talking about: [img]url of image[/img]
|
|
|
|
|
Logged
|
|
|
|
|
|
Roswenth
SMF For Free Newbie
Offline
Posts: 16
|
 |
« Reply #1 on: March 31, 2007, 08:49:37 pm » |
|
The reason is because hackers can use HTML to seriously damage your site. BBCode is also a lot simpler for non-coders to use on a general basis. Really, BBCode should not be hard to learn at all for someone who is familiar with HTML.
|
|
|
|
|
Logged
|
|
|
|
Nintenfreak_101
SMF For Free Member
Offline
Posts: 30
|
 |
« Reply #2 on: March 31, 2007, 08:57:36 pm » |
|
Oh, I know both coding, I was just wondering.
|
|
|
|
|
Logged
|
|
|
|
elias1010
SMF For Free Member
Offline
Posts: 48
|
 |
« Reply #3 on: May 23, 2007, 11:38:42 pm » |
|
i personaly like perl and .asp most also more can be done with perl .asp and php then in html
|
|
|
|
« Last Edit: May 24, 2007, 12:32:29 am by elias1010 »
|
Logged
|
|
|
|
|
deathwilldie
|
 |
« Reply #4 on: May 25, 2007, 02:45:35 pm » |
|
Well HTML is pretty popular. But you can't do as many things with it as you can with java script and things like that.
|
|
|
|
|
Logged
|
|
|
|
Crasy
Global Moderator
Offline
Posts: 3931
Semi-Retired ;)
|
 |
« Reply #5 on: May 25, 2007, 03:03:55 pm » |
|
It isn't which is more popular or functional.
Javascript wouldn't be possible without HTML. PHP isn't possible without HTML Websites aren't possible without HTML
However, websites are REALLY boring with just HTML. So Javascript, PHP and a whole ton of other languages are used to enchance the HTML, not replace it.
BBCode is only used because it is easier to understand than HTML(in general), and it won't do any damage to anyones forums because it isn't actually a language. Your forum just takes the BBCode and turns it into HTML...and rejects all HTML that is tried to be put manually into a post. Makes it so that nobody can mess with your forum by putting unwanted HTML in.
|
|
|
|
|
Logged
|
Did my answer help you? Want to help out hosting costs? Every donation counts.
|
|
|
Kalphiter
SMF For Free Full Member
Offline
Posts: 135
DE30AC #409
|
 |
« Reply #6 on: June 28, 2008, 11:26:26 am » |
|
HTML is a markup language you see? XML is a markup language
Java is a programming language PHP is a programming language(or something?)
JavaScript is a scripting language
|
|
|
|
|
Logged
|
|
|
|
|
Mayhem Maker
|
 |
« Reply #7 on: July 22, 2008, 10:54:45 am » |
|
Well,I was just going to start learning Batch and Pawn.. I'm already good at batch from Moparscape Programming,and Pawn I'm going to look up online;D
|
|
|
|
|
Logged
|
 Click the Banner above to go to the Best Forums in the world!
|
|
|
|
nondier
|
 |
« Reply #8 on: November 11, 2008, 12:26:04 am » |
|
The reason is because hackers can use HTML to seriously damage your site. BBCode is also a lot simpler for non-coders to use on a general basis. Really, BBCode should not be hard to learn at all for someone who is familiar with HTML.
I am very firmiliar with HTML, is it that it's not popular in SMF or is it just not allowed? I am wondering how to put in HTML code instead of BCC or whatever example of HTML: <img src= url of image> example of the other one I'm talking about: [img]url of image[/img] its the most used coding language...
|
|
|
|
« Last Edit: December 14, 2008, 11:27:11 pm by nondier »
|
Logged
|
|
|
|
Crasy
Global Moderator
Offline
Posts: 3931
Semi-Retired ;)
|
 |
« Reply #9 on: November 17, 2008, 08:43:28 pm » |
|
The reason is because hackers can use HTML to seriously damage your site. BBCode is also a lot simpler for non-coders to use on a general basis. Really, BBCode should not be hard to learn at all for someone who is familiar with HTML.
I am very firmiliar with HTML, is it that it's not popular in SMF or is it just not allowed? I am wondering how to put in HTML code instead of BCC or whatever example of HTML: <img src= url of image> example of the other one I'm talking about: [img]url of image[/img] It's pretty popular, not as popular as Java,Javascript, or C++ but people use it to build websites HTML is the most popular language on the internet. I can guarantee it. PHP makes HTML CSS designs HTML Javascript manipulates HTML Servers serve HTML You see a common link here? 
|
|
|
|
|
Logged
|
Did my answer help you? Want to help out hosting costs? Every donation counts.
|
|
|
|
simply sibyl
|
 |
« Reply #10 on: November 17, 2008, 08:59:58 pm » |
|
I am very firmiliar with HTML, is it that it's not popular in SMF or is it just not allowed? I am wondering how to put in HTML code instead of BCC or whatever example of HTML: <img src= url of image> example of the other one I'm talking about: [img]url of image[/img] I just noticed the original question was never really answered. Even though its a really old post Ill answer it now for those that arent aware you can do this. You, as Administrator, CAN use HTML in posts. To do so you would do this: [html]
Put the html code here. For instance: <img src="image url">
[/html] Its quicker to just use the bbcode functions in the editor however the html tags can be handy for posting some things, like widgets and some embed codes.
|
|
|
|
|
Logged
|
|
|
|
pancakes991
SMF For Free Member
Offline
Posts: 46
|
 |
« Reply #11 on: November 22, 2008, 06:46:34 pm » |
|
People use html a lot it seems like
|
|
|
|
|
Logged
|
My forum go there please CuteSite3.smfforfree3.com go to cutesite3.piczo.com the 2 sites go together
|
|
|
|
nondier
|
 |
« Reply #12 on: December 14, 2008, 11:27:59 pm » |
|
The reason is because hackers can use HTML to seriously damage your site. BBCode is also a lot simpler for non-coders to use on a general basis. Really, BBCode should not be hard to learn at all for someone who is familiar with HTML.
I am very firmiliar with HTML, is it that it's not popular in SMF or is it just not allowed? I am wondering how to put in HTML code instead of BCC or whatever example of HTML: <img src= url of image> example of the other one I'm talking about: [img]url of image[/img] It's pretty popular, not as popular as Java,Javascript, or C++ but people use it to build websites HTML is the most popular language on the internet. I can guarantee it. PHP makes HTML CSS designs HTML Javascript manipulates HTML Servers serve HTML You see a common link here?  u forgot BBcode
|
|
|
|
|
Logged
|
|
|
|
|
simply sibyl
|
 |
« Reply #13 on: December 14, 2008, 11:32:14 pm » |
|
No he didnt.. he was making a point about HTML.. there was no need to mention BBCode
|
|
|
|
|
Logged
|
|
|
|
Colette Brunel
SMF For Free Sr. Member
Offline
Posts: 423
|
 |
« Reply #14 on: December 15, 2008, 07:01:09 pm » |
|
BBcode isn't even considered a language anyways. All BBcode does is provide some control over people not submitting unauthorized/harmful (in terms to screwing up the template or inserting flash) (x)HTML or other languages into posts.
|
|
|
|
|
Logged
|
|
|
|
|
|
|