Forum: HTML and CSS Jul 25th, 2008 |
| Replies: 13 Views: 4,325 You can also help speed up the process by saving the file with "quotes" around the name. This forces Windows to accept the file type.
Example:
SAVE AS: _________________
SAVE AS:... |
Forum: HTML and CSS Jul 25th, 2008 |
| Replies: 15 Views: 24,174 The simplest way to center a page horizontally is to make a wrapper div and give it a margin: auto;. That works on all browsers that are used by the majority today. |