Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post Jan 18, 2012 08:13 AM by afache
Member
203 Points
497 Posts
Jan 18, 2012 07:35 AM|LINK
Hi All,
My <li> icon is appearing normal on my iphone, but it appears as an X on my Samsung phone which uses the Android OS.
Any helpful hints why?
Star
8277 Points
1435 Posts
Jan 18, 2012 08:04 AM|LINK
Hi,
maybe you can share the relevant code? This could be helpful.
Jan 18, 2012 08:13 AM|LINK
This is how my li appears in my markup:
<li> <a href="<%: Url.Action("CreditCards" + "/" + System.Guid.NewGuid().ToString(), "SMS",new { EventName = row["Description"],NotificationType = row["Type"]}) %>"> <table height="25px" width="100%"> <tr> <td> <p> <h3 class="BoldNumber13"> <%: row["Description"]%> </h3> </p> </td> </tr> </table> </a> </li>
afache
Member
203 Points
497 Posts
UL Icon on Android phones
Jan 18, 2012 07:35 AM|LINK
Hi All,
My <li> icon is appearing normal on my iphone, but it appears as an X on my Samsung phone which uses the Android OS.
Any helpful hints why?
Horizon_Net
Star
8277 Points
1435 Posts
Re: UL Icon on Android phones
Jan 18, 2012 08:04 AM|LINK
Hi,
maybe you can share the relevant code? This could be helpful.
If my post solves your problem, please mark as answer.
afache
Member
203 Points
497 Posts
Re: UL Icon on Android phones
Jan 18, 2012 08:13 AM|LINK
This is how my li appears in my markup:
<li>
<a href="<%: Url.Action("CreditCards" + "/" + System.Guid.NewGuid().ToString(), "SMS",new { EventName = row["Description"],NotificationType = row["Type"]}) %>">
<table height="25px" width="100%">
<tr>
<td>
<p>
<h3 class="BoldNumber13">
<%: row["Description"]%>
</h3>
</p>
</td>
</tr>
</table>
</a>
</li>