How to add links/images in footer in different text-align
-
Hello,
I want to add links in different locations in my footer [left, center and right] https://i34.tinypic.com/352ns42.jpg
That`s my CSS footer line:
#footer { background: #333333; width: 960px; height: 35px; margin: 0px; padding: 0px; text-align: left; } #footer p { color: #FFFFFF; font-size: 11px; font-family: Arial, Tahoma, Verdana; margin: 0px; padding: 9px 0px 0px 0px; } #footer a, #footer a:visited { color: #333333; text-decoration: none; } #footer a:hover { color: #333333; text-decoration: underline; }
Thanks.
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
- The topic ‘How to add links/images in footer in different text-align’ is closed to new replies.