
Signature
-bts
-Warning: I brake for lawn deer
>> Could someone please tell me how to make this
>> http://www.anrodscreen.com/plain-weave-wire-cloth-proposed.php tabled
[quoted text clipped - 15 lines]
> text-align: center;
> }
Thank you bts, I will give it a go... Just thought I could do it with CSS
and not have to worry about the table markup

Signature
Brent Atkerson
Anrod Screen Cylinder Co.
www.anrodscreen.com
Jim Moe - 27 Feb 2006 19:43 GMT
>> Use <table class="weave">
>>
>> .weave td { text-align: center; }
>
> Thank you bts, I will give it a go... Just thought I could do it with CSS
> and not have to worry about the table markup
You can. Set default styles for ".weave td" (font, centering, color,
margin, ...) and use explicit classes for special cases.
Oh! You mean not use a table at all? But it's tabular data...

Signature
jmm (hyphen) list (at) sohnen-moe (dot) com
(Remove .AXSPAMGN for email)
Brent Atkerson - 27 Feb 2006 19:45 GMT
>>> Use <table class="weave">
>>>
[quoted text clipped - 7 lines]
> margin, ...) and use explicit classes for special cases.
> Oh! You mean not use a table at all? But it's tabular data...
Correct, was thinking no table at all. Sorry I didn't mention that.

Signature
Brent Atkerson
Anrod Screen Cylinder Co.
www.anrodscreen.com
Beauregard T. Shagnasty - 27 Feb 2006 19:47 GMT
> Thank you bts, I will give it a go... Just thought I could do it with CSS
> and not have to worry about the table markup
Naw, CSS would make it more complicated, and perhaps unreliable in some
browsers.
Further recommendations:
use a correct DOCTYPE. Yours is a combo of Transitional and Strict,
probably confusing the browsers.
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
look into using CSS for the rest of the presentation, instead of the
tables holding textual content.
consider using that list for the "list" of links at the bottom of the
page, and style it to be horizontal. You can even make them look like
buttons if you want.
use relative pathing for those links instead of repeating the domain
name on each line/link.

Signature
-bts
-Warning: I brake for lawn deer
Brent Atkerson - 27 Feb 2006 20:06 GMT
>> Thank you bts, I will give it a go... Just thought I could do it with
>> CSS
[quoted text clipped - 20 lines]
> use relative pathing for those links instead of repeating the domain
> name on each line/link.
Again, more thanks (and while researching my list issue I learned how to
make the links look like buttons if I wanted to..)
Nice catch on the doctype too, I will have to check my active pages since
this is a copy of an active page (so I can do testing on it).

Signature
Brent Atkerson
Anrod Screen Cylinder Co.
www.anrodscreen.com