+ 1
Made calender; using android> added bgcolor=black atrbute:; How to change font color to white?
cant seem to get a link rel> css/html to work any help on that also??
2 Answers
+ 20
Use CSS:
tagname {
color: #FFFFFF;
}
If you are saying that link tag is not working, recheck it. It may be also because the .html file & .css file might not be in same folder. If not, then you need to specify the path of that particular CSS file.
+ 1
thanks didnt use{ } thats probably why