My new Spyware Removal website

Status
Not open for further replies.
Also, the alignment for the feedback button and links at the bottom on the HJT page are a little borked, they're over at the left.. D:
 
Not sure how you worked the footer, but this is what I usually do with footers. It's works great at rendering in all browsers.

HTML code:
Code:
<!-- Begin Footer -->
         <div id="footer" align="center">
              <hr width = "50%">
              <a href="http://www.osiris-spywareguide.com/feedback.htm"><img src="http://www.osiris-spywareguide.com/images/feedback.png "style="border-style:none"/></a><br />
              <ul>
                  <li><a href="http://www.osiris-spywareguide.com/terms.htm">Terms of Use</a> | </li>
                  <li><a href="http://www.osiris-spywareguide.com/contact.htm">Contact</a> | <a href="mailto:under.construction.pete@gmail.com">Images & Logos by Hikaricloud</a></li>
              </ul>
              <span class="copyright">©2009 Osiris All rights reserved.</span>
         </div>
          <!-- End Footer -->
Then apply the following CSS to those elements (either in a style sheet or in the HEAD section of the doc)
Code:
#footer {
    width: 100%; /*whatever width you want*/
    clear: both;
    margin: 10px 0px 10px 0px; /*keeps it at the bottom of the page*/
}
#footer li{
    display: inline; /*always displays in a row*/
}
.copyright {
    font-size: x-small
}
 
Well how does the site look in other browsers? Mak has tested this as well and works as far as I know.
 
I took a look at it in Opera 10 Alpha Build 1229, Firefox 3.1 Beta 2 Build 20081210080242, IE8 Build 8.0.7000.0, and Chromium Build 2.0.160.1 (9125) and the site looks good in all of them. The links are all aligned at the bottom.

Here is a screen shot with each browser showing a different page.

osirissite.png


Opera is showing the Index, Firefox has Win7 open, IE8 has Vista open and Chromium has XP open. The site looks good from what i see. I know that there is still some work to be done on teh code. But seeing as i am not a coder i am doing the best i can to get things working and fixed for W3 Validation with Web Expressions 2.

If someone has a better way to do it and have the time to help out it would be great. I talked with CarnageX a bit about it and he uses DW but he is in the same boat as me. We arent coders. I can read the code and know how to fix some very basic stuff. So by any means if someone knows your advice is greatly appreciated on how to get this working.
 
I'd be glad to help with whatever you need. I'm pretty good at coding with XHTML and CSS. If you guys run into issues feel free to ask me for some help or advise.
 
Status
Not open for further replies.
Back
Top Bottom