i am a complete newbie and have been trying to get my head around it all. I have a list view with thumbnails, i cant manage to change the text colour next to the thumbnail.
I also tired having a grid view with a img and text in the centre but to no joy.
I know both of these will be simple to you guys , i would love and appreciate some help please. :)
<ul data-role="listview" id="listview-1">
<li>
<a href="item1.html">
<img src="eatright.png" class="ui-li-has-thumb" />
Nutrition
</a>
</li>
<li>
<a href="item2.html">
<img src="calories.png" class="ui-li-has-thumb" />
Calories
</a>
</li>
<li>
<a href="item3.html">
<img src="Gym Cat.png" class="ui-li-has-thumb" />
Training
</a>
</li>
<li>
<a href="item4.html">
<img src="supplements.png" class="ui-li-has-thumb" />
Supplements
</a>
</li>
</ul>
<canvas width="" height="300"></canvas>
Aucun commentaire:
Enregistrer un commentaire