| AMG media home | MORE TIPS | SLIDE SHOW | WEBSITE SAMPLES | CONTACT US | RESOURCES | ||||||
Fall 1997 new ideasfor websites is always a challenge.. You could build a site that looks a lot like everyone else's or you could spend a little time coming up with something new. Here are some ideas to jog the creative brain |
||||||
Look around the web and you will see a lot of nifty graphics. Some techniques catch on faster than others, but one seems to show up on every page: the gaussian blur shadow for text. It has its uses, but its time for a new shadow. If you have ever read "Outside" magazine, you will recognize the new effect above with the raised 3-D text with an edge. To find out how you can build one in four easy steps see the page on
PHOTOSHOP TIP #2: 3-D shadowPHOTOSHOP TIP #3: gold cup |
for a whole whack of free fonts designed just for the web, check out Microsoft's Font Pack Amphigory has a long listing of font sources, including both commercial and free links: fontlink You'll find a very long list of free fonts at: |
|||||
| HTML AND YOU: Fine, you've found a page on the web that you really like and you want to see how they put it together. More often than not they'll have used the <TABLE> tag in some unique combination and you want to know how. First, save the page in your browser to your hard-drive. Open the HTML file in any note pad and look for the tag that says <TABLE BORDER=0>. Change all instances of BORDER=0 to BORDER=1. Save the page and view the newly saved page in your browser. You will be able to see all the tables and nested tables used to design the page |
HTML tip: Clean up the extra space that occasionally shows up between the very last two lines in a sentence formatted with the <FONT> tag by adding a <BR> just before the </FONT> end tag. |
|||||
| JAVA SCRIPT FOR THE REST OF US: You update your pages often and your viewers don't always know when you've made a change. Include the following javascript into your pages and Java Script capable browsers will see the date change as shown. <SCRIPT LANGUAGE="JavaScript">
<!-- hide from non-JavaScript Browsers
document.write ("Page last modified " + document.lastModified );
//end hinding -->
</SCRIPT>
|
||||||
|
BROWSERS LOOK OUT: Here are some good website design resources to get the juices flowing:
|
||||||
All photographs are ©1997 Ernest von Rosen AMG Advanced Media Group contact: ernest@amgmedia.com |
||||||