HostHighway
01-03-2010, 12:46 AM
I really dont know what to say on how to explain whats happenening.. im guessing the return values are coming back outside of my div or something. over my head a little. Heres the link.. can someone take a look and maybe tell me whats going on and what to do ?
http://www.thehosthighway.net/billing
I want all the information scattered about in the left-side div.
Thanks in advance.
Mark_W
01-03-2010, 02:00 AM
I think what you want to check for is in your style.css file look for
#content_container or #side_menu and try changing the width and see if that helps
That's what I did when I had all most same problem
I could be wrong tho.
Mark W..
Mark_W
01-03-2010, 02:04 AM
And I just noticed you have this
</body>
</html>
in the middle of your page you only need that at the end.
HostHighway
01-03-2010, 02:08 AM
I dont believe it has anything to do with the width. All of the data has returned back and shown up at the very bottom of the page outside of the whole div area. How do I put that data into the div so it shows up on the white part of the site ?
Mark_W
01-03-2010, 02:14 AM
Ohhh OK well try this find this code
</div>
</div>
</div>
</body>
</html>
And remove it. It should be in your homepage.tpl
and let me know if that worked
HostHighway
01-03-2010, 02:27 AM
Hey now we're getting somewhere ! That worked great for the main page. But as you go through the links, like domain check, client area.. all the text boxes are to the right and overlap the rest of the page.. any ideas for that ?
Mark_W
01-03-2010, 02:49 AM
Yes aether at the bottom of your header.tpl or the top of your homepage.tpl file look for
</ul>
</div>
and remove that and not put nothing else there and see if that does anything.
Mark W...