I am trying to put each post in my word press site inside a frame, & I use the default theme ( twentyeleven ). I want my posts be in a square. Like this theme :
So, each post be in a frame ( porder in all 4th sides ) like above link.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Add something like this to your CSS:
This will put each post in its own “block”. You can change the background and
border colors by changing the values in the above CSS snippet.