Hi
is there any way to put a test on the image ? for example , this code

<table width="80%"> <tr> <td  align="center" ><img src="10000000.png"  width="100%" height="60px"/> ><span style="overflow:hidden"> test </span></td></tr></table>

i want to put the test ( here is test ) on the image .

how can do it so ?

thanks

Recommended Answers

All 6 Replies

try

<span style="overflow:hidden; background:url('10000000.png'); text-align:center; width:80%; height:60px;">test</span>

I guess you want to show some message or tool tip when someone moves mouse over your image. add highligted text in your code

<table width="80%"> <tr> <td align="center" ><img src="10000000.png" width="100%" height="60px"   [b]  title ='this is test' [/b]/> ><span style="overflow:hidden"> test </span></td></tr></table>

bummer,
that makes more sense than my thought

for an image it should be alt='this is a test' just to make the validators happy

Yeah, "alt" is always needed.

Moves mouse over your image add highlighted text in your code.

Wordpress Theme tools:
I used the following free tools to develop my theme.

* GIMP – Free image editing software
* Cooltext online tool to create buttons and logo
* Notepad to edit css, php files
* W3C validator for XHTML and CSS validator
* Firebug add-on to inspect and modify stylesheets
* Browsershots – online service to check older browser compatibility
* YSlow addon for Firebug to test the page download speed
* SubmitExpress metatag analyzer to check the meta tags

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.