Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

TD {text-align: "."} - not working

Status
Not open for further replies.

budapestnori

Technical User
Jan 15, 2004
33
HU
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=&quot;GENERATOR&quot; content=&quot;Microsoft FrontPage 5.0&quot;>
<meta name=&quot;ProgId&quot; content=&quot;FrontPage.Editor.Document&quot;>
<meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=windows-1252&quot;>
<title>New Page 1</title>
<style type=&quot;text/css&quot;>
TABLE{
color:#ff0000;
}
TD{
text-align: &quot;.&quot;
}
</style>
</head>
<body>
<table border=&quot;0&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; style=&quot;border-collapse: collapse&quot; bordercolor=&quot;#111111&quot; width=&quot;100%&quot; id=&quot;AutoNumber1&quot;>
<tr>
<td width=&quot;100%&quot;>m@akdlfasign.com</td>
</tr>
<tr>
<td width=&quot;100%&quot;>tm@tmdfaksldfjign.com</td>
</tr>
<tr>
<td width=&quot;100%&quot;>tom@tdkfasdfklajsgn.com</td>
</tr>

</table>
</body>
</html>
 
Pardon my ignorance, but what is &quot;.&quot; supposed to represent?

all the documentation i have, and have seen on the net, list the properties for text-align:
-left
-right
-center
-justify

Tracey
Remember... True happiness is not getting what you want...

Its wanting what you have got!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top