*another* code for codes..., having issues |
*another* code for codes..., having issues |
![]()
Post
#1
|
|
![]() The Insomnia Suffering Goatherd Of DOOM!! ![]() ![]() ![]() Group: Member Posts: 58 Joined: Oct 2005 Member No: 268,873 ![]() |
a while back i asked for a code to put in a code in diary x so it showed up as the code itself isntead of converted. szeh (?) i believe it was gave me the <textarea> code, but the thing about this is, apparently, when i put the code inside of these tags, it messes things up a bit - puts in <br> tags where i have spaces and does other weird things, so that by the time the person who's supposed to get the template code gets it, the template doesn't turn out right.
....is there another code i can use that won't mess things up? ![]() |
|
|
![]() |
![]()
Post
#2
|
|
![]() The Insomnia Suffering Goatherd Of DOOM!! ![]() ![]() ![]() Group: Member Posts: 58 Joined: Oct 2005 Member No: 268,873 ![]() |
http://crazygoat.diary-x.com/journal.cgi?entry=20051101
^^ it's doing it there. like if you scroll to the bottom, there's a <br> after </html> because i had an extra line there. |
|
|
*mipadi* |
![]()
Post
#3
|
Guest ![]() |
QUOTE(crazy_goat_blackie @ Nov 11 2005, 4:14 PM) http://crazygoat.diary-x.com/journal.cgi?entry=20051101 ^^ it's doing it there. like if you scroll to the bottom, there's a <br> after </html> because i had an extra line there. You put a <br> tag in the code in the textarea. Textarea show whitespace, meaning if you put line breaks in the textarea tag, it will show up; you don't need <br> tags for line breaks. So entering this: HTML <textarea>Hi, My name is Joe.</textarea> will result in this code: Hi, My name is Joe. in the textarea. |
|
|
![]() ![]() |