Forum: Site Layout and Usability Jun 25th, 2009 |
| Replies: 4 Views: 824 Look for the following:
- Note that the image itself can't contain these features. There must be some html provided by Fireworks to locate them.
- Is there a script to take care of the... |
Forum: Site Layout and Usability Apr 27th, 2009 |
| Replies: 4 Views: 935 The problem is not the file, but the syntax of the command to open it. |
Forum: Site Layout and Usability Mar 19th, 2009 |
| Replies: 8 Views: 2,015 This is because target= is deprecated. |
Forum: Site Layout and Usability Sep 9th, 2008 |
| Replies: 2 Views: 1,317 You are really supposed to put things side by side, rather than trying to pile stuff on top of other stuff. You might try z-axis, but don't expect it to work on all browsers.
Most players (.flv,... |
Forum: Site Layout and Usability Aug 14th, 2008 |
| Replies: 8 Views: 2,146 The images are Word Art, which is part of Microsoft Word.
First, make sure you have copyright permission to use the document.
Use Ctrl-PrintScreen to take a screenshot. Then use MS paint to... |
Forum: Site Layout and Usability Jun 19th, 2008 |
| Replies: 9 Views: 3,203 I have sets of styles I use.
- A basic set that includes styles for centering text, images, and objects.
- A palette of colors for backgrounds.
- Styles for div columns.
- Table styles.
I... |
Forum: Site Layout and Usability May 26th, 2008 |
| Replies: 6 Views: 1,863 0px, 0pt, and other zero values with dimensions kick Firefox into quirks mode, and often prevents the style containing it from operating. It shows up as an error in the Firefox error console. It... |
Forum: Site Layout and Usability May 20th, 2008 |
| Replies: 2 Views: 1,380 This is a case that needs a table. It is extremely difficult to do it with divs and css. But you can certainly use css to format the table.
If the sides are empty, just use padding on the body... |
Forum: Site Layout and Usability May 20th, 2008 |
| Replies: 6 Views: 1,863 A few points:
- 0px is an invalid style. It causes browser errors. Use 0 for values that are zero.
- Convert all size and alignment tag attributes to styles.
- Use classes, so each set of... |
Forum: Site Layout and Usability Jan 26th, 2008 |
| Replies: 2 Views: 1,684 |
Forum: Site Layout and Usability Dec 4th, 2007 |
| Replies: 6 Views: 2,290 Your browser dropped into quirks mode because the content violated the doctype. It is no longer rendering XHTML on the page.
Use the W3C validator found here:
http://validator.w3.org/ |
Forum: Site Layout and Usability Dec 1st, 2007 |
| Replies: 6 Views: 2,290 You should still be having trouble. Frames are deprecated in XHTML, which is the doctype you chose. |
Forum: Site Layout and Usability Nov 11th, 2007 |
| Replies: 5 Views: 2,885 Can you convert inches to pixels?
1 inch = 2.54 cm. |
Forum: Site Layout and Usability Aug 5th, 2007 |
| Replies: 6 Views: 2,203 Several books I have indicate that frames are scheduled for future deprecation. |
Forum: Site Layout and Usability May 16th, 2007 |
| Replies: 2 Views: 2,418 Could it be that they are working, but popups are blocked by either the server or the browser? |
Forum: Site Layout and Usability May 5th, 2007 |
| Replies: 3 Views: 1,377 The text at the bottom is too small for easy reading, and is hidden below the screen edge. |