MyBB Community Forums

Full Version: size of page different? need help...
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
i've made three pages on my site...here are the links...

http://dtpgaming.com/misc.php?page=Rank
http://dtpgaming.com/misc.php?page=code
http://dtpgaming.com/misc.php?page=Recruit

for some reason when it's in full screen mode or when you have your window at full screen it looks good...but when you minimize or make ur window smaller, it looks horrible...how can i change this so that the proportions always stay even? any type of help would be awesome...thanks...
Are you talking about the distortion in the whole page or just the content area?
well when i have the page in full view(you have the minimize, full screen, x button on the top right) it looks ok to me....everything is in order with the borders and stuff...but when i click that mini view button on the top right, the page becomes ugly because the text that i made is only for the full size view...is there a way that when someone does minimize the view of the window that it still keeps its proportions?
You used a fixed width for the table; use a percentage instead. Instead of this bit of code:

<table bordercolor="#000000" width="1269" border="2" cellspacing="3">

Use something like:

<table bordercolor="#000000" width="80%" border="2" cellspacing="3">

And adjust the 80% as necessary.
that's why you are a technician...thanks boss...everything is in order...i won't forget it...repped

oh man...i just noticed buy my logo at the top does the same thing...it doesn't get smaller when i minimize the window...how might i get that fixed?

typo *buy