View Single Post
Old 12-06-2013, 01:41 PM   #1
slicknick001
Member
slicknick001 began at the beginning.
 
Posts: 12
Karma: 10
Join Date: Dec 2013
Device: kindle
Red face Image links without underline

Does anyone know how to get rid of a blue link line under clickable images on kindle?

Here's my code:
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title></title>
<link href="../Styles/RichmondStyle.css" rel="stylesheet" type="text/css" />
</head>

<body>
<h1>ABOUT THE AUTHOR</h1>

<p>&nbsp;</p>


<p>&nbsp;</p>

<p>&nbsp;</p>

<p class="RPCentredNoIndents"><img alt="Logo" src="../Images/Amazon-small-quality.com.jpg" />&nbsp; &nbsp;<img alt="Logo" src="../Images/Amazon-small-quality.co.uk.jpg" /></p>

<p class="RPCentredNoIndents">Thank you for reading this story. If you enjoyed it, please share your thoughts.</p>

<p class="RPCentredNoIndents">&nbsp;</p>

<p class="RPCentredNoIndents"><a href="http://www.amazon.com/Your-Title-ebook/product-reviews/B00ABCDEFG/%E2%80%9D"><img alt="Logo" src="../Images/Amazon-small-quality.com.jpg" /></a> &nbsp; &nbsp; <a href="http://www.amazon.co.uk/Your-Title-ebook/product-reviews/B00ABCDEFG/%E2%80%9D"><img alt="Logo" src="../Images/Amazon-small-quality.co.uk.jpg" /></a></p>
</body>
</html>
slicknick001 is offline   Reply With Quote