Forum: Site Layout and Usability Jan 19th, 2009 |
| Replies: 2 Views: 880 You need to integrate a server side language such as php/asp/jsp/coldfusion to automatically update the database. You shouldn't be creating a new page for each user. You should have one template... |
Forum: Site Layout and Usability Aug 19th, 2008 |
| Replies: 5 Views: 2,235 Have you tried it out yet? |
Forum: Site Layout and Usability Aug 17th, 2008 |
| Replies: 6 Views: 1,475 Submit your site to all the major search engines.
Sign up for Google Webmaster Tools. This is will tell you the last time that google crawled your site as well as errors such as broken links.... |
Forum: Site Layout and Usability Aug 17th, 2008 |
| Replies: 5 Views: 2,235 After the body tag, throw in <a name="top"></a>
<body style="background-color:#4b2600;"... |
Forum: Site Layout and Usability Jul 9th, 2008 |
| Replies: 5 Views: 1,728 Replace this:
<a href="index.html"><IMG SRC="images/arrow_prev.gif" BORDER=0></a>
with this:
<a href="javascript:history.back()"><img src="images/arrow_prev.gif" border="0"></a> |
Forum: Site Layout and Usability Jul 8th, 2008 |
| Replies: 5 Views: 1,728 Sounds like the link on the back button is wrong. Post some code or a link to the page. |