newguyintown
07-30-08, 08:25 PM
Alright, I've been playing with this and I'm stumped. Please take a look at our site (http://www.farmlandtractor.com) so you can see what I'm talking about.
In the Global Footer, I would like to change the size and color of the copyright information as well as the rest of the text. Of course, I can code in the changes for the text and links, but I can't seem to effect the copyright info AT ALL.
I have messed with the CSS for the site which seems to do nothing. I have played with the code in the Global Footer, which is:
<tr>
<td height="37" align="center"><strong><em><font color="#336633" size="5">1-877-928-1646</font></em></strong></td>
</tr>
<tr bgcolor="#336633">
<td height="37" align="center"><p class="copyright">Copyright
©
<script language = "JavaScript" type="text/javascript">
now = new Date
theYear=now.getYear()
if (theYear < 1900)
theYear=theYear+1900
document.write(theYear)
</script>
Farmland Tractor Supply Site design by Rex Shafer <a href="http://www.farmlandtractor.com/mm5/merchant.mvc?Screen=CNTC">Contact Farmland</a> or <a href="http://maps.google.com/maps?f=q&hl=en&geocode=&time=&date=&ttype=&q=32427+Old+Hwy+34,+Tangent,+OR&sll=37.0625,-95.677068&sspn=30.819956,59.765625&ie=UTF8&ll=44.56057,-123.092934&spn=0.003379,0.007296&t=h&z=17&om=1" target="blank">get directions</a> !</p></td>
</tr>
</table>
and that doesn't seem to do much. I can alter the size of the bottom green background, but not the copyright text itself.
PLEASE HELP! Thank you.
In the Global Footer, I would like to change the size and color of the copyright information as well as the rest of the text. Of course, I can code in the changes for the text and links, but I can't seem to effect the copyright info AT ALL.
I have messed with the CSS for the site which seems to do nothing. I have played with the code in the Global Footer, which is:
<tr>
<td height="37" align="center"><strong><em><font color="#336633" size="5">1-877-928-1646</font></em></strong></td>
</tr>
<tr bgcolor="#336633">
<td height="37" align="center"><p class="copyright">Copyright
©
<script language = "JavaScript" type="text/javascript">
now = new Date
theYear=now.getYear()
if (theYear < 1900)
theYear=theYear+1900
document.write(theYear)
</script>
Farmland Tractor Supply Site design by Rex Shafer <a href="http://www.farmlandtractor.com/mm5/merchant.mvc?Screen=CNTC">Contact Farmland</a> or <a href="http://maps.google.com/maps?f=q&hl=en&geocode=&time=&date=&ttype=&q=32427+Old+Hwy+34,+Tangent,+OR&sll=37.0625,-95.677068&sspn=30.819956,59.765625&ie=UTF8&ll=44.56057,-123.092934&spn=0.003379,0.007296&t=h&z=17&om=1" target="blank">get directions</a> !</p></td>
</tr>
</table>
and that doesn't seem to do much. I can alter the size of the bottom green background, but not the copyright text itself.
PLEASE HELP! Thank you.