Показать сообщение отдельно
  #7 (permalink)  
Старый 11.01.2011, 16:29
unq unq вне форума
Новичок на форуме
Отправить личное сообщение для unq Посмотреть профиль Найти все сообщения от unq
 
Регистрация: 11.01.2011
Сообщений: 6

Еще раз переписал. Убрал скрипт вписал в сам ХТМЛ посоветовали на sql.ru. Получилось так но все равно не работает(((

<html xmlns="http://www.w3.org/1999/xhtml">
    <head>
        <meta http-equiv="Content-Type" content="text/html; charset=Unicode" />
        <title>PTR player rating</title>
        <style type="text/css">
        body
        {
            margin: 0;
            width: 230px;
            height: 320px;
            font-family: verdana;
            font-weight: bold;
            font-size: 20px;
        }
        #gadgetContent
        {
            margin-top: -1px;
            width: 230px;
            vertical-align: middle;
            text-align: center;
            overflow: hidden;
        }
        </style>
        <script type="text/jscript" language="jscript">
            // Initialize the gadget.
            function init()
            {
                var oBackground = document.getElementById("imgBackground");
                oBackground.src = "url(img/background.png)";
            }
        </script>
    </head>
	
    <body onload="init()">
        <g:background id="imgBackground">
			<div id="gadgetContent">
			<script type="text/javascript">document.write('<sc' + 'ript type="text/javascript" src="http://www.pokertableratings.com/js/widgets/widget.js?' + Math.rnd() + '"></sc'+'ript>');</script>
			<script type="text/javascript">if (ptrwidgets) ptrwidgets.load('75c0c62c0d45113be623cd1e2d486a3f','Nanonoko','stars');</script>
			</div>
		</g:background>
    </body>
</html>
Ответить с цитированием