How to create a page frame.
Autor: Alf W.
Besucht 1117,
Followers 1,
Geteilt 1
Creating a page frame.
How do I put a frame around the whole page?
Gepostet am
Creating a page frame.
How do I put a frame around the whole page?
ummm...make your own template? A frame around a whole page is not a "frame" as far as I know. But if you mean like a picture frame...just make your own template seems the best option to me...just an idea.
<style type="text/css"> <!-- #imPage{ border-style:ridge;border-color:#e7e502;border-width:10px10px0px10px; -moz-border-top-left-radius:10px; -moz-border-top-right-radius:10px; -moz-border-bottom-left-radius:0px; -moz-border-bottom-right-radius:0px; -webkit-border-top-left-radius:10px; -webkit-border-top-right-radius:10px; -webkit-border-bottom-left-radius:0px; -webkit-border-bottom-right-radius:0px; border-top-left-radius:10px; border-top-right-radius:10px; border-bottom-left-radius:0px; border-bottom-right-radius:0px;} #imFooter{ border-style:ridge;border-color:#e7e502;border-width:3px10px10px10px; -moz-border-top-left-radius:0; -moz-border-top-right-radius:0px; -moz-border-bottom-left-radius:10px; -moz-border-bottom-right-radius:10px; -webkit-border-top-left-radius:0; -webkit-border-top-right-radius:0px; -webkit-border-bottom-left-radius:10px; -webkit-border-bottom-right-radius:10px; border-top-left-radius:0; border-top-right-radius:0px; border-bottom-left-radius:10px; border-bottom-right-radius:10px;} --> </style>
CSS is designed to fully understanding