speedboy68
New Member
I have a website built mainly with php. The problem i have is at the top i have a div with a background image. It has to be in a very specific place. Every time there is a PHP error the div gets moved down which then makes the page look bad. I can think of two possible solutions but i dont know how to do them and searching the web has been a fruitless effort.
- Make it so the php error doesnt push the div down (i tried float but the div has other things in it that need to be on the left side while the image is on the right)
- Make the php errors appear elsewhere. (I have no clue how to do that and couldnt find anything)