CSS table styling and positioning

Shinao

New Member
I have a question regarding the styling and positioning of a table. I have created a 2 columned table with a number of rows and I want it to "fit" into my background image. Because this is rather vague explanation of the situation I've included this fiddle.In this fiddle you should see the table + the background image and I hope it makes sense that the table items should go in between the lines that are part of the particular background.I've tried styling the td element with attributes like\[code\] td { height: 20% ; }\[/code\]or \[code\] td { cellpadding: ... ; cellspacing: ... ; }\[/code\](Don't know if these are even css attributess that I can use here)but I just can not seem to get the table elements in the right place.Anyone who could help me out or someone who could offer me some good information to do it on my own?Thanks in advance!
 
Top