![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Newbie
Join Date: Nov 2007
Posts: 6
Rep Power: 0
![]() |
Hello programmingforums.org this is my first post, and first problem of the week!
The following links are to images which show my problem, One for each major browser, and i have enabled borders on tables to show where they are: http://img215.imageshack.us/img215/6460/ienz5.jpg - Internet Explorer ![]() http://img215.imageshack.us/my.php?image=mozje9.jpg - Moz / FF ![]() http://img215.imageshack.us/my.php?image=operaqe9.jpg - Opera ![]() I would like the page to display as Opera renders it, though i think the radio buttons make some random space for themselves in the TR even though they are within a seperate table which wraps round them tightly. Layout is all in tables as im sure you can see, though would changing to div's help? If anyone requires code, i will post it. If thats not enough information i have provided above. Any help would be much appreciated, thanks and hello all once again ![]() |
|
|
|
|
|
#2 |
|
Resident Grouch
![]() ![]() ![]() ![]() ![]() ![]() Join Date: Jun 2005
Posts: 6,453
Rep Power: 10
![]() |
Re: Radio Buttons and TR spacing
Of course it isn't enough information. You don't even bother to say what, among the rendering differences, is bothering you. The vertical position? The horizontal position? Obviously, should we happen to guess correctly, we can't point out the errors in, or misuse of, markup that we can't see.
Generally speaking, tables should not be used for layout. Tables are for tabular material. A lot of your material is tabular, so that's fine. If you're talking about placement of the page contents, I'd personally accomplish it in another way.
__________________
Abstraction doesn't make it impossible to write bad code; it makes it possible to write superior code. Contributor's Corner: Grumpy on C++ Exceptions DaWei on Pointers |
|
|
|
|
|
#3 |
|
Newbie
Join Date: Nov 2007
Posts: 6
Rep Power: 0
![]() |
Re: Radio Buttons and TR spacing
The IE 7 and Moz/FF rendering, the height of each row is somewhat expanded and not wrapped like in opera, here is the code.
But note that i use the phpbb template engine so it will be duplicated dependant on how many rows of data the engine receives. html Syntax (Toggle Plain Text)
and css for classes used css Syntax (Toggle Plain Text)
sorry for such an abstract question before. Hope this makes it better another minor thing bothering me is the beauty of IE's fonts and the horror of Opera's rendering, no feathering etc, what causes this and any resolution to make all pretty? Last edited by DaWei; Nov 8th, 2007 at 4:54 PM. |
|
|
|
|
|
#4 |
|
Resident Grouch
![]() ![]() ![]() ![]() ![]() ![]() Join Date: Jun 2005
Posts: 6,453
Rep Power: 10
![]() |
Re: Radio Buttons and TR spacing
Wow. Tables within tables. I strongly suggest you learn about semantic markup. You might want to visit the site, A List Apart.
That said, I have replicated your table here. You'll notice that the extra space shown in your examples is not there. I would suggest that whatever is filling in the information in the template is adding something, that there's something in your outer table definition. Not that the outer table stuff is not shown in your code; I generated my own. Note that I have also replicated your code without the inner table and without the divs. I'm not sure why you think you need all that stuff. I can't comment on the beauty and rendering. I'm looking at images, not the page.
__________________
Abstraction doesn't make it impossible to write bad code; it makes it possible to write superior code. Contributor's Corner: Grumpy on C++ Exceptions DaWei on Pointers |
|
|
|
|
|
#5 | |
|
Newbie
Join Date: Nov 2007
Posts: 6
Rep Power: 0
![]() |
Re: Radio Buttons and TR spacing
thank you very much,
Quote:
yes i realise now that it will sit inline even without the table. - meh sadly im using Dreamweaver, it likes to add inline crap like div's to align some text..to vouch for my corner, i dont do style - i just have to for this project as the style person decided not to contribute thanks very much for a good slap in the face. |
|
|
|
|
|
|
#6 |
|
Resident Grouch
![]() ![]() ![]() ![]() ![]() ![]() Join Date: Jun 2005
Posts: 6,453
Rep Power: 10
![]() |
Re: Radio Buttons and TR spacing
Here's the deal: I used Dreamweaver to produce my version. I use Dreamweaver for the tools it gives me. I don't let it write my code!
__________________
Abstraction doesn't make it impossible to write bad code; it makes it possible to write superior code. Contributor's Corner: Grumpy on C++ Exceptions DaWei on Pointers |
|
|
|
|
|
#7 |
|
Newbie
Join Date: Nov 2007
Posts: 6
Rep Power: 0
![]() |
Re: Radio Buttons and TR spacing
/whimpers away
i will do better, thank you for teaching me! |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|