Ok, it seems I am doing SOMETHING wrong. Which is agervating the you know what out of me. yea! Okay! I am using <div> to create a overlay ontop of an image. But, for some ODD reason look what it does go to: www.greenxmodding.net You will notice how it is uneven. Well minimize it and it will stay in the same spot. I need help. For all my templates I have made it does it. Can someone supply me with the correct code or something?
Looks like you had an image editing software output your code no? You have alot of table rows and columns that are unecessary in you output. I would actually separate some of the actual presentation into a css file because there is alot of images that can be eliminted by just using css and improve your download time. As far as your problem, the quick fix is to put that whole entire mess into a div with an identifier, set the background, position and the size in the css file, then insert a table in the div so that your text can stay contained inside the div. If you absolutly need help go ahead and email or pm me and I will see what I can do. Hope it helps....