Hello everyone,
I am currently working on a setlist archive project.
The thing is, I'd like to have everything in CSS only. Just because it's a lot of fun working with CSS (not that I know much about it lol).
Anyway, my current task is to create an audioguide, a video guide, and a setlist guide/archive. I'd like to do this with only using CSS.
I realise that, for this task I need to create a template. However, my problem is what to do? I need boxes I assume. Boxes that simulate tables, columns, rows?
Here is an example of what I am doing:
http://www.currentswillshift.net/exampletable.jpg
So, basically I am looking for means to save myself work with the help of css. Maybe with div tags or something.
Is it possible to create a predefined template that allows me to just enter the data for a certain show without having to constantly enter the following over and over?
1 Row with 4 columns and the following terms defined once in row 1.
----------------------
Column 1 = Date
Column 2 = Venue
Column 3 = Location
Column 4 = Source
-----------------------
So basically when I use said template, it would automatically have those definitions in there including the data I entered for each column?
Is such a thing possible with a div tag maybe?






Bookmarks