How do I get my html codes available for other people to use on Piczo?

Ive just made some good layouts/cursors/mini-blogs/stuff and put them on Piczo, but when I open up a text box to put the code in so other people can use them, it just inserts in the layout/cursor/mini-blog in! Not the code! Help please!

Public Comments

  1. Insert some HTML comments <!-- Your HTML in HERE -->, then they'll have to take them out later...
  2. Use the <XMP> </XMP> tags to make the browser not perceive whatever is between them as code. <XPM>your code here</XMP> If for some reason that does not work you can use the ASCII code: & lt ; for < and & gt ; for > & lt ;your tag property here& gt ; Don't space the ASCII like I did here( & lt ;)(& gt ;). I had to because the browser will just display < > if it's coded properly The second example is a lot more work but is guaranteed to work on all browsers. Using the <!-- --> will make whatever it is not display at all on the page and is used for comments in the coding and can only be viewed by looking at the page source. Hope this helps.
  3. programming and project help-http://edgeforum.net/
  4. you could leave your email addy then whoever wanted your hmtl codes could e mail you then they would have them
  5. it's easy, you just probably put it in the html box by accident, just open up a regular text box and put the code in it happens to me all the time.
  6. I think I understand. Here's what I do: Go to where you want the code. <textarea> (put the code here) </textarea> It puts the code there, if I remember correctly. Good luck with your layout making!
  7. You can use either of the following: <xmp> CODE HERE </xmp> = the code in writing <textarea> CODE HERE </textarea> = the code in a little box for more tip, tutorials html codes go on to www.michaelrowan.piczo.com
Powered by Yahoo! Answers