Adding notes?, HELP! |
Adding notes?, HELP! |
Feb 11 2010, 12:05 AM
Post
#1
|
|
![]() Senior Member ![]() ![]() ![]() ![]() Group: Member Posts: 253 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? |
|
|
|
![]() |
Feb 11 2010, 11:02 PM
Post
#2
|
|
![]() Senior Member ![]() ![]() ![]() ![]() Group: Member Posts: 253 Joined: Jul 2009 Member No: 739,898 |
I need to put them above headers too, like, in with the about me, etc, etc.
|
|
|
|
Feb 12 2010, 09:22 AM
Post
#3
|
|
|
Treasure Pleasure ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Head Staff Posts: 11,193 Joined: Oct 2005 Member No: 281,127 |
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> |
|
|
|
ZeT0 Adding notes? Feb 11 2010, 12:05 AM
Mike Try this instead:
CODE{! Insert note here. ... Feb 11 2010, 01:59 PM
deadmellotron I just put my notes in parentheses or brackets.
(... Feb 11 2010, 11:24 PM
Mikeplyts Are you talking about HTML/CSS comments?
For CSS,... Feb 13 2010, 07:02 PM![]() ![]() |