it's small but it's annoying me. I basically have my layout the way I want it to look. I'm sure I'll find some other stuff to change, but right now I'm okay with it, except, I can't get the table with the links to center. Does anyone know how I can do this? Here is my journal
jadedjade.
thanks for any help :)
EDIT :: Solution found. Thanks
aeval Solution:
you can add two < td> 's of a certain width at the beginning and end (inside the initial table). hope that made sense...
< td valign="top" align="middle" width="100">
< /td>
< td valign="top" align="middle" width="100">
< /td>
adjust the numbers to make it work for your specific layout.