On Fri, 07 Jul 2000 18:52:29 -0500, "Pete" <[EMAIL PROTECTED]> wrote:
> VALIGN does work within IMG tags ...
> IF
> The respective Data Block has no HEIGHT attribute
> I would send an example, but I seem to be having trouble using
> absolute HREFs...
> Oh heck, Here's my modified "a164test.htm" test (I hope!):
> It assumes that "phone.gif" is located at C:\arachne\phone.gif
> Even if no image shows, the red box should be in the proper place, IIRC
> -- Arachne V1.64, NON-COMMERCIAL copy, http://arachne.cz/
> [Attached file: A164test.htm] (File "A164test.htm" (type TEXT/HTML, size 0
KB))
Dear Pete, I get a nice red box on the screen with the fone hanging down
in the middle. The box is starting at the top of the screen and centered
to the middle.
But... when I looked at the source code the page is not nice.
C:\ARACHNE\DOWNLOAD\A164TEST.HTM
1 <html>
2 <head><title>Arachne1.64 Test Page</title></head>
3
4 <body text="yellow">
5
6 <table align="center">
7 <tr>
8 <td width="450" bgcolor="red" align="center" valign="bottom">
9 <!--
10 <font size="6"><b><i>Thanks, Michael!</i></b></font>
11 <br>
12 ....for height recognition of table cells,
13 <br>
14 but this text <u>should</u> be valign="bottom".
15 -->
16 <br>
17 <br>
18 <br>
19 <br>
20 <br>
21 <br>
22 <br>
23 <br>
24 <IMG src="c:\arachne\phone.gif" alt="Image Here">
25
26 </td>
27 </tr>
28 </table>
29
30 </body>
31 </html>
line 4 * There is no text of any color
line 10* No "Thanks, Michael!" text at all, not bold, not italic.
line 12..14 * No text valign="bottom".
line 24 * alt message does not show if viewed text only
You made a tabel of just one cell and one row.
<td> starts at line 8 and ends at line 26 </td> Did you plan to have the
yellow text in the red box or is the text supposed to be outside the
box?
The alt="Image Here" text does not fit the small phone.gif rectangle.
You commented out the text with <!-- in line 9 to line 15 -->
I removed these tags and now the text is showing up but centered at the
top of the red box - yellow text in red box.
The phone image is VALIGNed at the bottom of the red box or has the 8
breaks (line 16 to 23) done this. I'll remove them to see what happens
then....
�� Now the text in line 14 appears at the bottom of the box !!
I saved the new version with a NEW name and will attach this onto this
e-mail... and I did learn something today.
Bastiaan
-- Arachne V1.61, NON-COMMERCIAL copy, http://arachne.cz/
Title: Arachne1.64 Test Page
Thanks, Michael!
....for height recognition of table cells,
but this text should be valign="bottom".
|
|