Question:

Help in creating my new website?

by  |  earlier

0 LIKES UnLike

Am i trying to put to images next to each other one on the right and one on the left but its not working ones down one and up one

<p align="center"><a href="images.jpg"><img src="images.gif" width="100" height="101"><p align="center"><a href="money1.jpg"> <img src="money1.gif" width="100" height="101"></a> </p>

this is the link in my html file but its not working can someone tell me what i should i do

 Tags:

   Report

1 ANSWERS


  1. in front of the first picture put &lt;nobr&gt; and &lt;/nobr&gt; after the last picture.

    Its a &quot;no break&quot; command. Don&#039;t know if its truly legit anymore, but should still work.

    Change your &lt;p&gt; command to a &lt;div align=&quot;center&quot;&gt;. This part just a suggestion. :)

    EDIT---&gt;

    I just tried it. I quess it don&#039;t work anymore. :( Sorry.

    Haha... just noticed you code... you have an additional &lt;p&gt; command in the middle thats messing you up.

    try this:

    &lt;div align=&quot;center&quot;&gt;

    &lt;nobr&gt;

    &lt;a href=&quot;images.jpg&quot;&gt;&lt;img src=&quot;images.gif&quot; width=&quot;100&quot; height=&quot;101&quot;&gt;&lt;/a&gt;

    &lt;a href=&quot;money1.jpg&quot;&gt; &lt;img src=&quot;money1.gif&quot; width=&quot;100&quot; height=&quot;101&quot;&gt;&lt;/a&gt;

    &lt;/nobr&gt;

    &lt;/div&gt;

Question Stats

Latest activity: earlier.
This question has 1 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.