Question:

Code html for web page..how insert a gif?

by  |  earlier

0 LIKES UnLike

hi!

i have a question.

my web page is

http://darracqetaty.altervista.org

i would like to insert a gif picture between the botton "viaggi" and the button "diario"

yesterday i wanted insert a space between this two buttons.

the HTML vision of the page is here (past the two part of the link)

http://img387.imageshack.us/img387/2212/

scriptow9.jpg

and a boy told me (correctly) about insert this code

<tr height=30>

<td colspan=2></td>

</tr>.

now,i have this code between the button "viaggi" and the button "diary".

How can i insert a gif animated in this code?

i used the cod "imgsrc" before "/td" but it put the immage on the top of the page,not in the space between the two button.

help me!!

thank you ;)

 Tags:

   Report

3 ANSWERS


  1. Where you have this on your page:

    &lt;tr height=50&gt;

    &lt;td colspan=2&gt;&lt;/td&gt;

    &lt;/tr&gt;

    Insert the gif image like this:

    &lt;tr&gt;

    &lt;td style=&quot;height: 50px;&quot; colspan=&quot;2&quot;&gt;&lt;img style=&quot;width: XXpx; height: YYpx; border: 0;&quot; src=&quot;URL to image.gif&quot; alt=&quot;Text Description&quot;&gt;&lt;/td&gt;

    &lt;/tr&gt;

    Put in the image&#039;s width/height, the path to image (DIRECT URL path if hosted online elsewhere), reset td tag&#039;s dimensions as needed.

    Ron


  2. &lt;tr height=&quot;30&quot;&gt;

         &lt;td colspan=&quot;2&quot;&gt;

    &lt;img src=&quot;IMAGE_URL_HERE&quot; alt=&quot;Image&quot; /&gt;

    &lt;/td&gt;

    &lt;/tr&gt;

  3. just  do it as how u insert a picture... but you have to have a gif picture to be uploaded...  

Question Stats

Latest activity: earlier.
This question has 3 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.