http://www.shepwayonline.co.uk/
However, when it is refreshed, it works okay until i go to the next page. It seems fine in Mozilla Firefox.
I installed the CMS before and it worked fine. When i moved it to another directory and effectively starting from scratch, though using the mySQL contents of the db to create the new db, but changing any old links, its gone funny.
What i am doing is moving a static paged website over to CMS so i know that the HTML and CSS worked then. I rule that out as being an issue. Anyway it is like that in the admin system of the site and not just the front end - but only in IE! Anyone got any ideas? I am using the latest stable version.
The other problem is a bit odd when using a form.
Code: Select all
<FORM ACTION="http://www.a.com/cgi-bin/FormMail.cgi" METHOD="POST" ENCTYPE="x-www-form-encoded">
<input type=hidden name="recipient" value="a@b.co.uk">
<input type=hidden name="subject" value="queries">
<input type=hidden name="redirect" value="blah>
<table border="0" cellpadding="0" cellspacing="0" width="508">
<tr>
<td width="214"><p><b>Name:</b></p></td>
<td width="294"><input type="text" name="name" size="40"></td>
</tr>
<tr>
<td width="214" valign="top"><p><b>Email address:</b></p></td>
<td width="294"><input type="text" name="email" size="40"></td>
</tr>
<tr>
<td width="214"><p><b>Phone number:</b></p></td>
<td width="294"><input type="text" name="phone-no" size="40"></td>
</tr>
<tr>
<td width="214" valign="top"><p><b>What department is your query addressed to?</b></p></td>
<td width="294"><select name="select">
<option>Sales</option>
<option>Advertising</option>
<option>Community</option>
<option>Clubs</option>
<option>News</option>
<option>History</option>
<option>Other</option>
</select></td>
</tr>
<tr>
<td><p><b>Details about your query:</b></p></td>
<td><textarea name="query_detail" cols="31" rows="3"></textarea></td>
</tr>
</table>
<p><input type="submit" value="Submit" name="submit">
<input type="reset" value="Reset" name="reset"></p>
</form>
I have gone back to the original site for the time being and perhap wait for the next version of the CMS to come out. After installing the form plugin, its screwed up with incorrect links when I put the new site in a different directory but i'll sort that with a fresh installation when the next version comes out.
Thanks in advance,
Catherine