Tables

F

Fran

Hello, i have a table where the rows alternate colors,
(grey then white) to make it easier to read across. the
content is in alphabetical order. do u know how i could
insert more content so when i do, everything moves down a
row? When i add a new row, i have to manually move all
content down to keep the look of my table correct and not
have two of the same color in a row.

hope this makes sense, if not ill try to reword it, let
me know.

thanks
 
T

Thomas A. Rowe

Not possible if you are manually maintaining the data in the tables. Fairly easily to set up, if
displaying data from a database using ASP.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
 
F

fran

would it be possible to to using a mysql database?
-----Original Message-----
Not possible if you are manually maintaining the data in
the tables. Fairly easily to set up, if
 
T

Thomas A. Rowe

Yes, with PHP.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
 
Top