* Thus wrote Pete Morganic ([EMAIL PROTECTED]): > so which tag should i use .. <div> <span> ???
Yes, you can use the div and span tags. I would suggest using CSS so you can define a class for an item and use it where necessary. For example: <p class="myclass">Text</p> <td class="myclass">More Text</p> <body class="myclass"> Curt -- "I used to think I was indecisive, but now I'm not so sure." -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

