divadiva Posted December 1, 2008 Share Posted December 1, 2008 I want to add link to the image which is in Folder/images/xyz.jpg.How can I add it as a reference below? <tr> <td> <p text-align="center">User enters the assigned username and password // I want to add link to the jpg page here. </td> </tr> Link to comment https://forums.phpfreaks.com/topic/135008-solved-how-to-add-images/ Share on other sites More sharing options...
flyhoney Posted December 1, 2008 Share Posted December 1, 2008 <tr> <td> <p text-align="center">User enters the assigned username and password </p> <img src="/Folder/images/xyz.jpg" /> </td> </tr> Link to comment https://forums.phpfreaks.com/topic/135008-solved-how-to-add-images/#findComment-703132 Share on other sites More sharing options...
The Little Guy Posted December 1, 2008 Share Posted December 1, 2008 like normal HTML Link to comment https://forums.phpfreaks.com/topic/135008-solved-how-to-add-images/#findComment-703133 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.