Re: CSS Question

2003-09-22 Thread Cole Tuininga
For those that may have interest, the solution I found seems to work in most browsers, including the venerable Netscape 4.7x. I got the solution from: http://theodorakis.net/tablecentertest.html -- So, make a real effort to avoid getting sucked into all the expensive lifestyle habits of

Re: CSS Question

2003-09-19 Thread Erik Price
On Friday, September 19, 2003, at 10:04 AM, Cole Tuininga wrote: I would have imagined that with css (using inline style sheet defs), I would simply do this: div style=text-align: center table . . /table /div This works just ducky in Netscape 4.7x, but not my current version

Re: CSS Question

2003-06-12 Thread Erik Price
[EMAIL PROTECTED] wrote: So, anyone have any really good links for learning CSS? (Coles ref to w3schools already noted :) This one might be too basic/introductory for you, but it's very well-written and can at least cement the knowledge that you already -do- have. I found it very useful when

Re: CSS Question

2003-06-12 Thread Jerry Feldman
On 12 Jun 2003 10:00:16 -0400 Greg Rundlett [EMAIL PROTECTED] wrote: On Wed, 2003-06-11 at 17:40, [EMAIL PROTECTED] wrote: Actually, what I'm interested in, is using CSS to replace tables for alignment. Sitepoint is hawking a book on the subject, and will let you download the

Re: CSS Question

2003-06-12 Thread Kevin D. Clark
Cole Tuininga [EMAIL PROTECTED] writes: The best firewall is a pair of wire cutters. -Unknown, from the net For some reason, this reminded me of the following snippet, which is from Chuck Shepherd most excellent News of The Weird: : ** Police in Albany, Ore., were looking this week for an

Re: CSS Question

2003-06-12 Thread Greg Rundlett
On Wed, 2003-06-11 at 17:40, [EMAIL PROTECTED] wrote: Actually, what I'm interested in, is using CSS to replace tables for alignment. Sitepoint is hawking a book on the subject, and will let you download the first four chapters. http://www.sitepoint.com/ Of course their site is done

Re: CSS Question

2003-06-12 Thread Erik Price
Greg Rundlett wrote: Sitepoint is hawking a book on the subject, and will let you download the first four chapters. http://www.sitepoint.com/ Of course their site is done with minimal use of tables. I was extremely impressed with the sitepoint.com website makeover, it looks incredible but

Re: CSS Question

2003-06-11 Thread Cole Tuininga
Doh - figured it out. I wanted the float attribute. Thanks for listening to me waste bandwidth. *sheepish grin* -- The best firewall is a pair of wire cutters. -Unknown, from the net Cole Tuininga Lead Developer Code Energy, Inc [EMAIL PROTECTED] PGP Key ID: 0x43E5755D

Re: CSS Question

2003-06-11 Thread Erik Price
Cole Tuininga wrote: As I understand, the correct way to do it now would be with style sheets. However, I can't seem to figure out the attribute to use. The closest I could find was text-align, but that seems to only work on text (which does make sense). I've been using www.w3schools.com (a

Re: CSS Question

2003-06-11 Thread pll
In a message dated: 11 Jun 2003 15:44:34 EDT Cole Tuininga said: I apologize if this is off topic. [...snip...] I don't think it is, since I'm attempting to finally learn the correct way of doing things with xhtml and css. A) me too B) I'm using Linux, and this is a linux list ;)