HTML Code - Phy (1 Viewer)

anti

aww.. baby raccoon ^^
Joined
Jul 28, 2002
Messages
2,900
Location
Hurstville
Gender
Undisclosed
HSC
2002
The ability to parse HTML has caused problems in the past as members were able to develop and execute malicious code, as well as exploit vulnerabilities in the VB framework. As a precautionary measure HTML has been disabled in signatures and custom titles as well as being the default setting for subfora. There are occassions when HTML is a necessary part of the forum and in these cases the administrators have enabled its use. If you believe that a need for HTML exists in an HTML-disabled forum please contact one of the administrators or moderators, who will pass on your request.
Also, we have the ability to create tags in VBulletin code (the square brackets) which simulate HTML tags - if you have any other requests a PM to a moderator should do the trick. We've added [ sup ] and [ sub ] codes to assist your explanations in the physics forum :) (and probably maths too!)
 

JayWalker

Member
Joined
Mar 19, 2004
Messages
401
Location
Sydney
Gender
Male
HSC
2004
anti said:
Also, we have the ability to create tags in VBulletin code (the square brackets) which simulate HTML tags - if you have any other requests a PM to a moderator should do the trick. We've added [ sup ] and [ sub ] codes to assist your explanations in the physics forum :) (and probably maths too!)
Yes but why is HTML code enabled in all other forums <sup> like this one? </sup>
 

JayWalker

Member
Joined
Mar 19, 2004
Messages
401
Location
Sydney
Gender
Male
HSC
2004
JayWalker said:
For Example... COMMENT HERE: <!-- Hello -->
Highlight where i put "COMENT HERE:.." and then view source, or just quote me in a reply and you can see my HTML comment field... I think your security is fairly low or you just dont like people doing physics
 

jm1234567890

Premium Member
Joined
Aug 18, 2002
Messages
6,516
Location
Stanford, CA
Gender
Male
HSC
2003
<BODY>


<table border="0" width="350" cellspacing="0" cellpadding="0">

<tr>

<td><img border="0" src="roulette.jpg" width="152" height="216"></td>

<td>



<form name="fire">

Load number of bullets (1-6):<br><input name="bullets" type="text" size=3 value=1><br>



<p>

<input name="message" type="button" value="Play Roulette!" onClick="fireit()">

</p>



</form>



<script>

function fireit(){

var theone=Math.floor(Math.random()*6)



if (theone<=document.fire.bullets.value-1)

alert("Bang. You\'re dead!")

else{

document.fire.message.value="Whew. Got lucky!"

setTimeout("document.fire.message.value='Play Roulette'",500)

}

}



</script>



</td>

</tr>

</table>



<p><center>

<font face="arial, helvetica" size"-2">Free JavaScripts provided<br>

by <a href="http://javascriptsource.com">The JavaScript Source</a></font>

</center><p>
 

Lazarus

Retired
Joined
Jul 6, 2002
Messages
5,965
Location
CBD
Gender
Male
HSC
2001
A number of forums have it enabled - but it's off by default.

I've generally turned it on whenever I wanted to use tables of some sort, heh.

Just don't abuse it, and let us know if you want functionality added.
 

tonberry_kun

O RLY?
Joined
Jun 21, 2003
Messages
818
Gender
Undisclosed
HSC
2003
yes there were problems in the past with html signatures
i remember some member having some open cd rom script of somesort about a year ago...

btw, marquee (sp? u know... the scrolling text thingie) would be a nice functionality if its possible to add that to the VB code...
 

Users Who Are Viewing This Thread (Users: 0, Guests: 1)

Top