On Tue, 5 Jun 2001, Valerie Sutton wrote:
> You are right about the flickering. I tried to solve that problem for
> days and could never get the cells to remain the same size from page
> to page. I believe I need to use more up-to-date web design software.
> There has to be a way to create a web template that will hold the
> cells steady from click to click.
The problem is that your table cells have percentages in them:
<TD WIDTH="25%" HEIGHT="108" BGCOLOR="#000099">
Notice how the width is listed as a percentage of the total table
width, and the height is an actual number of pixels? You just need to
change all the percentages so that they're absolute numbers.
Even the latest web design software will always betray you in some
way. It's usually not worth it, because HTML is so easy to learn.
--
-Angus B. Grieve-Smith
Linguistics Department
University of New Mexico
|