PDA

View Full Version : [code] help


imported_ogden2k
05-20-2003, 04:23 PM
I'm not sure where to put this, so if it's in the wrong place, please move it.

Whenever someone tries to post their HTML code in the [ code ] [ / code ] the code actually tries to show up even if its in the brackets. Is there any fixes for this? I have 2.3.0

Thanks for the help

filburt1
05-20-2003, 06:29 PM
Turn off HTML everywhere.

imported_ogden2k
05-24-2003, 09:42 PM
Is there a way to wrap the code so I don't have to scroll left / right?

filburt1
05-24-2003, 10:57 PM
Not without hacking.

imported_ogden2k
05-26-2003, 10:33 AM
Ok, what's the hack?

Tony G
05-26-2003, 11:18 AM
Ask at vBulletin.org. :)

imported_ogden2k
05-27-2003, 11:52 AM
Ok, what about if HTML is dissabled, but your trying to show someone how to use the listing feature, and when you put the bb code into the code fields, and go to view your post, it shows the actual list display instead of the code.

Is there a way to fix that?

SVTBlackLight01
05-29-2003, 12:41 AM
You could modify the tags a little. Something like adding a space: [ list]code[ /list]

Brad
05-29-2003, 04:32 AM
Ok, what about if HTML is dissabled, but your trying to show someone how to use the listing feature, and when you put the bb code into the code fields, and go to view your post, it shows the actual list display instead of the code.

Is there a way to fix that?
so your saying all html is begin prassed in the code box, even with the html fetures disabled? :confused:

<br /><b>this is a test</b><i>hmmm</i><br /><table cellpadding="0" cellspacing="1" border="0">
<tr>
<td><input type="text" name="loginusername"></td>
<td><input type="password" name="loginpassword"></td>
<td><input type="submit" value=" Log in " accesskey="s"></td>
</tr>
<tr>
<td><font size="1">Username</font></td>
<td colspan="2"><font size="1">Password</font></td>
</tr>
</form>
</table>