foozball3000
Executive Member
- Joined
- Oct 28, 2008
- Messages
- 5,828
My website currently has more bugs than the congo... but we're getting somewhere.
The next obstacle is:
I need to create a custom item almost like a row for a table, but I've been warned against using html tables. The "row" must have different types of columns, depending on the page, but generally it will be:
a date - in a small font
an image/header - big and colorful font
a description box - multiline and a std font
and a download/view hyperlink. - STD hyperlink.
There rows will then be dynamically created for each item in a folder, so there will be a few. But I'll get to that automation a bit later.
I'm using a css stylesheet and Visual Studio 2008 C#, and I have no clue how to do this one.
Any pointers?
The next obstacle is:
I need to create a custom item almost like a row for a table, but I've been warned against using html tables. The "row" must have different types of columns, depending on the page, but generally it will be:
a date - in a small font
an image/header - big and colorful font
a description box - multiline and a std font
and a download/view hyperlink. - STD hyperlink.
There rows will then be dynamically created for each item in a folder, so there will be a few. But I'll get to that automation a bit later.
I'm using a css stylesheet and Visual Studio 2008 C#, and I have no clue how to do this one.
Any pointers?