using css to position links long bottom
using css to position links long bottom
Out of context: Reply #7
- Started
- Last post
- 8 Responses
- sublocked0
Honestly if you just want to center / evenly space them width a TABLE is the easiest way to go. True story.
table { width: 100% } td { text-align: center } .......done.
If you go the div route for that particular application you're going to just be fucking around more than you should for no reason.