Nikola:
I've been working this way and it's working good.
you are using Dreamweaver I guess and I just use a text editor
not a HTML wysiwyg writer
so no unnecesary code in my web pages and total control

<style type="text/css">
    #news {position:relative; left:0; top:0; width:505; height:180;
overflow:hidden; clip:rect(0,510,180,0); visibility:hidden}
</style>

<div id="news">
    <table>
        <?php
            code to show info from db
        ?>
    </table>
</div>


Ani Lopez
www.laMundial.net
download and spread our music



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to