Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Image align
#7
Thought it would be an idea to post what i found in case anyone has a similar problem.
CSS was:
#content {
margin: 0px 15px 20px;
line-height: 21px;
text-align: left
}

CSS is now:
#content {
margin: 30px 15px 20px;
line-height: 21px;
text-align: left
}

The 0 margin caused all text and images in the first paragraph to be indented.

Thanks Zegnåt for pointing out the right direction.
Reply


Messages In This Thread
Image align - by holesovice - 2010-03-30, 17:41:39
Image align - by holesovice - 2010-04-01, 23:13:32
Image align - by Zegnåt - 2010-04-02, 00:26:57
Image align - by holesovice - 2010-04-02, 00:32:51
Image align - by Zegnåt - 2010-04-02, 01:59:37
Image align - by holesovice - 2010-04-02, 02:34:34
Image align - by holesovice - 2010-04-05, 17:20:58



Users browsing this thread: 1 Guest(s)