Where are you based?
I wouldn't deal with someone who didn't publish a phone number or address.
Otherwise ditto all the above.
Thanks for that. I am going to put the phone number and address next week when my office is sorted.
I agree with the code, but it does work and is a usable business?
I don't think it looks too bad. :icon_biggrin:
think about it from joe publics point of view and not a web designer. Is the average client going to know that? Possibly - but i dont think I would care as long as the customer service is there and price is competetive.
Do you think this coding will affect the google rankings however?
Here is what i have on text wrangler. I initially designed it on dreamweaver hence all the tables.
<? session_start(); ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<meta name="description" content="Bogfrog Design & Print - We offer top quality printing at unbeatable UK prices on Flyers, Busines Cards, Leaflets, Letterheads, Compslips, Posters, Business Packs" />
<meta name="keywords" content="bogfrog,bogfrog print,best printing,best price,flyers,business cards,leaflets,letterheads,compslips,posters,business packs,stationery,stationary,letterhead,order printing online,low priced printing">
<title>Bogfrog Design & Print</title>
<?
$page = 'index';
include 'header.php'; ?>
<tr align="center" valign="middle">
<td height="260" colspan="2" align="left" valign="top"><table width="950" height="258" border="1" cellspacing="4">
<tr>
<td width="237" height="200" align="left" valign="middle"><div align="center"><a href="http://www.graphicdesignforums.co.uk/website-design-critique/flyers.php"><img src="images2/leaflets.jpg" width="180" height="180" border="0" /></a></div></td>
<td width="237" height="200" align="left" valign="middle"><div align="center"><a href="http://www.graphicdesignforums.co.uk/website-design-critique/graphic-design-southampton.html"></a><a href="http://www.graphicdesignforums.co.uk/website-design-critique/stationery.php"><img src="images2/business-cards.jpg" width="180" height="180" border="0" /></a></div></td>
<td width="237" height="200" align="left" valign="middle"><div align="center"><a href="http://www.graphicdesignforums.co.uk/website-design-critique/web-optimisation-southampton.html"></a><a href="http://www.graphicdesignforums.co.uk/website-design-critique/web-optimisation-southampton.html"></a><a href="http://www.graphicdesignforums.co.uk/website-design-critique/printingsouthampton.html"></a><a href="http://www.graphicdesignforums.co.uk/website-design-critique/posters.php"><img src="images2/posters.jpg" width="180" height="180" border="0" /></a></div></td>
<td width="237" height="200" align="left" valign="middle"><div align="center"><a href="http://www.graphicdesignforums.co.uk/website-design-critique/meettheteam.html"></a><a href="http://www.graphicdesignforums.co.uk/website-design-critique/meettheteam.html"></a><a href="http://www.graphicdesignforums.co.uk/website-design-critique/businesspacks.php"><img src="images2/letterheads.jpg" width="180" height="180" border="0" /></a></div> </td>
</tr>
<tr bordercolor="#000000">
<td width="237" height="46" align="center" valign="middle" bgcolor="#333333"><p align="center" class="style140"><a href="http://www.graphicdesignforums.co.uk/website-design-critique/flyers.php" class="style161">Flyers & Leaflets </a></p> </td>
<td width="237" height="46" align="center" valign="middle" bgcolor="#333333"><div align="center" class="style139">
<div align="center" class="style143"><a href="http://www.graphicdesignforums.co.uk/website-design-critique/stationery.php" class="style161">Stationery</a> </div>
</div></td>
<td width="237" height="46" align="center" valign="middle" bgcolor="#333333"><div align="center" class="style139">
<div align="center" class="style142"><a href="http://www.graphicdesignforums.co.uk/website-design-critique/posters.php" class="style161">Posters</a></div>
</div></td>
<td width="237" height="46" align="center" valign="middle" bgcolor="#333333"><div align="center" class="style139">
<p align="center" class="style143"><a href="http://www.graphicdesignforums.co.uk/website-design-critique/businesspacks.php" class="style161">Business Packs </a></p>
</div></td>
</tr>
</table>
<div align="left"></div> </td>
</tr>
</table> </td>
</tr>
<tr>
<td height="12" colspan="3" bgcolor="#FFFFFF"><h1 align="center" class="style37">BOGFROG / PRINTING / PRINTER / GRAPHIC DESIGN - WE PRODUCE FLYERS, FOLDED LEAFLETS, BUSINESS CARDS, POSTERS, LETTERHEADS, COMPLIMENT SLIPS, BUSINESS PACKS, MARKETING & WEB SOLUTIONS </h1></td>
</tr>
<tr>
<td height="22" colspan="3" bgcolor="#FFFFFF"><div align="center"><span class="style33">All contents copyright of Bogfrog Design & Print © 2005-2010 - All rights reserved </span></div></td>
</tr>
</table>
</body>
</html>
-