|
|
|
|
#1 |
|
Member
Join Date: Aug 2005
Location: Philadelphia, PA 19130
Posts: 2,148
|
In trying to write up my problem with text being centered by Internet Explorer 6 and not by Firefox 1.51 (See attachment), I think I have found the difficulty.
This is very old HTML code I am attempting to convert to CSS and get it to validate to HTML 4.01 loose standards. After that I can start on getting to XHTML. One step at a time. Using CSS for the variety of fonts now in the web site is difficult enough, plus some conversions of special characters to & codes. <div align="center"> ... </div> surrounds the table with the body text starting with "Using my service..." and that is why the CSS for the body text: .photobody { font-size: 12px; font-family: Tahoma, Verdana, Helvetica, sans serif; color: black; font-weight: normal; text-align: left; margin-left: 1px; margin-right: 1px; background-color: #fdfed3;} does not make the body text align left in IE6, but Firefox renders the body text as I expect. Now for the cure for this problem. I hope that more CSS to replace the <div align="center"> ... </div> will cure the problem. Writing up the problem has helped me see the problem, but not the cure. Comments? (I am off to experiment a bit.) |
|
|
|
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Firefox 2 on a Mac | annc | Web Site Building & Maintenance | 5 | 11-10-2006 02:06 PM |
| SEO extension for Firefox | Kelvyn | Web Site Building & Maintenance | 6 | 07-10-2006 03:21 PM |
| Firefox tip | LoisWakeman | The Corner Pub | 9 | 12-07-2005 03:50 PM |
| Firefox 1.5 awaited | Kelvyn | General Publishing Topics | 29 | 12-04-2005 04:10 PM |
| A Firefox bug, not in IE6! | LoisWakeman | Web Site Building & Maintenance | 5 | 08-23-2005 12:28 PM |