PDA

View Full Version : hide txt in layout codes?


PalmOS
April 25th, 2007, 01:55 PM
is there a way to hide or conceal a certain area of code when using layout codes?

such as instead of at the bottom of my myspace layout code where it has

<div>
some code i have here
</div>


it would have a call to the code elsewhere that is not accessible or readable by just going to where its called,
i want to conceal the code so people can't steal it and start doing it on their layouts

marshall_26
May 20th, 2007, 04:34 AM
Not possible!

Greg-J
May 20th, 2007, 09:38 PM
Absolutely impossible. You cannot hide html. You can obfuscate it with javascript, but it's pointless because Firefox's "view selected source" options will give you the rendered code, not the source. It wouldn't matter anyway though, as myspace doesn't allow javascript.