How to align body content so that it aligns with the header and footer

I am creating a website, but I started with a template and gutted it, changed a lot and got rid of the whole center section, and now I need to start with the body, but whenever I try to insert a navigation menu that is the javascript code that is inserted from another program that I used to create it. Well, every time I try to insert a menu on the left side of the page, it goes outside of the alignment of the header and footer, so instead of being directly aligned with the header and footer on the left, it sits on the outside of where it should be ... I am absolutely sluggish when it comes to this, so if anyone can tell me a trick here and for creating body content. Just simple things like html code and tags to be used to create boxes where you can insert things,and not in placeholder images, other than fields for entering content, such as a navigation menu or something really?

HELP PLEASE.

here is the site. Retairacket.thexdt.com

0


source to share


4 answers


I am also getting invalid url error.

From the sounds of your problem, you should be able to fix it relatively quickly and easily. I suppose from the sounds that your header and footer are fixed widths and that there is probably a fixed width block in the body that causes the body to be wider when you add (in all likelihood) a fixed width nav. In this case you just need to change the way you control the width to match the new navigation bar. So reduce the width of one block to accommodate the width of the new one, makes sense?



Remember, I really didn't see what the problem was, so I'm just guessing your question here based on the most likely sceanario.

+1


source


I would also recommend learning the basics first. Website design is not how everyone else is doing it. As an extreme beginner without the use of WYSIWYG editors, HTML coding can be very difficult. There are more than just tags that can be used to create boxes where you can insert things.

Yes, there are <p>

and tags <div>

that will do what you want, but you need to understand what each tag does and when to use it.



I recommend the following sites:

+1


source


This url is not valid, apparently.

0


source


I also can't see your page, but I can see http://www.thexdt.com . Is the design similar to this page?

This page uses tables for general structure. Is there a large image or something larger than the width of the outer container?

0


source







All Articles