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. RE: RE: [html+css] 2Pictures and caption
quote:
Originally posted by raceprouk
There's nothing wrong with using tables. Displaying the images the way you want can be classed as a structural decision, therefore tables are what to use.


* user2319 thinks tables are for information, not images

quote:
Just set border="0" then no one will see that you are using tables.
Haha :P

quote:
You can't have a <div> inside a <p> tag (AFAIK anyway) - you could do it the other way around and have the <p> inside the <div> though.
My father doesn't close <p>aragraphs (:dodgy: HTML4 :dodgy:)

Thanks, TheBlasphemer :bow:

quote:
This only works in Opera, so it's not a good solution. Wrap the text and picture in a floated div, as others have suggested.
Still thanks, but the main public of my father's website != Opera ;) And I don't like browser-specific solutions

@lp15, I really *wouldn't* use Frontpage, or any WYSIWYG.

This is what i know have. I hope it's correct (I'm kind of new to CSS :-/ )

code:
<!-- Hoofdtekst -->
<h1>Enkele nazaten van Jan Adriaanse Wever</h1>
<div style="float: left;" width="324">
<img src="images/A.jpg" alt="foto A" height="442" width="324" title="A"><br>
A caption)
</div>

<div style="float: left;" width="473">
<img src="images/B.jpg" alt="foto B" height="316" width="473" title="B"><br>
B caption
</div>

<div style="float: left;" width="473">
<img src="images/C.jpg" alt="foto C" width="473" title="C)"><br>
C caption
</div>
</body>
</html>


This post was edited on 07-17-2011 at 05:13 PM by user2319.
02-13-2005 08:36 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