These is the table code!
<%Option Explicit%>
<html>
<head>
<title>ÁÍÁÊÏÉÍÙÓÅÉÓ</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-7">
</head>
<SCRIPT language=javascript src="j_scripts/rightclick.js"></SCRIPT>
<STYLE type=text/css>A:link {
COLOR: #00000; TEXT-DECORATION: underline
}
A:visited {
TEXT-DECORATION: underline; color:000000
}
A:active {
TEXT-DECORATION: underline
}
A:hover {
COLOR: #31a2a2; TEXT-DECORATION: underline
}
</STYLE>
<body>
<CENTER><h1><FONT FACE=ARIAL>ÐÉÍÁÊÁÓ ÁÍÁÊÏÉÍÙÓÅÙÍ</FONT></h1></CENTER>
<FONT FACE=ARIAL>
<table border="0" cellpadding="0" cellspacing="0" width="50%" align=center>
<tr>
<td width="6" valign="bottom" align="left"><img border="0" src="storybox-title-left-corner.gif" width="6" height="22" nowrap></td>
<td class="storytitle" width="45%" background="storybox-title-bluebg.gif" nowrap> <big><FONT FACE=ARIAL COLOR=WHITE>Êáíôå click ôçí êáèå åðéêåöáëéäá ãéá ðåñéóóïôåñåò ðëçñïöïñéåò</big></td>
<td width="50%" background="storybox-title-silverbg.gif" nowrap><img border="0" src="storybox-title-cascade.gif" width="43" height="22" nowrap></td>
<td class="storytitle" width="5%" align="right" background="storybox-title-silverbg.gif" nowrap></td>
<td width="6" valign="bottom" align="left"><img border="0" src="storybox-title-right-corner.gif" width="6" height="22"></td>
</tr>
<tr>
<td width="6" background="storybox-left-tube-bg.gif" valign="top" align="left"><img border="0" src="storybox-left-tube-bg.gif" width="6" height="5"></td>
<td class="storybox" colspan="3"><table border="0" cellpadding="3" cellspacing="0" width="100%"><td width="100%"></td></tr>
</table>
<table border="0" cellpadding="3" cellspacing="0" width="100%">
<tr>
<td align="center">
</td><br>
<tr>
<td align="center">
<span class="storybyline">
<%
' Define variants
Dim numID, strTitle, strStory, strLink, strSubmittedBy, strDatestamp, adOpenStatic, adLockReadOnly, adCmdTable, numCounter
adOpenStatic = 1
adLockReadOnly = 1
adCmdTable = 2
' Define database file type and location
Dim objConn, objRS
Set objConn = Server.CreateObject("ADODB.Connection"

Set objRS = Server.CreateObject("ADODB.Recordset"
objConn.Open "Provider=Microsoft.Jet.OLEDB.4.0;" & _
"Data Source=\\athcfs01.hosting.forth\virtual\speftp\db\news.mdb;" & _
"Persist Security Info=False"
' Open News table in database
objRS.Open "News", objConn, adOpenStatic, adLockReadOnly, adCmdTable
' Move to the last record
objRS.MoveLast
' Write the headlines and dates to the page
Response.Write "<p>"
While Not objRS.BOF
strTitle = objRS("Title"

numID = objRS("ID"

strLink = objRS("Link"

strDatestamp = objRS("Datestamp"
if strLink <> " " then
Response.write "<img src='linkicon.gif'> "
End If
Response.Write "<a href='showstory.asp?storyid=" & numID & "'>"
Response.Write strTitle & "</a>"
Response.Write "<br><small>" & strDatestamp & "</small><br><br>"
objRS.MovePrevious
Wend
Response.Write "</font></p>"
' Close & clean up
objRS.Close
objConn.Close
Set objRS = Nothing
Set objConn = Nothing
%>
</span>
</td>
</tr>
</table></td>
<td width="6" background="storybox-right-tube-bg.gif"><img border="0" src="storybox-right-tube-bg.gif" width="6" height="5"></td>
</tr>
<tr>
<td width="6" valign="top" align="left" height="5"><img border="0" src="storybox-bottom-left-corner.gif" width="6" height="5"></td>
<td width="50%" height="5" background="storybox-bottom-bluebg.gif"><img border="0" src="storybox-bottom-bluebg.gif" width="10" height="5"></td>
<td width="50%" height="5" valign="top" align="right" background="storybox-bottom-bluebg.gif"><img border="0" src="storybox-bottom-cascade.gif" width="23" height="5"></td>
<td width="75" height="5" background="storybox-bottom-silverbg.gif"><img border="0" src="storybox-bottom-silverbg.gif" width="10" height="5"></td>
<td width="6" height="5"><img border="0" src="storybox-bottom-right-corner.gif" width="6" height="5"></td>
</tr>
</table>
</BODY>
</HTML>
hope its helpful