Question:

Code to put things beside each other

by  |  earlier

0 LIKES UnLike

Code to put things beside each other

 Tags:

   Report

1 ANSWERS


  1. Side by Side Images:

    <div style="width: 256px; height: 262px; margin: 0 auto;">

    <img src="http://img233.imageshack.us/img233/... style="width: 128px; height: 131px;" alt="" /><img src="http://img149.imageshack.us/img149/... style="width: 128px; height: 131px;" alt="" /></div>

    Side by Side Images with Middle Image Link:

    <div style="width: 388px; height: 262px; margin: 0 auto;">

    <img src="http://img233.imageshack.us/img233/... style="width: 128px; height: 131px;" alt="" /><a href="URL path" title="Mouseover Description"><img src="http://img149.imageshack.us/img149/... style="width: 128px; height: 131px;" alt="" /></a><img src="http://img233.imageshack.us/img233/... style="width: 128px; height: 131px;" alt="" /></div>

    Could go on and on since you didn't specify what you wanted side by side.

    Ron

Question Stats

Latest activity: earlier.
This question has 1 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.