• Howdy! Welcome to our community of more than 130.000 members devoted to web hosting. This is a great place to get special offers from web hosts and post your own requests or ads. To start posting sign up here. Cheers! /Peo, FreeWebSpace.net
managed wordpress hosting

HTML problem

i'd prob put a border around the table the text is in of about 2/3 and get away with the buttom table to make that line it would solve the issue
 
Hi jason, that happens because you made two different tables there, instead i made one table with the border setted to 2 pixels.
like this

Code:
<html>
<head>
	<title>KTM Railway Fan Club</title>
</head>

<body bgcolor="#F0F0F0" text="#ffffff" rightmargin="0" leftmargin="0" topmargin="0" bottommargin="0" marginheight="0" marginwidth="0">
 <div align="center">

<table BORDER="2" bordercolor="#0098D0" width="802" cellspacing="0" cellpadding="0" bgcolor="#0098D0">
<tr> 
<td width="802" bgcolor="#0098D0"><img src="http://www.ktmrailwayfan.com/prototype/topgambar2.jpg"></td>
</tr></table>


<TABLE BORDER="2" bordercolor="#0098D0" WIDTH="805" cellspacing="0" cellpadding="0" bgcolor="white">
<TR bgcolor="#0098D0" width="805">
<TD bgcolor="white" width="805"><FONT COLOR="red">
PUPILS in Scots schools are to receive their exam results by text message for the first time. 
Around 60 pupils will have the results of their Higher and Advanced Higher exams sent to their mobile phones by the Scottish Qualifications Authority. 
The method is being piloted at schools in Orkney, Shetland, Lewis and Skye, and could be introduced in schools across Scotland if it proves a success. 
Around 150,000 pupils will get their results in the post on Tuesday but students on the islands will discover their fate a day early. The SQA has described the trial as the first step in what could be a new results delivery method. 
Text abbreviations have been agreed for subjects, level of qualification and actual result details. 
The SQA said the pilot was part of its drive to continuously improve the delivery of examinations and results
</FONT></td>
</TR>
</TABLE>
</div>
</body>
</html>
 
Thanks alot Gaston, you wont believe it, but i spent days in this. Sure wasted alot of time, haha. Thx to Blitz-Host too.
 
Back
Top