I’m working on a template for a friend of mine. Here is the URL:IDPG
When I changed the blockquote from
blockquote
{
font-size: 0.85em;
margin: 15px 30px 0 10px;
padding-left: 20px;
border-left: 5px solid #ddd;
}
to…
blockquote
{
float: left; or float:right;
font-size: 0.85em;
margin: 15px 30px 0 10px;
padding-left: 20px;
border-left: 5px solid #ddd;
}
The blocked text just shows up at the very bottom of the page. I used Firefox to view the page.
Thanks for the help.