HTML - Wide Abstracts
Hello,
Mozilla Firefox is doing some weird things to the content of my website (you can see it at http://www.mm-theory.com). What it does is, every so often, it widens some of the content of the page so that it spans from the very left edge of the table cell it's in to the very right edge. A quick refresh usually fixes the problem, but I'm wondering why it does this in the first place. Here's a few screen captures that shows the problem: Wide abstract: Normal abstract: The captures were taken from http://www.mm-theory.com/god/god.htm I really doubt it's the code for the abstract since refreshing solves the problem, but here it is anyway: Code: </td></tr> <tr><td class="abstract" colspan=2> <center> <table class="abstract" cellpadding=10 cellspacing=0> <tr><td> <!-- #include file="../includes/god.abs.inc" --> </td></tr> </table> <br><br> </center> </td></tr> The file god.abs.inc is a plain text file with nothing but text in it (i.e. no code). I'm thinking it might have something to do with how I close the body of the page since it seems to have to do with not completing properly. Here's the code for that: Code: ... </td></tr> </table> </body> </html> I only encounter this problem in Firefox. Any guesses as to why? Similar TutorialsI was put in charge of changing our website with no html knowledge. Hoping someone on here can help. The right margin on all of our pages is too wide. I'd like it to look more uniform. Any idea where I need to change this? http://www.sgccc.com/index.html I have an html file which applies a css file to show a table. There is a banner at the top, and the main stuff on the page is in a div which is set to the width of the banner. However, I need to show some tables, and in some cases these will be wider than the banner. This is fine in IE (I'm told that it's really a bug, in that it ignores the standards and just whacks the table onto the page anyway), but in Firefox, it shows as much of the table as it can fit into the div, and then just chops the rest off. How can I get it to show the whole table? Thanks! Hi, I have a webpage which is 1740px long however, i would like it so the amount of background on both sides the viewer sees depends on the viewers resolution. Here is the address to the site: http://luminaskincare.ca/new/luminarightsize.html how can I make the site centered with no horizontal scroll? thanks in advance How wide should you make your page/site? Since most have different size monitors and settings, how wide should your page be so it's not tiny on one user's monitor, and not too big on another? Hi there, my pages are loading wide and then jumpimg down to the size the table is set to be. Does anyone know how i can specify the width of content either through css or the div tag? Thanks in advance! Hi all, I have a site to show some pictures, the only problem is some are landscape and some are portarit. At the moment I am putting the portrait thumbs onto a landscape black background, but I know this is a bodge. How can I have all the thumbs sit nicely next to each other regardless of their shape? Here is the site; www.streetpicture.co.uk Any help would be really appreciated. Many thanks, Hello, okay, so i was thinking about redesigning my site because i never really have done so before. but as i was thinking, i was thinking it would be nice to be able to fit more stuff across the screen width wise.... right now my website has like 750px width... and i was wondering if i increased it some, would the majority of the people not have a problem viewing it? and if so, how many pixels wide do u think i could go before its too wide... i have my screen resolution said at 1280x1024... does anybody know what the majority of people set their screen resolutions to? any help would be great..thanks.. |