Help - Search - Members - Calendar
Full Version: Adding notes?
Forums > Resource Center > Support Center > MySpace Support > Myspace Resolved Topics
ZeT0
I've tried using ;
CODE
<style>NOTE {  THIS IS THE PROMOTIONAL SECTION  }</style>

But when it comes to putting it all though my code, not just in the about me, and left side, it stuff up my style sheet, and makes everything not fit.

When I used ;
CODE
< NOTE !>

Or what ever that one is, the bands couldn't see it after it went though myspace.

What's a good code to use to add notes throughout the WHOLE code?
Mickey
Try this instead:

CODE
{! Insert note here. !}

Put them in between <style> tags.
ZeT0
I need to put them above headers too, like, in with the about me, etc, etc.
YDG
I just put my notes in parentheses or brackets.

()
[]
Mickey
QUOTE(ZeT0 @ Feb 12 2010, 04:02 AM) *
I need to put them above headers too, like, in with the about me, etc, etc.

You mean along with HTML codes?

CODE
<style>
{! First sample About Me text with header. !}
</style>

<h1>Title</h1>
<p>Content</p>


<style>
{! Second sample About Me text with header. !}
</style>

<h1>Title</h1>
<p>Content</p>
Mikeplyts
Are you talking about HTML/CSS comments?

For CSS, it should be:
CODE
/* Your "note" (comment) here */


And since HTML is an SGML application, it should use the SGML comment syntax which is:
CODE
<!-- Your "note" (comment) here -->


Or you could just bluntly put your "notes" (comments) in between style tags:
CODE
<style> Your "note" (comment) here </style>
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.