Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi

    For starters, you have some errors in your CSS file
    https://jigsaw.w3.org/css-validator/validator?uri=https://www.hilltrident.co.uk/blog/

    it looks like the blog is now centered as you want it.

    for white, add to your stylesheet
    #table .entry p {color: #fff;}

    Thread Starter cjeasom

    (@cjeasom)

    many thanks for the text update! I have applied that now @

    https://www.hilltrident.co.uk/blog

    However I cannot for the life of me get the table to center, or even the menu system to work in the header bar like it does throughout the rest of the site!

    Is it a problem because I have gone from aspx to php??

    Many thanks….

    hi there

    In Firefox
    1) the following line of code is displaying above your blog every time the page is refreshed
    <%@ page language="C#" autoeventwireup="true" inherits="_Default, App_Web_toev0ipp" %> <%----%>
    2) your blog is already centered.
    3) Firebug is seeing lines of code you have in the <head> section within the <body> section.

    When I run your homepage through the page validator, it comes up with 94 errors.
    https://validator.w3.org/check?uri=https://www.hilltrident.co.uk/blog/
    You have a number of misaligned tags, and end tags missing. These are the sort of things that can cause IE to refuse to center, and worse. Clean up these errors and most likely you will find the reason Internet Explorer is not centering.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘I cant get the following to work!’ is closed to new replies.