Jump to content

Allowing HTML Code = Bad


Message added by TopicLocker3000

This topic was automatically locked after 6 months of inactivity. If you are the topic owner, please contact a moderator to have it unlocked.

Recommended Posts

How did you jump to the conclusion that the <code> box is for HTML? Or even that it executes HTML?

The code box is for showing code in any language.

  If (@i > 0 and SUBSTRING(@state1, 1, @i-1) IN ('IA','CO','Iowa','Colorado'))
     begin
     SELECT  @preState = RTRIM(SUBSTRING(@state1, 1, 1)),
             @state1 = LTRIM(SUBSTRING(@state1, @i+1, 999))
     end

 

See?

Link to post
Share on other sites

Yes, for highlighting HTML.

<body>
		<img src="mineimator_stuff/gradient.png" id="gradient"/>
		<div id="div_clouds"><img src="mineimator_stuff/clouds.png"/></div>
		<div id="div_content">
			<img src="mineimator_stuff/text/text1.png"/><a href="mcnbs" title="Minecraft Note Block Studio"><img src="mineimator_stuff/text/mcnbs.png"/></a>
			<img src="mineimator_stuff/logo.png"/>
			<img src="mineimator_stuff/text/text_beta.png" style="position:absolute; top:180px; 
Link to post
Share on other sites

Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    No registered users viewing this page.

  • Create New...