Jump to content

Cerebrum

New Members
  • Posts

    3
  • Joined

  • Last visited

    Never

Posts posted by Cerebrum

  1. Hi Firestorm,

     

    You can change the position using in line styles, heres an example :

     

    <div style="position:absolute; left:400px; top:30px;"></div>

     

    also im not sure if this matters but try to take the quatations of the stylesheet link, so your code becomes:

     

    <link rel=stylesheet href="Styles.css" type="text/css">

     

    Cerebrum

     

  2. Hi

     

    Try a require instead, so your code becomes:

     

    <div class="heading">

    <?php require('home/titlebar.html'); ?>

    </div>

     

    or maybe "require_once" as this wil do much teh same with the only difference being that if the code from a file has already been included, it will not be included again.

     

    hope this helps you out Firestorm

     

    Cerebrum

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.