|
|
|||||||
|
Hi there, that is a really huge improvement. It makes the whole thing look a lot more balanced and is far easier on the eye. The only thing that would improve it would be to change the colour of these 3 links: The main MSRC site squiffy@msrc.co.uk Search Engine Optimization and Free Submission The colour of those links makes them very hard to read against a grey background. If they were darker they'd be a lot easier to read. It might be easier to use the default browser link colours (e.g. blue for a link, purple for a visited link) - you could do that by changing this tag: <BODY BACKGROUND="paper.jpg" TEXT="#003333" LINK="#0000FF</font>" VLINK="#0000FF" ALINK="#0000FF" > to this: <BODY BACKGROUND="paper.jpg" TEXT="#003333"> or even better, use Cascading Style Sheets to do change link / background / text colour for you. This is a useful starting point: http://www.w3schools.com/css/default.asp All the best Jim |