TeamPhotoshop
Reviews, updates and in depth guides to your favourite mobile games - AppGamer.com
Forum Home Latest Posts Search Help Subscribe

formating text in tables

Page: 1 Reply
Jul 13th 2002#58348 Report
Member since: Dec 24th 2001
Posts: 222
this isnt so much as formating text as it is getting text to follow the guidelines of hte table.
I have my table width at 129 px's and my one cells width at 129 px's needless to say i need it at 129 but the text isnt confined to this is simply continues in a line but anyways here the code
this should work
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style>
BODY {
scrollbar-face-color: 216DB2;
scrollbar-shadow-color: 0F2E4A;
scrollbar-highlight-color: 6AAEEB;
scrollbar-3dlight-color: 134B7E;
scrollbar-darkshadow-color: 134B7E;
scrollbar-track-color: 134B7E;
scrollbar-arrow-color: white;
}
.width { font-family: Geneva, Arial, Helvetica, san-serif; font-size: 12px; font-style: normal; line-height: normal; text-decoration: none; position: absolute; height: auto; width: 129px; left: 0px; top: 2px; clip: rect( )}
</style>
</head>

<body bgcolor="#FFFFFF" text="#000000">
<table border="0" cellpading="0" cellspacing="0" width="129">
<tr>
<td width="129">
lalalalalalalalalalalalalalalalalalalalalala
</td>
</tr>
</table>
</body>
</html>

it could be a simple problem but im not seeing it
Reply with Quote Reply
Jul 13th 2002#58376 Report
Member since: Jun 30th 2001
Posts: 447
Remove the following:
.width { font-family: Geneva, Arial, Helvetica, san-serif; font-size: 12px; font-style: normal; line-height: normal; text-decoration: none; position: absolute; height: auto; width: 129px; left: 0px; top: 2px; clip: rect( )}

Replace it with:
.td { font-family: Geneva, Arial, Helvetica, san-serif; font-size: 12px; font-style: normal; line-height: normal; text-decoration: none;}
Reply with Quote Reply
Page: 1 Back to top
Please login or register above to post in this forum