Everytime I try to put the html code in a scroll box under the image so that people can copy/paste the code, the image just shows up. I want to know how to make it so the code shows up as plain text so it can be copy pasted (yes, its for myspace)
How can you post the HTML CODE for a banner as plain text in a scroll box?
An alternative will be to place your code within a text area.
%26lt;html%26gt;
%26lt;textarea cols="50" rows="4" name="comment"%26gt;
%26lt;!--Code begins here--%26gt;
%26lt;html%26gt;
%26lt;head%26gt;
%26lt;title%26gt;My Home Page%26lt;/title%26gt;
%26lt;/head%26gt;
%26lt;body%26gt;
%26lt;b%26gt;Welcome!%26lt;/b%26gt;
%26lt;/body%26gt;
%26lt;/html%26gt;
%26lt;!--Code ends here--%26gt;
%26lt;/textarea%26gt;
%26lt;/html%26gt;
How can you post the HTML CODE for a banner as plain text in a scroll box?
put
%26lt;pre%26gt;
THE CODE IN HERE!
%26lt;/pre%26gt;
i think that'l work.
No comments:
Post a Comment