Hi,
I am trying to display rows of data from MySQL table.
Do far I have being able to do some data manipulation but is not what I want.
I do not have a clue!
I do need help.
I will like to have a static header.
Column1 Column2 Column3 Column4 Column5
--------------------------------------------------
Dataofc1 Dataofc2 Dataofc3 Dataofc4 Dataofc5
Dataofc1 Dataofc2 Dataofc3 Dataofc4 Dataofc5
Dataofc1 Dataofc2 Dataofc3 Dataofc4 Dataofc5
Iam using something like:
<div id="head_Main" class="Hcol1">
Column1
</div>
etc...
and for the data
<div id="detail" class="column1">
Dataofc1
</div>
How do I do it?
thanks
-L
opps the second part did not
opps the second part did not work.
I am using divs for each column of the sql table as well as
for each title of the header.
Why don't you use a
Why don't you use a table?
Tabular data is what its there for.
Chris..S wrote:Why don't you
Why don't you use a table? Tabular data is what its there for.
I agree with Chris. What you describe is tabular content, and so semantically it belongs in a table and putting it in any other container is poor practice. Use a table.
motion carried
motion carried
Thank you guys for the
Thank you guys for the input.
Tabular it is.
Good luck to all.
-L
Ooops, apologies, I thought
Ooops, apologies, I thought it was Deuce's thread so when s/he said "motion carried" I marked the thread as solved :oops:
oh well, never mind