As a general rule, it will be saner for you to markup the footer and handle the formatting in the css file. (e.g., &lt;div class=&quot;footer&quot;&gt;... your footer stuff &lt;/div&gt;; then the appropriate markup in css). This lets you think about the &quot;footer&quot; as its own object, and format it/change formatting as you please--or as you need to, over time, and keeps you from burying crucial formatting information where you will forget to look at it, or may not notice it for what it is when it is late at night and you&#39;re making &quot;just a quick change.&quot;<br>
<br>It is also good, if you can, to go through current HTML so that you aren&#39;t using deprecated markup (&lt;center&gt; is a long-deprecated tag). In practice, of course, things will run fine with the deprecated code, but then you&#39;ve added an extra variable when you are troubleshooting, and won&#39;t be able to validate the HTML on the page to help troubleshoot.<br>
<br>ari<br><br><div class="gmail_quote">On Thu, Mar 13, 2008 at 12:19 AM, Troy &lt;<a href="mailto:troythetechguy@gmail.com">troythetechguy@gmail.com</a>&gt; wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi,<br><br>What&#39;s the protocol for layout and design with Drupal?&nbsp; Should I place formatting items in the css file, or is it alright to do the formatting in Drupal?&nbsp; For example, in the footer section I have the organizations address and phone number.&nbsp; If I want to bold and center the address and phone number, can I just add &lt;center&gt; address &lt;/center&gt; in the footer section, or should the &lt;center&gt; tag go into the css file?<br>

<br>Thanks,<br><font color="#888888"><br>Troy<br>
</font><br>--<br>
[ Drupal support list | <a href="http://lists.drupal.org/" target="_blank">http://lists.drupal.org/</a> ]<br></blockquote></div><br>