News:

Want to get involved in developing SMF, then why not lend a hand on our github!

Main Menu

theme....

Started by alex809, July 18, 2012, 07:27:28 PM

Previous topic - Next topic

alex809

OK so im thinking about coming back to SMF. Now i need someone to integrate my websites header and footer HTML and CSS to work properly with the default theme. If someone can do this for me then i will come back to SMF.

My Sites HTML:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
  <head>
    <title>SpeedyHosting</title>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <meta name="description" content="The Best Free Web Hosting Available" />
    <meta name="keywords" content="speedyhosting, alexagreno, web hosting, web, hosting, free, google, yahoo, youtube, speedy, best, available, dot tk, dot, tk, awesome, facebook" />
    <meta name="language" content="en" />
    <meta name="subject" content="Free web hosting" />
    <meta name="robots" content="All" />
    <meta name="copyright" content="Speedyhosting 2012, all rights reserved" />
    <meta name="abstract" content="The best free web hosting available, Come check us out" />
    <meta name="MSSmartTagsPreventParsing" content="true" />
    <link id="theme" rel="stylesheet" type="text/css" href="style.css" title="theme" />
<script type="text/javascript" language="javascript" src="js/jquery.js"></script>
<script type="text/javascript" language="javascript" src="js/custom.js"></script>
<script type="text/javascript" language="javascript" src="js/addon.js"></script>
  </head>
  <body>
    <div id="top">
      <div class="overlay"></div>
    </div> 
    <div id="wrapper">
      <div class="overlay"></div> 
      <div class="border-top"></div> 
      <div class="content">
        <div id="container">
          <div class="hd">
            <div id="container-top"></div> 
            <div id="banner"></div> 
            <div id="hmenu-wpr">
              <ul id="hmenu" class="sf-menu sf-js-enabled sf-shadow">
                <li class="current" style="border:none">
                  <a class="toplvl sf-with-ul" href="index.html">Home</a>
                </li>
                <li>
                  <a href="#" class="toplvl">Hosting</a> 
                  <ul>
                    <li>
                      <a href="http://cpanel.speedyhosting.tk">Cpanel</a>
                    </li>
                    <li>
                      <a href="announcements.html">Announcements</a>
                    </li>
                    <li>
                      <a href="http://webmail.speedyhosting.tk">WebMail</a>
                    </li>
                    <li>
                      <a href="passwordreminder.html">Password Reminder</a>
                    </li>
                    <li>
                      <a href="tos.html">Terms Of Service</a>
                    </li>
                    <li>
                      <a href="forums.speedyhosting.tk">Forums</a>
                    </li>
                    <li>
                      <a href="signup.html">Sign up</a>
                    </li>
                    <li>
                      <a href="Features.html">Features</a>
                    </li>
                    <li>
                      <a href="server-status.php">Server Status</a>
                    </li>
                      </ul>
                    </li>
                <li>
                  <a class="toplvl" href="about.html">About Us</a>
                </li>
                <li>
                  <a class="toplvl" href="contact.html">Contact</a>
                </li>
              </ul>
            </div>
          </div> 
          <div class="bd">
            <div id="page">
              <!-- MAIN COLUMN --> 
              <div id="main">
                <div class="content">
                  <h1>Welcome</h1>
                  <p>
1 plan and one plan only! We call it FREE! At no cost to anyone!
                  </p>
                  <p>
                  <img src="http://www.freeiconsweb.com/Freeicons/Mac_server_icons/server_05.png" width="70" height="70" alt="Server_icon"/> All servers are the fastest servers available! want to know why? It is because all servers are cloud based servers. Your website will never be slow because new servers are added to SpeedyHosting every week! This is a huge advantage because we host your website over multiple servers where other web hosting providers host your website on one physical server.
                  </p> 
                  <img src="http://aux4.iconpedia.net/uploads/747645328.png" width="70" height="70" alt="Support_Icon"/> Some may ask do we offer free support services too? Well yes we do in fact, I will help anyone with the services if they need help. You may also ask questions before you register! But please remember to post in the pre-sign up questions forum.
                  <hr />
                  <p>More hosting features can be viewed at <a href="Features.html">this link</a></p>
                    <div style="margin-top:25px;">
                    <!-- TO REMOVE -->
                  </div>
                </div>
              </div> 
              <!-- END MAIN --> 
              <!-- SIDEBAR  --> 
              <div id="sidebar">
                <div class="content">
                  <div class="sidebox1">
                    <h2>Hosting</h2> 
                    <div class="vmenu">
                      <ul>
                        <li>
                          <a href="signup.html">Sign up</a>
                        </li>
                        <li>
                          <a href="http://cpanel.speedyhosting.tk/">Control panel</a>
                        </li>
                        <li>
                          <a href="http://webmail.speedyhosting.tk/">Webmail</a>
                        </li>
                        <li>
                          <a href="http://forums.speedyhosting.tk/">Forums</a>
                        </li>
                        <li>
                          <a href="tos.html">Terms of service</a>
                        </li>
                        <li>
                          <a href="passwordreminder.html">Password Reminder</a>
                        </li>
                        <li>
                          <a href="announcements.html">Announcements</a>
                        </li>
                        <li>
                          <a href="Features.html">Features</a>
                        </li>
                        <li>
                      <a href="server-status.php">Server Status</a>
                    </li>
                      </ul>
                    </div>
                  </div>
                  <div class="sidebox1">
                     <h2>Spnosors:</h2> 
                     <ul>
                       <li>
                         <a href="http://www.dot.tk/">Dot TK</a>
                       </li>
                       <li>
                         <a href="index.html">SpeedyHosting</a>
                       </li>
                       <li>
                         <a href="http://mybb.com/">MyBB</a>
                       </li>
                      </ul>
                  </div>
                </div>
              </div> 
              <!-- END SIDEBAR  --> 
              <div class="clear" style="height:60px"></div>
            </div>
          </div> 
          <div class="ft">
            <div id="footer">
              <div class="content">
                <div align="center">
<a href="contact.html">Contact</a>   |   <a href="tos.html">Terms of Service</a>   |   <a href="privacypolicy.html">Privacy Policy</a>  |  <a href="about.html">About</a>  |  <a href="#top">Back To Top</a>
                </div>
                <p>
                 &copy; SpeedyHosting 2012, All rights reserved
                </p>
                <p>
    <a href="http://validator.w3.org/check?uri=referer"><img
      src="http://www.w3.org/Icons/valid-xhtml10" alt="Valid XHTML 1.0 Transitional" height="31" width="88" /></a>
                </p>
                </div>
            </div> 
            <div id="container-bottom"></div>
          </div>
        </div>
      </div>
    </div> 
    <div class="clear"></div>
  </body>
</html>


If you need the CSS file its located at http://speedyhosting.tk/style.css

This is for my web hosting service so help would be appreciated. Thanks

EDIT: i have tried this already http://wiki.simplemachines.org/smf/Integrate_SMF#Integrating_Your_Site_and_Forum_-_Visually and it didn't work for me at all.

CapadY

Just edit the location of your css-files in settings.php
Please, don't PM me for support unless invited.
If you don't understand this, you will be blacklisted.

Advertisement: