hey, if you go to http://www.imagebooth.net/ and upload an image, anything below the code that gets echoed, stays in one position, causing the echo to go behind the copyright. how can i fix this?
thanks,
Page 1 of 1
echo problem
#2
Posted 24 March 2009 - 07:09 PM
I wouldn't say this was a programming issue, personally. I think it's more design related. I would set the div containing the text to either 1. A fixed height and/or 2. display: block.
Those should solve your problem.
Those should solve your problem.
#3
Posted 24 March 2009 - 08:05 PM
TomCash, on Mar 24 2009, 19:09, said:
I wouldn't say this was a programming issue, personally. I think it's more design related. I would set the div containing the text to either 1. A fixed height and/or 2. display: block.
Those should solve your problem.
Those should solve your problem.
thanks, do you mean the div that contains the echo or the div that contains the copyright ect?
#6
Posted 24 March 2009 - 08:18 PM
TomCash, on Mar 24 2009, 19:09, said:
I wouldn't say this was a programming issue, personally. I think it's more design related. I would set the div containing the text to either 1. A fixed height and/or 2. display: block.
Those should solve your problem.
Those should solve your problem.
ah worked a charm
display: block;
height: 100%;
thank you.
- ← Selecting UNIX timestamps by year
- Server Side (PHP, Databases, ASP.NET, etc)
- How to create vanity URL (url aliases) for different users →
Share this topic:
Page 1 of 1
Help


















