Forums

Diablo 3 Fansite *Blog Theme Released* (4 posts)

  1. diabloroxx
    Member
    Posted 10 months ago #

    Hi guys I have managed to customize a wordpress theme based on Diablo 3 game in Diablo3Fansite. Check the Diablo 3 Fansite blog here. Please check and tell me if I can do any more developments to it. Feel free to tell if I need to put it up for download anywhere. I would gladly help. The site will feature a blog, forum, wallpaper, screenshots and videos which will be updated regularly. Feel free to post your comments.

  2. jrodgers
    Member
    Posted 10 months ago #

    looks nice but you have some validation errors

    http://validator.w3.org/check?uri=http%3A%2F%2Fdiablo3fansite.com%2Fblog%2F&charset=(detect+automatically)&doctype=Inline&group=0

  3. diabloroxx
    Member
    Posted 10 months ago #

    Any idea on how I should be removing these? Am really new to web developing etc. This is my first site. Any help would be welcome.

  4. jrodgers
    Member
    Posted 10 months ago #

    if you link you pages to the validator it will list all the errors you have, most of them seem to be related to the doc type, 4.01 transitional, but you have coding that is not 4.01

    eg
    <input type="hidden" name="ie" value="ISO-8859-1" />
    is actually XHTML for 4.01 it should be
    <input type="hidden" name="ie" value="ISO-8859-1">

    no / before the tag end

Reply

You must log in to post.

About this Topic