Трябва ми програма която показва всеки ред кой е в един хтмл, пхп файл.
Например:
1/* This is the line in the posting page which shows the rollover
2 help line. This is actually a text box, but if set to be the same
3 colour as the background no one will know
4*/
5.helpline { background-color: {T_TR_COLOR2}; border-style: none; }
6
7/* Import the fancy styles for IE only (NS4.x doesn't use the @import 8function) */
9@import url("templates/subSilver/formIE.css");
10-->
...</style>
...
...<script language="Javascript" type="text/javascript">
...<!--
567 if ( {PRIVATE_MESSAGE_NEW_FLAG} )
568 {
Например:
1/* This is the line in the posting page which shows the rollover
2 help line. This is actually a text box, but if set to be the same
3 colour as the background no one will know
4*/
5.helpline { background-color: {T_TR_COLOR2}; border-style: none; }
6
7/* Import the fancy styles for IE only (NS4.x doesn't use the @import 8function) */
9@import url("templates/subSilver/formIE.css");
10-->
...</style>
...
...<script language="Javascript" type="text/javascript">
...<!--
567 if ( {PRIVATE_MESSAGE_NEW_FLAG} )
568 {