Free Republic
Browse · Search
General/Chat
Topics · Post Article

To: ShadowAce

>>I do not know how to overlay the play button—It seems that freedumb2003 has done what he wants, or maybe I’m misunderstanding the question.<<

I got halfway there — I can get the image I want but I ALSO want to get the play button gif to sit on top of the image from the movie. This would perfectly simulate how other sites have “Video” or “Youtube”meta-tags.

All the google-fu I have used suggest using CSS div meta-tags but we don’t seem to support that here.

Anyone know any old HTML techniques to accomplish getting one picture on top of another?

Thanks!


152 posted on 12/26/2015 12:26:01 PM PST by freedumb2003 (Don't mistake my silence for ignorance, my calmness for acceptance, or my kindness for weakness)
[ Post Reply | Private Reply | To 151 | View Replies ]


To: freedumb2003; ShadowAce
> get the play button gif to sit on top of the image from the movie

Old-timer's hack might work -- make a 1-cell table, use the movie image as the "background image" of that cell, and then position the play button as the content image of the cell, using something like "ALIGN=center" and "VALIGN=middle" to place it in the middle of the cell (you might not need both of those aligns if you use a TH rather than a TD for the cell).

Roughly off the top-o'-my-head (I haven't tried this):

<TABLE BORDER=0 CELLPADDING=0 CELLSPACING0=0>
<TR>
<TH ALIGN=center VALIGN=middle>
<IMG SRC="https:/www.youtube.com/...the_youtube_URL...">
</TH>
</TR>
</TABLE>
Something like that anyway....
153 posted on 12/26/2015 8:52:21 PM PST by dayglored ("Listen. Strange women lying in ponds distributing swords is no basis for a system of government.")
[ Post Reply | Private Reply | To 152 | View Replies ]

Free Republic
Browse · Search
General/Chat
Topics · Post Article


FreeRepublic, LLC, PO BOX 9771, FRESNO, CA 93794
FreeRepublic.com is powered by software copyright 2000-2008 John Robinson