Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Text over an image
Message
From
11/06/2008 09:38:42
 
 
To
10/06/2008 11:12:14
Jay Johengen
Altamahaw-Ossipee, North Carolina, United States
General information
Forum:
Internet
Category:
HTML
Miscellaneous
Thread ID:
01322831
Message ID:
01323066
Views:
20
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
Previous
Reply
Map
View

Click here to load this message in the networking platform