codebox tag results |
codebox tag results |
![]()
Post
#1
|
|
![]() Senior Member ![]() ![]() ![]() ![]() ![]() ![]() Group: Duplicate Posts: 1,912 Joined: May 2005 Member No: 137,527 ![]() |
when you have the code the part that says <!--- cod provided by ----> that will show up if you copy all the text from the box. Im not sure about any other site, but I know that myspace dosnt allow to have anything written like that and still have it remain hidden. so I was wondering if there was a way that you could edit it so it so it did have to be there. suggestion I would like to know if you could revise the tag or add a new one specifically for the sites that only allow the hidden messages to be in comments /*HIDDEN TEXT HERE*/ like to have the codebox tag that allows onluy for myspace and sites like it becuase the codebox code that you guys have now only allows for other sites like xanga and yeah. This post has been edited by tcunningham1589: Jul 10 2005, 11:31 PM |
|
|
![]() |
![]()
Post
#2
|
|
![]() when we speak, we breathe ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 1,635 Joined: Jan 2005 Member No: 91,760 ![]() |
For your information, <!-- and --!> are used for hidden messages only viewable when source is viewed, or when a file is being edited.
Those two open and close tags are NEVER shown in a working page. Those tags are generally used for describining/organizing, writing hidden content. for example: CODE <!-- ALL CONTENT COPYRIGHT JORDAN MISKOWICZ DO NOT STEAL ANY CODING, GRAPHICS, OR CODING. --!> I can have that message anywhere in my coding, so that if someone tries to view my source, they can view that message, or if I ever come across them copying my coding, I can always check to see if they left that in there. It can also be used like so: CODE <!-- start news table--!> <table> <tr> <td> blahblahblahblah </td> </tr> </table> <!-- end news table --!> <!-- start footer.php --!> It's honestly not that hard to remove those tags when adding it to certain sites. If myspace doesn't allow it, it removes it anyway, correct? So no problems. However, myspace does allow this form of hidden text: CODE /*This code will remove your navigation box*/
GLOBAL_HEAD<= <style type="text/css"> .shadowed { background: transparent; } --> /*End code that will remove your navigation box*/ </style> <=GLOBAL_HEAD |
|
|
![]() ![]() |