By jlittle on
My safari users are reporting a problem. If I use blockquotes it causes all the stories on main page to endlessly indent. I've checked for open tags and can't find any errors in the html.
You can see a screenshot of this at iCapture: http://capture.danvine.com/results/40995.png
Any suggestions?
John Little
National Security Blog
http://www.nationalsecurityblog.com
Oh I should add that Drupal is a fantastic tool. Never heard of it until This weekend and I was able to get my entire site up in a day.
Comments
teasers are the problem
I've had this happen to me before.
The front page is only showing the teaser... it's truncating at 600 characters (if you haven't changed the default), therefor the closing blockquote tag isn't being displayed.
You'll need to either put in the <!--break--> tag after the closing blockquote, or, if that's too long of a teaser, surround each paragraph of the quote w/ their own blockquote tag (putting in the break tag where you like).
This is on my list of things to fix... one of my clients had absolutely no knowledge of HTML (he's using HTMLarea) and I had to try to explain this to him.
-skip
Thanks!
Man I feel like an idiot for not catching that one. Time to edit some posts. At least I caught it fairly early.