newbie here..need alitt le help with my site http://www.yourfirstresume.com on the packages page the formatting is all messed up.. i need it all on left side..can someone tak a look at source code and let me know where i am screwing up.. thanks.. btw..i am still waiting for my header.. ty
Use "text-align: left;" in your css (currently your inline style says right, hence your problem). Left is default so it may even work by removing reference to text-align altogether. Suggest you don't use tables for layout and place all styles in an external file.
<td width="678" height="2" align="right" valign="top" background="images/contentbox_02.gif" id="Content"> Code (markup): think you need to change that align value to left