welshy123 Posted September 2, 2011 Share Posted September 2, 2011 Do anyone know how to put a clickable link inside this text? Its for a blogger template and everytime i try and do it it allways comes up and error on the template? <li><a href='' target='_blank' title='Facebook'><img alt='RSS Feeds' src='http://3.bp.blogspot.com/-j7VhgbrLDLI/Tf5fVMLLeBI/AAAAAAAADDs/18Yon6Bt5tE/s1600/facebook.png'/></a></li> I just need to put my facebook fan page link in there thanks Link to comment https://forums.phpfreaks.com/topic/246315-clickable-link-inside-this-text/ Share on other sites More sharing options...
Pikachu2000 Posted September 2, 2011 Share Posted September 2, 2011 Without knowing what the error is, it's rather a craps shoot, but the link URL goes in the href= attribute of the <a> tag. Link to comment https://forums.phpfreaks.com/topic/246315-clickable-link-inside-this-text/#findComment-1264936 Share on other sites More sharing options...
dodgeitorelse Posted September 3, 2011 Share Posted September 3, 2011 <li><a href='http://your.address.here' target='_blank' title='Facebook'><img alt='RSS Feeds' src='http://3.bp.blogspot.com/-j7VhgbrLDLI/Tf5fVMLLeBI/AAAAAAAADDs/18Yon6Bt5tE/s1600/facebook.png'/></a></li> change your.address.here to the address you want to go to Link to comment https://forums.phpfreaks.com/topic/246315-clickable-link-inside-this-text/#findComment-1265051 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.