Discussion Board
Rendering differences between 3650 and 3300
2003-07-01, 14:31
#1
Registered User
Hi,
I have a completed WAP site built on XHTML MP which displays fine on the 3650 but when I view it with the 3300 it does not display so well. It appears that you cannot apply styles to anchor tags on the 3300 as they just get rendered in the standard anchor color. I have tried the following:
<a href="somepage.xhtml" class="whitelink">Link</a>
<a href="somepage.xhtml" style="color: white;">Link</a>
<a class="whitelink" href="somepage.xhtml">Link</a>
<a style="color: white;" href="somepage.xhtml">Link</a>
None of them work and yet they all work on the 3650. 3300 is V4.05 and 3650 is V2.5.
Anyone seen this and can confirm if this is 'working as designed' or if this is a 'buggett'.
Greg
Registered User
This seems to be a problem with all serices 40 devices, they always use default blue color for links and linked image borders. /J
Registered User
You can try in this way :
<a herf=....><span class="red">xxx</span></a>
CSS:
.red {
color: #FF0000;
text-decoration: none;
}
wap.tom.com/xhtml/Nokia3300/main.jsp
Posting Permissions
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
Forum Rules