How to align images horizontally in html (Dreamweaver is my platform)?

Giovanny

New member
Hi folks,

I'm trying to make a gallery by aligning all the images horizontally within in iframe. However, when I insert the pics on the display page the are align automatically vertically. I tried playing with the alignment setting still no luck.

I haven't define any css styles

Code:

<body>

<img src="images/1.jpg" width="800" height="533">
<img src="images/2.jpg" width="800" height="533">

</body>
</html>

Any help will be greatly appreciated!
Thanks.
Gio-
Ok... I'll be using CSS, can anyone help me out with a code or how to proceed? I'm able align 2 images horizontally on CSS but when I add a third pic it overlaps my second pic.
Thanks!
 
Back
Top