Fresh Install: nothing touched except. I fixed the flash thing in mod_jaflowlist because of like 4 validation errors
Changed to:
line 67 <script type="text/javascript">
line124 - end
<noscript>
<object data="flowlist_xml.swf" type="application/x-shockwave-flash" width='<?php echo $fwidth; ?>' height='<?php echo $fheight; ?>' id="flowlist_xml" align='<?php echo $falign; ?>' name="flowlist_xml">
<param name="bgcolor" value='<?php echo $bgcolor; ?>'/>
<param name="allowFullScreen" value="true" />
<param name="quality" value="high" />
<param name="allowScriptAccess" value="sameDomain"/>
<param name="movie" value="<?php echo JURI::base();?>modules/mod_jaflowlist/ja_flowlist/flowlist_xml.swf" />
<param name="type" value="application/x-shockwave-flash"/>
<param name="pluginspage" value="http://www.macromedia.com/go/getflashplayer"/>
</object>
</noscript>
But now I am getting random junk in my login box ie: 3 errors on my main page all in 1 line for some reason, the login box is generating extra crap after the code, I was viewing source in firefox and it doesnt show up however it does show up in IE, :confused:
http://validator.w3.org/check?uri=http%3A%2F%2Fwww.djinsider.com%2F&charset=(detect+automatically)&doctype=Inline&ss=1&group=0
And same same thing happens with email icon in articles here:
http://validator.w3.org/check?uri=http%3A%2F%2Fwww.djinsider.com%2Fdemo%2Fcover-flown&charset=(detect+automatically)&doctype=Inline&ss=1&group=0
Im using shared hosting from dreamhost, is it the server settings or something?
Oh yes my website url is http://www.djinsider.com
Thanks.