Adding Yourself

You can add yourself to Sheffield36.com by email ! Below is an example of what to do.

Start by inserting your image, best results are with medium quality and not less than 350px wide

The subject in the email see above is “Take Away”, this will be the headline of your page. Now you can add an excerpt, keep this short and to the point describing in one or two sentences what your business or organisation does. You need to insert your description between two tag as shown below

:excerptstart

We are a cosy restaurant serving English cuisine situated on the main road in Penistone. We open from 2pm-11pm seven days a week taking reservations on 0114 288123456. Please click through for our menu.

:excerptend

Then you can continue by adding further details giving your address, an overview of your menu and anything else that gives your potential customers more information.

You can then optionally add a table which can represent a price list or menu by adding some HTML markup, don’t worry if you find this confusing or feel you are unable to do it yourself, we can help!

<!DOCTYPE html>
<html>
<head>
<style>
table {
 font-family: arial, sans-serif;
 border-collapse: collapse;
 width: 100%;
}

td, th {
 border: 1px solid #dddddd;
 text-align: left;
 padding: 8px;
}

tr:nth-child(even) {
 background-color: #dddddd;
}
</style>
</head>
<body>

<h2>My Restaurant</h2>

<table>
 <tr>
   <th>Menu Item</th>
   <th>Portion</th>
   <th>Price (£)</th>
 </tr>
 <tr>
   <td>Rump Steak</td>
   <td>12oz</td>
   <td>8.95</td>
 </tr>
 <tr>
   <td>Pheasant</td>
   <td>7oz</td>
   <td>12.95</td>
 </tr>
 <tr>
   <td>Steak & Kidney Pie</td>
   <td>Large</td>
   <td>7.95</td>
 </tr>
 <tr>
   <td>Another Item</td>
   <td>Item size</td>
   <td>Item Price</td>

 </tr>
</table>

</body>
</html>

You can add as many rows as you like (see red above). You can view the result of this email by looking at the “Business Card” on the front page “Take Away”.

You then send your email to Addme@Sheffield36.com, that’s it your done ! This will then be reviewed and we will put it LIVE as soon as we can, and if you’ve made a mistake, we’ll fix it.

You can see how this would look by clicking here.