• Some users have recently had their accounts hijacked. It seems that the now defunct EVGA forums might have compromised your password there and seems many are using the same PW here. We would suggest you UPDATE YOUR PASSWORD and TURN ON 2FA for your account here to further secure it. None of the compromised accounts had 2FA turned on.
    Once you have enabled 2FA, your account will be updated soon to show a badge, letting other members know that you use 2FA to protect your account. This should be beneficial for everyone that uses FSFT.

Problems with my website.

algernon

Weaksauce
Joined
Oct 6, 2003
Messages
64
Hello everybody.
First of all my website is http://www.madpaintballer.com

The website runs fine in firefox but when i open it in Internet Explorer, the main table swells out and is out of poportion with the rest of the page.

this is a picture of the page in IE
IEpage.jpg


this is how it is supposed to look (in firefox)
firefoxpage.jpg


i have located the problem but i dont know how to fix it.
the problem is the leaderboard adsense ad
|
|
|
V
IEpage2.jpg


when i remove it, everything is good. why would an ad mess everything up? what's going on? how do i fix it? any help would be greatly appreciated
 
Try using CSS instead of tables for positioning (www.w3schools for info on how to do this). Nested tables (aka, tables within tables) act screwey sometimes from one browser to the next, as they were originally designed to show craploads of data (aka, like a spreadsheet), in a sensible form, not for page layout. I would assume this would be your problem, as IE is a shitty non-standards-complient browser that tries to "guess" what you are trying to do, vs. just taking the code literally.

On a separate note, using absolute positioning for page elements also makes those of us with "adblock" see the page correctly too :)
 
if you delete the adsense thing does it go back to normal? btw, do u go on PBN?
 
vapb400 said:
if you delete the adsense thing does it go back to normal? btw, do u go on PBN?

yeah, if i remove the code for the adsense add then the page shows up fine.

yes, i do go on pbnation :)
 
Back
Top