English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

For example, look at all of the answers.yahoo.com pages. the pages are shrunk down with a different pattern on the sides being empty? How do I do this?

2007-12-08 19:33:05 · 4 answers · asked by Apprentice Ghost 3 in Computers & Internet Programming & Design

4 answers

HTML


....your main HTML content goes in here....



CSS:
body{
text-align: center; /* centers the page in IE */
}
#container{
width: 750px;
margin: 0 auto; /* centers the page in FF, Op, Saf */
text-align: left;
}

2007-12-08 19:38:24 · answer #1 · answered by rath 5 · 0 0

You can create web pages using Microsoft Office's Publisher (either 2003 or 2007)

2016-05-22 06:57:09 · answer #2 · answered by ? 3 · 0 0

this is what you need to do.
at firt design a web site within a table (table alignment = "Center") with fix table size( like 300*500, 400*800 etc because if you don't put 100% your table size it won't be expanded so)
and put background image whatever you like (there is patern background in yahoo Q&A page and table background is white). once you are done test your page yourself.
to get same sample image background just right click on those petern arean and click save background as and save image in your local drive.
and insert as Background of page then i will look exact what you see on YQA page.
Good luck

2007-12-08 19:52:49 · answer #3 · answered by Anonymous · 0 0

It's easy to learn HTML, DHTML, or CSS. Search on line. Thats what I've done. But I've also learned by myself by braking down already made pages. Thats always been my method in learning anything-take it apart and put it back together. Hope you figure it out!

2007-12-08 20:09:12 · answer #4 · answered by Moni 2 · 0 0

fedest.com, questions and answers