Jump to content

Save My Brain!


herghost

Recommended Posts

Im sure this is pretty simple but my brain is cooked! I have this code on the site www.jollyhosting.com which loads a menu, for the life of me I cannot center it :(

 

<div id="container">
  <div id="mainContent">
  <script type='text/javascript'>var MenuLinkedBy='AllWebMenus [4]',awmMenuName='menu',awmBN='DW';awmAltUrl='';</script>
<script charset='UTF-8' src='menu.js' type='text/javascript'></script>
<script type='text/javascript'>awmBuildMenu();</script>
    <h1>
      <script type="text/javascript" src="file:///C|/Web Stuff/My Sites/Jolly Hosting/New/menu.js"></script>
    </h1>
    <h1> </h1>
    <!-- end #mainContent -->
  </div>
  <!-- end #container -->
</div>

Link to comment
https://forums.phpfreaks.com/topic/82639-save-my-brain/
Share on other sites

<div id="container" style="display:block;width:100%" align="center">
  <div id="mainContent">
  <script type='text/javascript'>var MenuLinkedBy='AllWebMenus [4]',awmMenuName='menu',awmBN='DW';awmAltUrl='';</script>
<script charset='UTF-8' src='menu.js' type='text/javascript'></script>
<script type='text/javascript'>awmBuildMenu();</script>
    <h1>
      <script type="text/javascript" src="file:///C|/Web Stuff/My Sites/Jolly Hosting/New/menu.js"></script>
    </h1>
    <h1> </h1>
    <!-- end #mainContent -->
  </div>
  <!-- end #container -->
</div>

Link to comment
https://forums.phpfreaks.com/topic/82639-save-my-brain/#findComment-420760
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.