answersLogoWhite

0

First, insert your first image: "<img src="a href://xyz.jpg">" Then, use the hard break command: "<.BR>" (remove the period). Then, place your next image. They will appear directly on top of each other.

User Avatar

Wiki User

9y ago

What else can I help you with?

Related Questions

How do you align in HTML?

Align is an attribute included in the HTML format. You can align the position to be right, left or center.


How do you put words next to a picture on MySpace?

&lt;img src="picture URL" align="left" /&gt; don't use the HTML code for the picture like you usually would, use the Direct Link


How do you align an object in a website?

If you're using HTML, you can use a code like this to align a picture: &lt;img src="PIC URL" align="center" valign="top"&gt; The "align='center'" means that it will be aligned in the center of the page across. The "valign" stands for vertical align and means it will (in this case) be aligned at the top of the page, table cell, etc.


What is an align attribute in HTML?

It allows you to align things, like text, to the left, right or centre.


How text align to right in jmesa htmlcolumn?

You can align HTML column by align attribute. The attribute could be aligned in the element you want to move.


How do you text align an image in an HTML?

If you want the image to align left, then use the ALIGN=LEFT tag. If you want it to align to the right, use the ALIGN=RIGHT tag. &lt;IMG SRC="image URL" ALIGN=RIGHT&gt;


What does div mean?

A div tag in HTML represents a division, usually with its own style, class, or alignment. For example, the HTML &lt;div align=center&gt;Text&lt;/center&gt; would align the text in the center of the page


How do you find the HTML code of a picture?

Pictures don't come in HTML


How do you get a picture code for HTML?

img scr="YOUR PICTURE LOCATION.gif"&gt;


Is a graphic or picture that is not part of the HTML file?

If a graphic or picture, not a part of HTML, you can import them. Putting them in the same folder will make them work.


How do you align two different links in left most and right most region in the window using HTML?

Use align=left or align=right.EXAMPLE:"http://wiki.answers.com/">wiki.answers"


What does align equals center mean in HTML?

It will centre the content of the tags that it is being used in.