CHANGES

Add: lang="en" to the <!DOCTYPE html> so it should now read: <!DOCTYPE html lang="en"> ~~~~~~~~~~~~~~~~~~~~~~~~ line 87: replace: <table class="ds_box" cellpadding="0" cellspacing="0" id="ds_conclass" style="display: none;"> with: <table class="ds_box" id="ds_conclass" style="display: none;"> ~~~~~~~~~~~~~~~~~~~~~~~~ In imgs/style.css add the following after the closing tag on line 819: .ds_box td { padding: 0; } ~~~~~~~~~~~~~~~~~~~~~~~~ In imgs/style.css add the following after z-index: 32767; on what will be the new line 819: border-spacing: 0; ~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~

Be the first to comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.