Well, after looking through some of my sites, I found that My approach to HTML is, just type it and hope for the best, i've decided to start coding in a much easier to edit way, eg:
Hopefully it'll be much easier to edit this way
Code:
<body>
<div align = "center">
<table
width = "75%">
<tr>
<td>
<img
src = "http://mikor.clearlyhosted.org/CDS.gif"
alt = "CDS Flag"
width = "402"
heigt = "174"
/>
</td>
<td>
News Here
</td>
</tr>
<tr>
<td
colspan = "2">
Content Here
</td>
</tr>
</table>
</div>
</body>
Hopefully it'll be much easier to edit this way







