nezona Posted January 3, 2008 Share Posted January 3, 2008 Hi there, Im trying to covert an image to text the following code is used:- <table border="0" width="100%" cellpadding="0" cellspacing="0"> <tr> <td width="20px"> </td> <td align="left" valign="top"><a href="/chairs/" class="mnselected" ><img src="http://www.primeofficeenvironments.com/images/sidemenu-chair-hover.jpg" border="0"></a> </td> </tr> <tr> <td> </td> <td align="left" valign="top" face="bradley hand itc"><a href="/files/" class="snav" >files</a> </td> </tr> <tr> <td> </td> <td align="left" valign="top" face="bradley hand itc"><a href="/reception/" class="snav" ><img src="http://www.primeofficeenvironments.com/images/sidemenu-reception.jpg" border="0"></a> </td> </tr> <tr> <td> </td> <td align="left" valign="top" ><a href="/workstations/" class="snav" ><img src="http://www.primeofficeenvironments.com/images/sidemenu-workstations.jpg" border="0"></a> </td> </tr> <tr> <td> </td> As you can see somebody has cheated and put the links as an image rather than text, Im wanting to create links with a font face of bradley hand itc, can anyone help Quote Link to comment https://forums.phpfreaks.com/topic/84216-creating-a-link-text-instead-of-an-image/ Share on other sites More sharing options...
revraz Posted January 3, 2008 Share Posted January 3, 2008 This really isn't related to PHP, this is HTML. But all you have to do is put Text inbetween the <a </a tags. Quote Link to comment https://forums.phpfreaks.com/topic/84216-creating-a-link-text-instead-of-an-image/#findComment-428850 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.