Hard to say, i've never used Drupal, but here's some guesses...
Quote:
At one point, the space for the image would show up as well as the dimensions for it, but the image wasn't in there
It may have been working fine, but one minor thing...
hotlinking is not allowed on the free service, so if your link looked like:
Code:
<img src="http://www.mysite.com/images/avatar.gif" >
it may not show, where:
Code:
<img src="/images/avatar.gif" >
would work fine.
here's a trick, If you can get it back to that point, open a second window directly to
Code:
http://www.mysite.com/images/avatar.gif
if it works only while the second window is open(it will show because it's being cached by your browser), then it's a hotlink problem.
Quote:
Also, I am having a problem with the Contact Us form, the email seems to go through, but no email is received as the address the contact form is set up with. I have tried this on yahoo, aol, msn and gmail, and nothing works.. and I have checked the junk folder, and nothing was in there.
The free service does not allow mail to be sent.
I'm curious what was in your .htaccess file
i see there is no template.php for Drupal 6, that was used up until version 5, so somethings off there, but
a quick google search for:
Drupal "no template.php"
came up with this:
http://drupal.org/node/188146
and a few other good answers.
good luck