Does anyone here know how to embed a font into a web page? I have been looking every where and cant find out how. I am using a Mac with Dreamweaver. Any help would be appreciated. Thanks.
Short of using something like flash text i don't think you can, at least not on a mac. If you feel comfortable using CSS and code view in DreamWeaver and have access to a PC to convert the font using WEFT (Windows only) . you can do ti. It's a big pain but it's doable.
CSS does not support embedded fonts until the CSS3 spec, and the tags necessary to do it are currently only supported (as far as I know) in the developmental release of the Safari web browser (aka WebKit).
Your only options for full compatibility are to rasterize it into an image or embed it in flash content. For heavy usage, you're better off using one of the platform-common web-safe fonts, which you can find a list of reasonably easily with google.
Other than using images in place of text, check out sIFR, it's a font replacement technique that uses flash files and CSS i've used on quite a few websites.. make sure you use version 2