Hey guys, I'm kind of new to coding, I started working on websites a few years ago doing the design and artwork. So i am trying to learn new stuff and put together some good sites to go in my "folder of stuff ive done".
So heres my issue, thanks if you suggest some helpful stuff.
I validate all my sites (I say all, im trying to make 3 of my first ones atm.) with
http://validator.w3.org. Heres the errors I still have to fix and I can't seem to get rid of.
Line 59, Column 18: document type does not allow element "div" here
<div id="content">
Line 112, Column 17: document type does not allow element "div" here
<div id="footer">
So they are both the same kind of thing. Heres the source code. (If you are thinking WTF is with all the Plugins, well im usingSubdreamer CMS as my content management system because i'm not pro like you guys, so don't beat me down... Please
<div id="content">
<div id="left_column">
<plugin>
<div class="plugin">
<plugin_name><h3>[PLUGIN_NAME]</h3></plugin_name>
[PLUGIN]
</div>
</plugin>
<plugin>
<div class="plugin">
<plugin_name><h3>[PLUGIN_NAME]</h3></plugin_name>
[PLUGIN]
</div>
</plugin>
<plugin>
<div class="plugin">
<plugin_name><h3>[PLUGIN_NAME]</h3></plugin_name>
[PLUGIN]
</div>
</plugin>
<plugin>
<div class="plugin">
<plugin_name><h3>[PLUGIN_NAME]</h3></plugin_name>
[PLUGIN]
</div>
</plugin>
<plugin>
<div class="plugin">
<plugin_name><h3>[PLUGIN_NAME]</h3></plugin_name>
[PLUGIN]
</div>
</plugin>
</div>
<div id="right_column">
<plugin>
<div class="plugin">
<plugin_name><h3>[PLUGIN_NAME]</h3></plugin_name>
[PLUGIN]
</div>
</plugin>
<plugin>
<div class="plugin">
<plugin_name><h3>[PLUGIN_NAME]</h3></plugin_name>
[PLUGIN]
</div>
</plugin>
<plugin>
<div class="plugin">
<plugin_name><h3>[PLUGIN_NAME]</h3></plugin_name>
[PLUGIN]
</div>
</plugin>
<plugin>
<div class="plugin">
<plugin_name><h3>[PLUGIN_NAME]</h3></plugin_name>
[PLUGIN]
</div>
</plugin>
<plugin>
<div class="plugin" id="last">
<plugin_name><h3>[PLUGIN_NAME]</h3></plugin_name>
[PLUGIN]
</div>
</plugin>
</div>
<div class="clear"></div>
</div>
Second Source:
<div id="footer">
<p>© <?php echo date(Y); ?> thefreelander.com </p>
<p>Designed and coded by Liam Raven.</p>
<p><a href="http://validator.w3.org/check?uri=referer">
<img style="border:0;width:88px;height:31px"
src="http://www.w3.org/Icons/valid-xhtml10"
alt="Valid XHTML 1.0 Transitional" height="31" width="88" /></a>
<a href="http://jigsaw.w3.org/css-validator/check/referer">
<img style="border:0;width:88px;height:31px"
src="http://jigsaw.w3.org/css-validator/images/vcss"
alt="Valid CSS!" />
</a>
<a href="http://jigsaw.w3.org/css-validator/check/referer">
<img style="border:0;width:88px;height:31px"
src="http://jigsaw.w3.org/css-validator/images/vcss-blue"
alt="Valid CSS!" />
</a>
</p>
</div>
And heres the site link if you want to see how badly I am doing:
http://www.cyber-technix.com/test1/index.php