inherit
170357
0
Oct 4, 2012 12:40:48 GMT -8
BlackBarry Torch
286
August 2011
bbtorch
|
Post by BlackBarry Torch on Aug 22, 2011 1:26:03 GMT -8
Hi As you all know we can place various bits of coding into our headers and footers in order to tailor our forums to our own desires. However, for simpletons like me this can become confusing. Is there a way I can place a title at the start of each block of code to separate it from others and for people like me to be able to quickly identify which block of code does what. I tried just entering a title above a block of code such as: FACEBOOK Likes/Dislikes code code code and so on... but I found that the words FACEBOOK Likes/Dislikes appeared randomly on the pages of my forum. So, how can I title and separate my block of code without the titles being interpreted by the system as coding and without it the title randomly appearing on the from pages. I hope I have made myself clear there. Thank you.
|
|
inherit
130228
0
Jul 11, 2024 19:19:59 GMT -8
Charles Stover
1,731
August 2008
gamechief
|
Post by Charles Stover on Aug 22, 2011 9:48:49 GMT -8
<!-- FACEBOOK Likes/Dislikes --> when outside of <script>
// FACEBOOK Likes/Dislaikes when inside of <script>
<!-- This is a comment in HTML -->
// This is a comment in JavaScript.
<!-- Code Title --> <script>code here</script>
<script> // Code Title code here </script>
|
|
inherit
170357
0
Oct 4, 2012 12:40:48 GMT -8
BlackBarry Torch
286
August 2011
bbtorch
|
Post by BlackBarry Torch on Aug 22, 2011 10:01:50 GMT -8
Thank you Charles
|
|