Log In · Register

 
 
Closed TopicStart new topic
Adding notes?, HELP!
ZeT0
post Feb 11 2010, 12:05 AM
Post #1


Senior Member
****

Group: Member
Posts: 255
Joined: Jul 2009
Member No: 739,898



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
post Feb 11 2010, 01:59 PM
Post #2


Treasure Pleasure
********

Group: Head Staff
Posts: 11,749
Joined: Oct 2005
Member No: 281,127



Try this instead:

CODE
{! Insert note here. !}

Put them in between <style> tags.
 
ZeT0
post Feb 11 2010, 11:02 PM
Post #3


Senior Member
****

Group: Member
Posts: 255
Joined: Jul 2009
Member No: 739,898



I need to put them above headers too, like, in with the about me, etc, etc.
 
YDG
post Feb 11 2010, 11:24 PM
Post #4


Senior Member
*******

Group: Staff Alumni
Posts: 7,073
Joined: Jul 2008
Member No: 670,288



I just put my notes in parentheses or brackets.

()
[]
 
Mickey
post Feb 12 2010, 09:22 AM
Post #5


Treasure Pleasure
********

Group: Head Staff
Posts: 11,749
Joined: Oct 2005
Member No: 281,127



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
post Feb 13 2010, 07:02 PM
Post #6


Mel Blanc was allergic to carrots.
*******

Group: Official Designer
Posts: 7,169
Joined: Aug 2008
Member No: 676,291



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>
 
Mickey
post Feb 13 2010, 08:10 PM
Post #7


Treasure Pleasure
********

Group: Head Staff
Posts: 11,749
Joined: Oct 2005
Member No: 281,127



Just to add to all these suggestions, you can always specify a certain tag to not display whenever you use it, like this:

CODE
<style>
sup {display: none;}
</style>

<sup>Insert note here.</sup>

Just use the bottom bit whenever you want to insert a note and it should be hidden. That's assuming of course that you're never going to use that tag. You can always make a class that does the same thing, like this:

CODE
<style>
b.note {display: none;}
</style>

<b class="note">Insert note here.</b>

Any of our suggestions should work for you. Just take your pick and tell me when I can close and move this topic.
 

Closed TopicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members: