Skin / Tiger / Site / Custom code

tiger-site-customcode.png

Custom code comes here. Needs HTML/CSS/JavaScript knowledge!

<HEAD> - goes to the HEAD section of the HTML page, which can contain META tags, links to javascript libraries or external CSS files to load. Do not place actual page code here!

<BODY> - goes above the closing </BODY> tag. This can contain page code, or library calls.

{} CSS - custom CSS code you can add to overwrite the skin's styles for example. Use the browser's "Developer tools" (F12) to find out the exact hook for a given element!

() JavaScript - custom JavaScript code. Executed on page load, after the skin initialization. No need to surround with <script> tag.