I am working on a site for a client. However, I am not sure how to get the line repeat-x (horizontal) on the bottom of the page. How do you keep it at the bottom....sorry if it dumb question!
| SitePoint Sponsor |
I am working on a site for a client. However, I am not sure how to get the line repeat-x (horizontal) on the bottom of the page. How do you keep it at the bottom....sorry if it dumb question!
If it's a div, just use this as part of the style:
border: bottom solid #000 1px;
Bookmarks