Check The Line

I really wanted to put “Walk The Line“, but it didn’t make sense for this topic. That topic would be CSS and the lists that appear in the site you happen to be working on.

There was an issue brought to my attention earlier concerning a list of links going down the page one at a time, whereas what they wanted was for it to read off like a sentence. Easily solved with display: inline; .

The actual call for it wasn’t there and it was becoming an awfully big burden for something that should be easy for this Delaware County realtor site. Apparently just calling for it in this line in the CSS made everything better. This entire call wasn’t even in there. Probably due to some mishap in the translation from the notepad to the actual CSS input area.

#relatedInfo li {
display: inline;
}

That one little line saved a lot of trouble. So check the line as you do your sites. Think it out calmly and look at the code.

Do Us a Favor:
  • Digg
  • Reddit
  • Facebook
  • del.icio.us
  • Mixx
  • StumbleUpon

Leave a Reply

You must be logged in to post a comment.