Sage
Staff Emeritus
- 12,533
- United States
- GTP_Sage
It shows up left-justified and centered in Safari too. I figured out why... it's not technically being shown as left-centered or justified, but simply not right-aligned enough to appear that way. You split that row into two table cells, the left one being an empty non-breaking space (unless the "NEW" image shows up), the other has the search box in it (well, and a nested table, but let's forget that for the moment).JordanIt should always be on the right. I'm guessing you're using faultless Firefox?
By typing in <td align="right"> for the table cell that holds the search box's table, you're specifying that the table cell itself be aligned to the right, not the contents. To actually specify that the contents be right-aligned, you need to use CSS and specify text-align: right. However, IE always misinterprets the align attribute when enclosed within an actual tag, because it applies this to all descendent elements within that tag, which it's not supposed to do... it's supposed to just align the tag itself. CSS is supposed to be applied to descendants tag attributes are not. And even though align would seem linked to CSS, it's not.
The point being, Gecko and Konqueror browsers left-align the contents of the table cell. Now, I would just tell you to specify text-align: right for that table cell, but you've also nested a table within that cell, so I dunno how that would play out (especially since nesting tables is not allowed in XHTML). Just experiment with that a bit.
Not quite... you still forgot to put a period between "gtplanet" and "net".Fixed. [regarding the banners]
Well, damn, there are a lot of tables to wade through, but I'll try to figure it out.I noticed that...can't figure out what's causing it. Any ideas? [regarding the wacky right-side]