Welcome to my Web Design Tips section. This section will show webpage builders tips about creating webpages.
- Do not add blinking text. It really gets annoying. I know I hate it and I'm glad IE does not support it.
- If you add background sound, always have a way to turn it off. Some people get annoyed with background sound (including me).
- Try to view your page on a different computer and always check it in a different browser.
- If you add JavaScript, be sure to hide it within the <!-- and //--> tags so people that surf your page without a JavaScript enabled browser will not see the code.
- Try to add the ALT= to IMG tags for folks that have browsers that don't display images.
- Add some kind of interactivity with JavaScript. It makes the user more interested in your page.
- Shrink your image sizes. People that have to wait for images to load will become less interested in your page. They will most likely leave the page. Also, you may want to add an intro page that pre-loads the webpage's images like I have.
- Try to use tables often. They are good for layout and organization.
- Add width and height attributes to IMG tags. It makes them load faster.
- Update your page frequently.
- Use Cascading Style Sheets. They are a good substitute for those <font> and </font>s!
|











|