diabloroxx
Member
Posted 3 years 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.
jrodgers
Member
Posted 3 years ago #
diabloroxx
Member
Posted 3 years 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.
jrodgers
Member
Posted 3 years 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