Skip to main content
HessWebTech
Known Participant
March 29, 2011
Answered

Blogspot post messing with layout

  • March 29, 2011
  • 1 reply
  • 792 views

I built a simple CF/CSS driven site for a customer where I am consuming their blogspot blog. I am running into  a strange issue where if they do some simple formatting things, such as bolding items within the blog, it messes up the layout of the web site. I have never seen this before. Has anyone out there run into this strangeness?

~Clay

    This topic has been closed for replies.
    Correct answer Joshua_Cyr

    Check the actual content coming from the blog feed. Are you cutting it off?

    For example are you output outputting the first part of some tags (like

    span, div, strong, etc)?

    1 reply

    HessWebTech
    Known Participant
    March 30, 2011

    bump

    Joshua_CyrCorrect answer
    Participating Frequently
    March 30, 2011

    Check the actual content coming from the blog feed. Are you cutting it off?

    For example are you output outputting the first part of some tags (like

    span, div, strong, etc)?

    HessWebTech
    Known Participant
    March 30, 2011

    I think you might be right. I am only displaying the first 200 characters of the post. So I think you hit the nail on the head. Thanks.

    Anyone deal with this issue of cutting off html tags?