Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Text over an image
Message
De
11/06/2008 09:38:42
 
 
À
10/06/2008 11:12:14
Jay Johengen
Altamahaw-Ossipee, Caroline du Nord, États-Unis
Information générale
Forum:
Internet
Catégorie:
HTML
Divers
Thread ID:
01322831
Message ID:
01323066
Vues:
21
This message has been marked as a message which has helped to the initial question of the thread.
>This is very simplified, but how do I put text over the image? If I make the text part of the button it looks like crap because of the resolution, so I want to put a string in the HTML to be placed over the image instead.
>
>
><table class="contentpaneopen">
>	<img src="http://www.MySite.com/images/stories/MyCompany/request_info.jpg"
></table>
>
this sample show a photo in full screen with captions on the bottom possition and shadows to obtain a good contrast..
<table width="640" height="480" background="http://www.MySite.com/images/stories/MyCompany/request_info.jpg">
	<tr height="80%" valign="bottom">
		<td width="90%" height="80%" align="center">
			<div style="padding-left:35px; padding-right:35px;FONT: bold 20px Arial;height:20; filter:shadow(color=000000,strength=2,direction=120,enabled=10)"> 
			    <font color="yellow"><br>Here is the caption<br></font>
			</div>   
		</td>
	</tr>
	<tr>
		<td></td></tr>		
</table>
HTH
"Now to him who is able to do immeasurably more than all we ask or imagine, according to his power that is at work within us, Ephesians 3:20
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform