I’m trying to sort out a web portfolio but can’t get my head around how I can implement it, if it can!
Basically what I’m after is…
On the portfolio page, list details of the client with their name, description, TAGS (html, css, photoshop, jquery etc), COLOURS USED (black, white, blue, green etc) and services used etc.
At the moment in my client table i have:
“ID title description tags services colours client”
With this current system I have to state all the colours and services all in one row, meaning I can’t separate the contents to style it with css (see below).
**I’d like to be able to show the colours used by each project as 16×16 colour blocks and the services as a <ul><li></li></ul> list.
Is this possible?
My current script can be found here:
http://davidpottrell.co.uk/paste/portfolio.txt
What I’m after (found on right of image)
http://davidpottrell.co.uk/paste/todo.png
1 Answer