Interesting issue I’m having…

So I’m focusing on this site: http: //internetplazas. com/fmhs
I cannot seem to cut off which gray link bar at the top/middle that expands forever. I’d that it make to stop at the edges and so the site is you nice box.
Any thoughts
I got myself the template a while ago and didn’t allow it to become myself.
Many thanks!

Try giving it a predetermined width, such while 700px
Also, tables are very outdated with regard to layout

Thank you for the easy reply… what is the simplest way to set in which limit
Also, if tables usually are outddatted, what do you suggest
Many thanks again.

OK – My own first advice to you will be to recode this with no tables.
Failing that, what you’ll want to do is come across this line (about line#36) with your HTML:

< td background=" images/menus_bkg. gif" align=" center" >

Drop the graphic (you’ll put this back with CSS) along with add a class towards < td> tag – so:

< td >

Then within your CSS do this specific:

. menubar
background: url(images/images/menus_bkg. gif) repeat-x; /* this specific imports the image */
size: 775; /*this sets the width */
border: auto; /* this specific centers it */

You can appoint the class anything you wish, as long as being the name in the HTML and the CSS is the same.
You may need to fiddle with the width a lttle bit.

And one more thing – declare a DOCTYPE before the < head> tag within your page. Try this one:

<! DOCTYPE html page PUBLIC " -//W3C//DTD XHTML ONE PARTICULAR. 0 Transitional//EN" " http: //www. w3. org/TR/xhtml1/DTD/xhtml1-transitional. dtd" >
< html page xmlns=" http: //www. w3. org/1999/xhtml" >
< head>

POST suggest using divs. They’re actually simpler once you get them decrease.
Normally, do what AlphaMare instructed you.

This entry was posted in Web Design and tagged , , , , , , , , , , , , . Bookmark the permalink.

Related Posts

Leave a Reply

Your email address will not be published. Required fields are marked *