Re: [css-d] How to replace this table row in CSS-only ??? [ solved ]

2010-02-06 Thread Mike Schleif
I still do not fully understand how this works, so I must muck with line-height in 2 places whenever I change 1 font-size. That it appears to work in my meager suite of browsers is a good thing: http://helices.org/mds_resume.html Thank you. Best Regards, Mike Mike Schleif wrote: OK

[css-d] How to replace this table row in CSS-only ???

2010-02-05 Thread Mike Schleif
OK, I have two (2) elements sitting on an hr /, one left justified and the other right justified: Abe Lincoln Biographical Info - NOTE: The left text is larger (e.g., h2) than right text; but,

Re: [css-d] How to replace this table row in CSS-only ???

2010-02-05 Thread Mike Schleif
No I've also tried font-size Best Regards, Mike Pi Dizayn wrote: On 06.02.2010 01:09, Mike Schleif wrote: OK, I have two (2) elements sitting on anhr /, one left justified and the other right justified: Abe Lincoln Biographical Info

Re: [css-d] How to replace this table row in CSS-only ???

2010-02-05 Thread Mike Schleif
I googled this; but, 2 problems: [1] the 2 texts right and left were aligned to TOP not baseline [2] couldn't get the hr to display beneath both texts Best Regards, Mike David Laakso wrote: Mike Schleif wrote: OK, I have two (2) elements sitting on an hr /, one left justified and the other

Re: [css-d] How to replace this table row in CSS-only ???

2010-02-05 Thread Mike Schleif
/span hr / On 06.02.2010 02:26, Mike Schleif wrote: No I've also tried font-size Best Regards, Mike Pi Dizayn wrote: On 06.02.2010 01:09, Mike Schleif wrote: OK, I have two (2) elements sitting on anhr /, one left justified and the other right justified: Abe Lincoln

Re: [css-d] How to replace this table row in CSS-only ???

2010-02-05 Thread Mike Schleif
Very interesting. I fail to understand HOW it works? What keeps the left-text-baseline at the same position as right-text-baseline? When I manipulate font sizes, the baselines move ??? Best Regards, Mike Chris F.A. Johnson wrote: On Fri, 5 Feb 2010, Mike Schleif wrote: OK, I have two (2

Re: [css-d] td widths change with img ???

2008-03-07 Thread Mike Schleif
* Christian Kirchhoff [EMAIL PROTECTED] [2008:03:07:10:51:12+0100] scribed: Maybe a dumb question, but is the text in column (2) defined to be left aligned? Other than that, I cannot think of a reason - if all table rows are in one table and not in separate ones - why that should happen.

Re: [css-d] td widths change with img ???

2008-03-07 Thread Mike Schleif
* Scott Sauyet [EMAIL PROTECTED] [2008:03:07:08:59:00-0500] scribed: Mike Schleif wrote: Go here: http://hb.platinumaire.net/form_4.aspx Enter this string: {A8D5CDDA-972F-4D33-A7E8-B5342AAE1350} and submit. The server is throwing errors when I try this. Do you have a spot

Re: [css-d] td widths change with img ???

2008-03-07 Thread Mike Schleif
* Christian Kirchhoff [EMAIL PROTECTED] [2008:03:07:18:11:45+0100] scribed: Hello, A look at your html code shows me that the rows are in separate tables. For a start try to combine evrything in one single table by dropping the extra: /table table cellpadding=5 cellspacing=5 width=100%

[css-d] td widths change with img ???

2008-03-06 Thread Mike Schleif
I have dynamically generated tabular data. The leftmost cell in each row will be either an image, or blank. The images can vary in width. Height is not an issue. The displayed images are to be maximum width 150px. I would prefer that smaller images remain smaller; but, can live with stretch.