What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Tech Talk » [html+css] 2Pictures and caption

[html+css] 2Pictures and caption
Author: Message:
user2319
Disabled Account


Posts: 1779
Joined: Oct 2002
Status: Away
O.P. Huh?  [html+css] 2Pictures and caption
My father has made a website, and most of it looks really nice. I told him to use stylesheets, and he listened :gfdrin: But one problem arises when he wants to do some pictures: The pictures have some text accompanying them (my dictionary says the english word is caption..), and he wants the 2 pictures to be next to each other and have the text underneath them. He used this (yes, I know this code is really bad.. the rest is of the site is better, and has only minimal errors, which will be fixed)

code:
<h1>Header</h1>
<p>Firstname Surname

<div align="right">Firstname Surname</div>

<img src="images\firstname.jpg" alt="Hier zou een foto van Firstname Lastname
te zien moeten zijn" height="442" width="324" align="left"
title="Firstname Lastname">

<img src="images\else.jpg" alt="Hier zou men een foto van Firstname Lastname kunnen zien" height="316" width="473" title="Firstname Lastname">

<p>

<img src="images\img2.jpg" alt="Hier zou men een foto van [..]
kunnen zien" height="316" width="473" title="name name">

<div align="right">Firstname Lastname</div>
This works fine with IE6 @ 1024x768, but with any other browser, it doesn't look good. This is because my father just used some trial and error. Another problem is that he'd like to keep the lay-out in a stylesheet, and this code doesn't. My father wants it to display like this:

[image1]                                   [image2]
img1txt                                     img2txt
[image3]
img3txt

How can he do this? He'd prefer to do it without tables, and I'd like to keep the lay-out separate (with CSS?). Any help would be appreciated

edit: Made the text better
edit: Made the code better readable

Post Scriptum: Yes, the alt-text is bad. I've told him allready.

This post was edited on 08-24-2012 at 01:39 PM by Menthix.
02-13-2005 06:25 PM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
[html+css] 2Pictures and caption - by user2319 on 02-13-2005 at 06:25 PM
RE: [html+css] 2Pictures and caption - by RaceProUK on 02-13-2005 at 07:19 PM
RE: [html+css] 2Pictures and caption - by x2zen on 02-13-2005 at 07:26 PM
RE: [html+css] 2Pictures and caption - by Chris.1 on 02-13-2005 at 07:27 PM
RE: [html+css] 2Pictures and caption - by TheBlasphemer on 02-13-2005 at 07:30 PM
RE: [html+css] 2Pictures and caption - by EGIS on 02-13-2005 at 07:56 PM
RE: [html+css] 2Pictures and caption - by albert on 02-13-2005 at 08:19 PM
RE: RE: [html+css] 2Pictures and caption - by user2319 on 02-13-2005 at 08:36 PM
RE: [html+css] 2Pictures and caption - by EGIS on 02-13-2005 at 09:12 PM
RE: RE: [html+css] 2Pictures and caption - by user2319 on 02-14-2005 at 06:03 PM
RE: [html+css] 2Pictures and caption - by TheBlasphemer on 02-13-2005 at 09:49 PM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On