tags:

views:

20

answers:

2

I currently have the jQuery plugin running on my site that shows my latest played tracks from Last.fm, how would i could it so that the artwork shows and the text shows for my new website theme.

Currently this is how it looks (awful!)

www.ibett.co.uk

Here is my new design and I want it to show bottom right so album art is in the cover and the text is in the bubble? www.ibett.co.uk/beta

Any ideas?

Thanks Simon

A: 

Use CSS. The elements have very clear, descriptive class names; add rules to your stylesheet to position them wherever you want. position: absolute might come in handy here.

Matchu
A: 

e.g #nowplayer-art margin-left: 250px

?

Thanks

Simon Betty