PDA

View Full Version : Code Wrap Is Not Spacing Correctly...Please Help


teedizz
03-10-2005, 05:16 PM
For some reason whenever I put something in the [*code][*/code] it doesnt space correctly. For example:

if I put [*code]123 I see you // hey hey/// bye bye[/*code]

it will show up as [*code]123 I See //hey hey/// bye bye[/*code]

can anyopne let me know how to see this & make it space correctly & make it show the correct path. Thank you.

dang...even this one isnt spacing correctly...ill upload a text file to show you what I mean

Marco van Herwaarden
03-10-2005, 05:35 PM
Look at the page source, and you will see that vB is outputting all the spaces. This is just how html work.

teedizz
03-10-2005, 05:44 PM
but is there a way to fix this to where it sapces corectly? this is important

Marco van Herwaarden
03-10-2005, 05:47 PM
Not that i know of, but html is not my strongest point. Maybe to replace all spaces by &nbsp

teedizz
03-10-2005, 05:50 PM
aaight thx bro...hopefully someone that has skill in this type of coding can let me know what to do