ok i give up! i'll PAY sum1 to solve my problem!

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
User avatar
sakaveli
Forum Commoner
Posts: 60
Joined: Tue Apr 06, 2004 9:42 am

ok i give up! i'll PAY sum1 to solve my problem!

Post by sakaveli »

ive had this problem for a while and have tried fixing it myself but with no luck!! my webpage (check my signature) does not display properly in low resolution, i am totally stuck on how to fix and really dont have the time, but i need it working within the next week!

so... are you willing to help for a small (but healthy) sum? PM me or post here!

sak
kettle_drum
DevNet Resident
Posts: 1150
Joined: Sun Jul 20, 2003 9:25 pm
Location: West Yorkshire, England

Post by kettle_drum »

Its just because of your image at the top, its 750 pixels wide and so will keep everything at least that size.
rehfeld
Forum Regular
Posts: 741
Joined: Mon Oct 18, 2004 8:14 pm

Post by rehfeld »

and if thats not what you mean by "doesnt display right", please tell us what what the problem is.


you could also remove the padding(or margin) between the body and the content of the page. that should work.


oh and also, you have a <br> tag below your </html> tag, shouldnt do that. </html> should be the absolute end of the page.
User avatar
sakaveli
Forum Commoner
Posts: 60
Joined: Tue Apr 06, 2004 9:42 am

Post by sakaveli »

guys, thanks a million for your replies! basically the problem i have is hard to describe, check out my signature in 800x600 resolution and you will see what i mean, the orientation te page just totally messes up! ive been reading up about it and its basically because when i coded the page i didnt do it low resolution (which is apperently a must). now its too late to go back and change everything so im thinking is there no short way around this prob?

please try helping me out, ive posted this prob b4 but got very little response! thanks again!
sak
rehfeld
Forum Regular
Posts: 741
Joined: Mon Oct 18, 2004 8:14 pm

Post by rehfeld »

only problems i see are(at 800x600):

1- your top banner image(blue car) is too wide, which causes a horizontal scrollbar to appear. (like said above) solution is too make a smaller image. you could remove some of the padding around the image, and it might be enough to avoid the scollbar, but visually i think it would be best to leave some padding, and just shrink the image a bit.

2- the image w/ the yellow car in it is also too wide, which causes the text to the right to get squished into a long vertical column. theres multiple ways around that.

a-make the image smaller
b- ditch the image
c- put the text on top or bottom of the image
d-float the image to the left or right, and let the text wrap around the image(which would still look kinda funky unless you make the image smaller)


if you made the images, modifying them should be easy if you still have them in the editors file format(eg .psd)

if you dont wanna mess w/ it, pm me w/ what you wanna offer and i could do it for you.
Post Reply