| Home | Register | FAQ | Members List | Search | Today's Posts | Mark Forums Read |
|
|
#1 (permalink) |
|
Senior Member
|
Hello I am redesigning my portfolio and want the actual portfolio peices to look like the attached image. I have having a hard time figuring out how to strucally mark this up. I want there to be an unordered list with list items (each portfolio peice) - this will be the thunbnail images for the piece. I also want each peice to have a description inline and to the right of the image. mark up I have now: <ul> <li>piece 1</li> <p> piece 1 description </p> <li>peice 2</li> <p> piece 2 description </p> <li>piece 3</li> <p> piece 3 description </p> </li> --------- structually this makes sense to me but I cant get it to work out so that the paragraph is floated to the right of the iamge. Can someone please help. |
|
|
|
|
|
#2 (permalink) |
|
I Ain't Losing Any Sleep™
Join Date: Apr 2003
Posts: 5,200
|
no, structurally it makes little sense. maybe use a definition list Code:
and the css. something like this. Code:
|
|
![]() |