Jump to content

Dinosoles

New Members
  • Posts

    2
  • Joined

  • Last visited

    Never

Everything posted by Dinosoles

  1. Hi, Do you know the exact width of the images? If so I would approach like this... <div class="answer1div"> <img src="mike1.jpeg" alt="mike 1" /> <img src="mike2.jpeg" alt="mike 2" /> <img src="mike3.jpeg" alt="mike 3" /> <img src="mike4.jpeg" alt="mike 4" /> <input type="radio" name="answer1" value="a" /> <input type="radio" name="answer2" value="b" /> <input type="radio" name="answer3" value="c" /> <input type="radio" name="answer4" value="d" /> </div> And then use css to position the images and the radios... div.answer1div img { float: left; } div.answer1div input { float: left; margin-left: 20px; } Then adjust the margin on the inputs to the correct value based on the width of the images. Hope this helps.
  2. Hi, If you check the FPDF faq's it states that it is not directly possible to concatenate PDF files, 'but it is possible to use FPDI to perform this task. Some free command-line tools also exist' Hope this helps.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.