Wordpress and Webdesign Forum go41 » WordPress Code Snippets

  1. omerkhan01
    Member

    Hi there,

    My site can be found here

    If you go to the home page in internet explorer you will see that the seminar schedule at the bottom(Actually put into the excerpt)in FF has a smaller font as opposed to in IE. How can I increase the font size so that it is like the rest of the excerpts on the front page(nice and big) This happens in FF, not in IE

    Is there a class in stylesheet that governs the font size, line spacing, etc for frontpage excerpts

    Omar

    Posted 1 year ago #
  2. hard to analyze this because your html markup is not valid at all.

    A website has to start with a DOCTYPE Declaration on top of everything.

    You put an image div into your header.php above all - that's bad.

    Everything in header.php from ..DOCTYPE html PUBLIC "-//W3C//DTD ... over head /head will never be displayed in a browser, it's there to tell the browser how to display the stuff below the body tag.

    So first move this image in the div from top of header.php down to be after <body>

    validate your site here: http://validator.w3.org/

    it does not need to be 100% error free but some less errors are possible

    finally it should display more equal across different browsers

    Posted 1 year ago #

RSS feed for this topic

Reply

You must log in to post.

Join us! or log in (lost password?):