PDA

View Full Version : Quick myspace coding problem



Leetzgirl
31-07-2008, 09:13 PM
I want to name tag each code but i dont want it to display on the profilee

for ect

This code hides about me and who i like to meet


<style type="text/css">.blurbs {display:none;}</style>.

But i want to have it like


<style type="text/css">.blurbs {display:none;}</style>
^^ Code hides about me + who i like to meetbut i dont want
^^ Code hides about me + who i like to meet to show on profile

anyhelp?

Moved by Invent (Forum Moderator) from Designing & Development: Please post in the correct forum next time, thanks :).

Recursion
31-07-2008, 09:14 PM
<!-- and --> with the text inbetween.

Leetzgirl
31-07-2008, 10:51 PM
I tried it; and it does not work.

Any more please?

Josh-H
01-08-2008, 08:06 AM
If that doesn't work you could put in a hidden div.


<style type="text/css">.blurbs {display:none;}</style>
<div style="display:none;">^^ Code hides about me + who i like to meet</div>Or how about using a css comment?


<style type="text/css">
.blurbs {display:none;}
/* ^^ Code hides about me + who i like to meet */
</style>
That's possibly even more confusing though :P

Jahova
01-08-2008, 08:09 AM
Josh, I think that would do exactly the same thing?

Josh-H
01-08-2008, 08:10 AM
Josh, I think that would do exactly the same thing?

Yes, but he wanted alternate ways to do it.

Its now upto him which he chooses to use.

Leetzgirl
04-08-2008, 12:05 PM
Thanks <3

Want to hide these adverts? Register an account for free!