HighDots Forums  

images side by side

alt.html.tags alt.html.tags


Discuss images side by side in the alt.html.tags forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Alfred Lorona
 
Posts: n/a

Default images side by side - 03-06-2004 , 11:58 PM






Do I need to create a table to position two images side by side and centered
on a page or can it be done with HTML tags?


Thanks, AL



Reply With Quote
  #2  
Old   
Jukka K. Korpela
 
Posts: n/a

Default Re: images side by side - 03-07-2004 , 12:26 AM






"Alfred Lorona" <w6wqc (AT) dslextreme (DOT) com> wrote:

Quote:
Do I need to create a table to position two images side by side and
centered on a page
No.

Quote:
or can it be done with HTML tags?
Did you think you would create an HTML table without using HTML tags?

Seriously, you can use e.g.

<div align="center"><img alt="..." src="..."><img
alt="..." src="..."></div>

If the images are not the same height, things get a little more
complicated.

--
Yucca, http://www.cs.tut.fi/~jkorpela/
Pages about Web authoring: http://www.cs.tut.fi/~jkorpela/www.html




Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.