0
Welcome Guest! Login
0 items Join Now

HELP! I've buggered up formatting.

  • HELP! I've buggered up formatting.

    Posted 11 years 9 months ago
    • Hello. I was changing the pictures in the "our users" section of the metropolis template. it says module description ID 172. It WAS 6 pictures, two rows three columns but after changing them they now all stack ontop of each other. To add to the problem, when I took them out, the module underneath it stretched up out of place. What do I do?
    • cdavis411's Avatar
    • cdavis411
    • Preeminent Rocketeer
    • Posts: 17787
    • Thanks: 882

    Re: HELP! I've buggered up formatting.

    Posted 11 years 9 months ago
    • got a url?
  • Re: HELP! I've buggered up formatting.

    Posted 11 years 9 months ago
  • Re: HELP! I've buggered up formatting.

    Posted 11 years 9 months ago
    • Also, here is what the coding says when I click [Toggle editor]:

      <div class="rt-demo-block gantry-width-33 gantry-width-block">
      <div class="gantry-width-spacer"><span class="rt-image"><img src="images/a_opt.jpg" alt="" />&nbsp;</span></div>
      <div class="gantry-width-spacer"><span class="rt-image"><img src="images/b_opt.jpg" alt="" /></span></div>
      </div>
      <div class="rt-demo-block gantry-width-33 gantry-width-block">
      <div class="gantry-width-spacer">&nbsp;</div>
      </div>
      <div class="rt-demo-block gantry-width-33 gantry-width-block">
      <div class="gantry-width-spacer" style="text-align: justify;"><span style="line-height: 1.3em;">&nbsp;</span></div>
      </div>
    • cdavis411's Avatar
    • cdavis411
    • Preeminent Rocketeer
    • Posts: 17787
    • Thanks: 882

    Re: HELP! I've buggered up formatting.

    Posted 11 years 9 months ago
    • add this to the end of the html (when the editor is toggled off)

      <div class="clear"></div>
  • Re: HELP! I've buggered up formatting.

    Posted 11 years 9 months ago
    • Thank you, that did the trick! Any ideas now on how to return the format for the pictures? as i said before there were 6 spaces - 2 rows, 3 columns. When I changed the photos they began to stack 1 ontop of the other.
    • cdavis411's Avatar
    • cdavis411
    • Preeminent Rocketeer
    • Posts: 17787
    • Thanks: 882

    Re: HELP! I've buggered up formatting.

    Posted 11 years 9 months ago
    • Now I only see two columns and only the first column has any images in it. The second column just has a blank space (i.e., &nbsp;)
  • Re: HELP! I've buggered up formatting.

    Posted 11 years 9 months ago
    • Ok I understand that;however I'm not very good with coding, so how do i place the actual picture in?
    • cdavis411's Avatar
    • cdavis411
    • Preeminent Rocketeer
    • Posts: 17787
    • Thanks: 882

    Re: HELP! I've buggered up formatting.

    Posted 11 years 9 months ago
    • oh gosh you placed them there before didn't you?

      it should look something like

      <div class="rt-demo-block gantry-width-33 gantry-width-block">
      <div class="gantry-width-spacer"><span class="rt-image"><img src="images/a_opt.jpg" alt="" />&nbsp;</span></div>
      <div class="gantry-width-spacer"><span class="rt-image"><img src="images/b_opt.jpg" alt="" /></span></div>
      </div>
      <div class="rt-demo-block gantry-width-33 gantry-width-block">
      <div class="gantry-width-spacer"><span class="rt-image"><img src="images/a_opt.jpg" alt="" />&nbsp;</span></div>
      <div class="gantry-width-spacer"><span class="rt-image"><img src="images/b_opt.jpg" alt="" /></span></div>
      </div>
      <div class="rt-demo-block gantry-width-33 gantry-width-block">
      <div class="gantry-width-spacer"><span class="rt-image"><img src="images/a_opt.jpg" alt="" />&nbsp;</span></div>
      <div class="gantry-width-spacer"><span class="rt-image"><img src="images/b_opt.jpg" alt="" /></span></div>
      </div>
      <div class="clear"></div>

Time to create page: 0.074 seconds