budapestnori
Technical User
Hi guys, my name is Nora and I am new to this web site. I am reading a book on CSS and it says I can do this:
TD { text-align: "."}
But when I put in my code, it does not work - Please help, here is my code -
<html>
<head>
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>New Page 1</title>
<style type="text/css">
TABLE{
color:#ff0000;
}
TD{
text-align: "."
}
</style>
</head>
<body>
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%" id="AutoNumber1">
<tr>
<td width="100%">m@akdlfasign.com</td>
</tr>
<tr>
<td width="100%">tm@tmdfaksldfjign.com</td>
</tr>
<tr>
<td width="100%">tom@tdkfasdfklajsgn.com</td>
</tr>
</table>
</body>
</html>
TD { text-align: "."}
But when I put in my code, it does not work - Please help, here is my code -
<html>
<head>
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>New Page 1</title>
<style type="text/css">
TABLE{
color:#ff0000;
}
TD{
text-align: "."
}
</style>
</head>
<body>
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%" id="AutoNumber1">
<tr>
<td width="100%">m@akdlfasign.com</td>
</tr>
<tr>
<td width="100%">tm@tmdfaksldfjign.com</td>
</tr>
<tr>
<td width="100%">tom@tdkfasdfklajsgn.com</td>
</tr>
</table>
</body>
</html>