This is probably gonna be the super noob-ish question posted in this community, ever.
How do I align a webcounter to the middle?
I've tried the <img align='middle'> code, but it just doesnt seem to work :(
The javascript:
Anyone has answers or hints?
Thanks a mill.
EDITED: the counter is at the bottom of this page --> http://www.nuseconomicsalumni.org/quizresults.php
However, it seems to be out of place and can't be aligned in the middle too. It is inside a div named "content" which basically holds the content in middle section.
I think I know where my problem lies.
Stylesheet
#content img,#contentalt img {
border:1px solid #b0b0b0;
float:left;
margin:5px 15px 6px;
padding:5px;
}
However, if I edit that, it will affect the rest of my pages. Anyone has a better/easier way of making the image stay in the center?
I've tried the <img align='middle'> code, but it just doesnt seem to work :(
The javascript:
<!-- BEGIN: Powered by eWebCounter.com -->
<script type="text/javascript" language="javascript">
var wc_project=66485;
var wc_version=1;
var wc_graphic=1;
</script>
<script type="text/javascript" language="javascript" src="http://www.ewebcounter.com/include/track.js"></script>
<noscript>
<a href="http://www.ewebcounter.com/" target="_blank"><img src="http://www.ewebcounter.com/track.jsp?project_id=66485" alt="Free Web Statistics" border="0" /></a>
</noscript>
<!-- END: Powered by eWebCounter.com --> Anyone has answers or hints?
Thanks a mill.
EDITED: the counter is at the bottom of this page --> http://www.nuseconomicsalumni.org/quizresults.php
However, it seems to be out of place and can't be aligned in the middle too. It is inside a div named "content" which basically holds the content in middle section.
I think I know where my problem lies.
Stylesheet
#content img,#contentalt img {
border:1px solid #b0b0b0;
float:left;
margin:5px 15px 6px;
padding:5px;
}
However, if I edit that, it will affect the rest of my pages. Anyone has a better/easier way of making the image stay in the center?
