• Resolved boblan66

    (@boblan66)


    I have read the documents and still having problems inserting images with in a document. I have uploaded the images to the Library with no problem. But when I attempt to insert them into the post, I get lost. Seems like it should be simple enough, but maybe I’m a little brain dead.

    Can some one please help.

    Bob ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • Maybe we could help if you posted the code that you are using. Could be you that are using the_excerpt() instead of the_content() in your template ?

    Thread Starter boblan66

    (@boblan66)

    I found the solution. Needed to change the following:

    Changed font size to 10px

    #tabs ul li{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    border-right: 2px solid #fff;
    font-size: 10px;
    font-family: Myriad, Myriad Pro, Arial, Palatino, Rotis Sans Serif, serif;
    letter-spacing: 0;
    TEXT-TRANSFORM: uppercase;
    }

    Changed the font size to 10

    #tabs UL LI.page_item A {
    	  PADDING-LEFT: 10px; PADDING-RIGHT: 10px;  FONT-WEIGHT: bold;
    }
    
    #tabs UL LI.cat-item A {
    	  PADDING-LEFT: 10px; PADDING-RIGHT: 10px;  FONT-WEIGHT: bold;
    }

    I also had to change the following from 10em to 162px:

    #tabs #page-list LI UL LI {
    	LINE-HEIGHT: 32px; border: 1px white; padding: 2px; WIDTH: 162px;
    }

    You started me4 in the right direction. Thanks. Hope this helps someone down the line.

    boblan66 ??

    Thread Starter boblan66

    (@boblan66)

    oops used the wrong post – still have the image problem.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Having problems with placing images in post’ is closed to new replies.