Your IP : 216.73.216.26


Current Path : /home2/wtmwscom/www/member/
Upload File :
Current File : /home2/wtmwscom/www/member/news.php

<?php include 'header.php';
include 'connection.php';

?>

<div id="content" role="main">
    <h1>Latest News</h1>
    
    <!-- Breadcrumbs ----------------------------------------------------------->
    <p itemscope itemtype="http://data-vocabulary.org/Breadcrumb" id="breadcrumbs"><a href="index.php" rel="home" itemprop="url"><span itemprop="title">Home</span></a> <i class="icon-chevron-right"></i> News</p>
    <hr />
<!--    <h3>Some news by company.....</h3>-->
    <div style="width: auto;height: auto;display: block;margin: 0 0 30px 0;">
        <div style="margin: 0 auto;width: 80%;height: auto;border: 1px solid #dddddd;">
            <div style="background-color: #0071BB;color: #ffffff;font-size: 15px;font-weight: bold;width: 100%;min-height: 10px;padding: 8px 15px;text-align: center;box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;">News Box</div>
            <div style="overflow: hidden;word-wrap: break-word;background-color: #ffffff;color: #0090ec;font-size: 13px;font-weight: normal;width: 100%;padding: 8px 15px;box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;">
                <?php
                    $hot_news = mysqli_fetch_object(mysqli_query($connection,"select hot_news from hot_news;"))->hot_news;
                ?>
                <!--<marquee width="100%" height="100%" scrollamount="2" direction="up" onmouseover="this.stop();" onmouseout="this.start();" style="">-->
                    <font size="2" face="arial" color="#0090ec">
                        <hr style="">
                        <br/>
                        <?php echo $hot_news;?>
                        <br/>
                        <hr style="">
                    </font>
                <!--</marquee>-->
            </div>
        </div>
    </div>
</div> <!-- END .content -->
</div> <!-- END .wrapper -->
<?php include 'footer.php';?>