tags:

views:

30

answers:

1

the links below the copy that i have on this tab look poor, how can i combat this

http://www.facebook.com/pages/Testing-page-for-pets/142212209151821?v=app_7146470109

its a css issue, best way round this?

A: 

The text-align there is set to justify, it is fine for the paragraph, but not for the links. add a css rule to the links, and set it to left, right or center.

use firebug with firefox to debug such problems.

yossi