Using iweb to create a webpage but wrong fonts are displayed

Hi,
I am trying to create a front page for the followoing site using iweb '09. Whenever i publish the site the font that appears is totally incorrect. However when I view the site on my imac, it looks as it should do.
I've seen numerous threads on this but the fixes haven't seem to work for me. The font I am trying to use is VAG Rounded.
Can anyone help?
<Link Edited By Host>

Your font is most likely not available on any computer :
http://www.myfonts.com/fonts/adobe/vag-rounded/
To display custom fonts on webpages read this :
http://www.wyodor.net/Tutorials/Google/Google_Fonts.html
To use a free VAG rounded alternative, see this  :
http://www.google.com/search?q=VAG+Rounded+free+alternative
Then perhaps this :
http://www.fonts101.com/fonts/view/Standard/8766/VAG_Round.aspx
Then learn about embedded fonts :
http://www.google.com/search?q=embed+font
See how I do it here with iWeb and non-iWeb pages :
http://www.wyodor.net/_Demo/Fancy/Dynamic_Text.html
http://www.wyodor.net/mfi/global/Blank.html
http://www.wyodor.net/_Fonts/
http://www.wyodor.net/htmlegg/googlefonts.html

Similar Messages

  • Use the Data Table of JSF, but only titles are display, not data show

    Hi,
    I create some simple example base on some of the tutorial online and modified myself to ensure no error. One of the tutorial that I refer is http://wiki.netbeans.org/DevelopJavaEE5App.
    I really wonder why my data never show in my jsp page, only show the titles. Basically what I have done were:
    First create entity classes
    Second create SessionBean
    Third create Controller - as JSF Managed Bean which is used to bind the data in JSP page
    Last is create JSP page with Data Table to show the data
    The customerlist.jsp has no error and display nicely with only titles.
    Pls advise.
    wenxin

    Hi Pino,
    I'm back to continue my EJB learning path, I really need your help, as I mentioned in my previous message, another BIG challenge is that since day one, I encounter error (500 Internal Server Error Servlet error: An exception occurred....) when deployed in my remote server. Locally run the jspx page no problem, data can be shown. After checking the log file below is the error message..
    10/03/22 18:12:58.17 10.1.3.4.0 Started
    10/03/22 18:12:59.439 deptremote: 10.1.3.4.0 Started
    10/03/22 18:14:02.724 deptremote: Servlet error
    javax.faces.el.PropertyNotFoundException: Error finding property 'html1' from bean of type oracle.view.backing.DeptEmployees: java.lang.NoClassDefFoundError: javax/faces/component/html/HtmlForm
         at com.sun.faces.el.PropertyResolverImpl.getValue(PropertyResolverImpl.java:95)
         at oracle.adfinternal.view.faces.model.FacesPropertyResolver.getValue(FacesPropertyResolver.java:92)
         at com.sun.faces.el.impl.ArraySuffix.evaluate(ArraySuffix.java:187)
         at com.sun.faces.el.impl.ComplexValue.evaluate(ComplexValue.java:171)
         at com.sun.faces.el.impl.ExpressionEvaluatorImpl.evaluate(ExpressionEvaluatorImpl.java:263)
         at com.sun.faces.el.ValueBindingImpl.getValue(ValueBindingImpl.java:160)
         at com.sun.faces.el.ValueBindingImpl.getValue(ValueBindingImpl.java:143)
         at com.sun.faces.application.ApplicationImpl.createComponent(ApplicationImpl.java:406)
         at javax.faces.webapp.UIComponentTag.createComponent(UIComponentTag.java:1019)
         at javax.faces.webapp.UIComponentTag.createChild(UIComponentTag.java:1046)
         at javax.faces.webapp.UIComponentTag.findComponent(UIComponentTag.java:761)
         at javax.faces.webapp.UIComponentTag.doStartTag(UIComponentTag.java:451)
         at oracle.adf.view.faces.webapp.UIXComponentTag.doStartTag(UIXComponentTag.java:85)
         at deptEmployeesjspx._jspService(_deptEmployees_jspx.java:102)
         at com.orionserver[Oracle Containers for J2EE 10g (10.1.3.4.0) ].http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
         at oracle.jsp.runtimev2.JspPageTable.compileAndServe(JspPageTable.java:724)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:414)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:713)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.ServletRequestDispatcher.unprivileged_forward(ServletRequestDispatcher.java:287)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.ServletRequestDispatcher.access$100(ServletRequestDispatcher.java:51)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.ServletRequestDispatcher$2.oc4jRun(ServletRequestDispatcher.java:193)
         at oracle.oc4j.security.OC4JSecurity.doPrivileged(OC4JSecurity.java:284)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:198)
         at com.sun.faces.context.ExternalContextImpl.dispatch(ExternalContextImpl.java:346)
         at com.sun.faces.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:152)
         at oracle.adfinternal.view.faces.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:157)
         at com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePhase.java:107)
         at com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:245)
         at com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:137)
         at javax.faces.webapp.FacesServlet.service(FacesServlet.java:214)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)
         at oracle.adfinternal.view.faces.webapp.AdfFacesFilterImpl._invokeDoFilter(AdfFacesFilterImpl.java:228)
         at oracle.adfinternal.view.faces.webapp.AdfFacesFilterImpl._doFilterImpl(AdfFacesFilterImpl.java:197)
         at oracle.adfinternal.view.faces.webapp.AdfFacesFilterImpl.doFilter(AdfFacesFilterImpl.java:123)
         at oracle.adf.view.faces.webapp.AdfFacesFilter.doFilter(AdfFacesFilter.java:103)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:15)
         at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:162)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:621)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.AJPRequestHandler.run(AJPRequestHandler.java:313)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.AJPRequestHandler.run(AJPRequestHandler.java:199)
         at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
         at java.lang.Thread.run(Thread.java:595)
    Caused by: java.lang.NoClassDefFoundError: javax/faces/component/html/HtmlForm
         at java.lang.Class.getDeclaredMethods0(Native Method)
         at java.lang.Class.privateGetDeclaredMethods(Class.java:2365)
         at java.lang.Class.getDeclaredMethods(Class.java:1763)
         at java.beans.Introspector$1.run(Introspector.java:1265)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.beans.Introspector.getPublicDeclaredMethods(Introspector.java:1263)
         at java.beans.Introspector.getTargetMethodInfo(Introspector.java:1129)
         at java.beans.Introspector.getBeanInfo(Introspector.java:387)
         at java.beans.Introspector.getBeanInfo(Introspector.java:159)
         at com.sun.faces.el.impl.BeanInfoManager.initialize(BeanInfoManager.java:244)
         at com.sun.faces.el.impl.BeanInfoManager.checkInitialized(BeanInfoManager.java:230)
         at com.sun.faces.el.impl.BeanInfoManager.getProperty(BeanInfoManager.java:310)
         at com.sun.faces.el.impl.BeanInfoManager.getBeanInfoProperty(BeanInfoManager.java:204)
         at com.sun.faces.el.PropertyResolverImpl.getValue(PropertyResolverImpl.java:85)
         ... 49 more
    10/03/22 18:14:07.146 deptremote: Servlet error
    javax.faces.el.PropertyNotFoundException: Error finding property 'html1' from bean of type oracle.view.backing.DeptEmployees: java.lang.NoClassDefFoundError: javax/faces/component/html/HtmlForm
         at com.sun.faces.el.PropertyResolverImpl.getValue(PropertyResolverImpl.java:95)
         at oracle.adfinternal.view.faces.model.FacesPropertyResolver.getValue(FacesPropertyResolver.java:92)
         at com.sun.faces.el.impl.ArraySuffix.evaluate(ArraySuffix.java:187)
         at com.sun.faces.el.impl.ComplexValue.evaluate(ComplexValue.java:171)
         at com.sun.faces.el.impl.ExpressionEvaluatorImpl.evaluate(ExpressionEvaluatorImpl.java:263)
         at com.sun.faces.el.ValueBindingImpl.getValue(ValueBindingImpl.java:160)
         at com.sun.faces.el.ValueBindingImpl.getValue(ValueBindingImpl.java:143)
         at com.sun.faces.application.ApplicationImpl.createComponent(ApplicationImpl.java:40--------------------------------------------------------------------------------
    I suspect was due to the message that I got when drag the employeelist from Data Control Palette, as below:
    The "Embedded OC4J Client" has been added to the client project.
    This library provides a "jndi.properties" file that allows EJBs to be resolved in the embedded OC4J server.
    To resolve EJBs running in a remote application server,
    remove this "Embeded OC4J Client" library from the project and add a custom "jndi.properties" file to the client project instead.
    am I missing anything????
    Regards,
    Wen Xin

  • How can I use iWeb to create website that contains a lot of downloadable audio files?

    Hi
    How to use iWeb to create a website that contains a downloadable audio files.  I'm uloading about 15 GB of audio files.  I need to creat folders "albums" and then put the files in these folders.   Any advise?
    Thank you very much for your time to this
    W B

    The important thing is not to put the audio files directly into iWeb: if you do that then every time iWeb decides it needs to upload the entire site you will find yourself uploading all 15GB of audio files, which won't make you happy. Start by uploading the files to the server - in folders as suits you - and then link to them in iWeb.
    If you want them to download rather than play, you may be able to set up an .'htaccess' file in the folder which will force a download - it depends on whether your hosting service will allow this. The method is described here:
    http://www.wilmut.webspace.virginmedia.com/notes/missing/download.html
    Here is an example of a simple link which produces a download (without the process described the audio file would play in the browser in a blank page):
    http://rfwilmut.net/stars/dawson2.mp3
    Then all you need to do is to provide a link, designed however suits you, in your iWeb page. If your server won't allow the .htaccess file then you will have to ask visitors to control-click (Mac) or right-click (Windows) on the link and choose 'Download linked file' or equivalent - not so convenient; or otherwise zip the files first, which won't much reduce their size but will force a download (and of course the recipients will have to unzip them).
    If you want the files to play in a player in the page, you can use an html snippet to provide a player as described in this page (you will also need to upload a script to the webspace - this is provided in the page):
    http://www.wilmut.webspace.virginmedia.com/notes/qtembed.html

  • Can I use iWeb to create a website with visitor purchasing options?

    I'm wondering if it's possible to use iWeb to create and publish a website for a small business like mine where visitors to the site can select items and have the option to make credit card purchases from the site. Obviously all the security for online purchasing would need to be there also. Is iWeb capable of that or does Apple offer a different web page software that can do this?
    Thanks to anyone who can help,
    jburkett

    jburkett wrote:
    Is iWeb capable of that...?
    Welcome to the discussions. Not natively.
    ...or does Apple offer a different web page software that can do this?
    As far as I know, Apple has no s/w offerings of that sort. Bear this in mind when considering e-commerce and the MobileMe Service:
    “The Service is designed for personal individual use and is not intended to be used for commercial business purposes, including, but not limited to, transacting online sales or software distribution via an e-commerce site.”
    ...Quoted from the MobileMe Terms of Service. PayPal buttons can be inserted into iWeb pages via the HTML Snippet window — but you may want to consider more complete alternatives such as this:
    http://blog.weebly.com/2/post/2009/05/announcing-weebly-e-commerce-features.html
    ...You could hyperlink from iWeb to your "shop" there and there's even a way to hyperlink to it from iWeb's navigation bar.

  • I published a website using iWeb.  I began using iWeb to create a second site and now I can't find my original site's work on my Mac.

    I published a website using iWeb.  I began using iWeb to create a second site and now I can't find my original site's work on my Mac.

    If you're publishing directly from iWeb 3 to your FTP server then you'll have the following in your accounts root directory:
    Site 1 folder
    Site 2 folder
    Site 3 folder
    index.html file from last published site directling to the last published site.
    If you want to keep Site 1 as the primary site you'll need to publish it one more time to the server so you get it's index.html file uploaded.
    Now you'll have to publish Sites 2 and 3 to a folder on the hard drive and use a 3rd party FTP client like Cyberduck, YummyLite or Transmit  to upload only the site folder (and not its external index.html file with it).
    The url to sites 2 and 3 will be:
    http://doman_name.com/Site 2
    http://doman_name.com/Site 3
    OT

  • How to use the dll  created by c++ but not write a jni wrapper around

    how to use the dll created by c++ but not write a jni wrapper around through a java program. now I can't access that dll like this directly from java.

    Your question is unclear. (You haven't said what dll you are talking about.)
    But:
    If you are talking about an existing dll, then the only alternative to writing a wrapper is to use one of the wrapper generators floating around. Do a search on JACE.
    If you are talking about a dll you are writing, then run jah and get the interface to match java right away; then you won't have to write a wrapper.

  • I get missing fonts when opening a PDF, but the fonts are activated, I get garbage

    I get missing fonts when opening a PDF, but the fonts are activated, I get garbage

    The activated fonts are not the same version as those in the PDF. If you use Type>Find Font and replace the fonts with ones from your computer does it work?

  • I have multiple calendars set up but not all are displaying in iOS 7 notification center.  I just get a heading stating "there is one all-day event scheduled" in the tomorrow summary.  Can't get it to show the details of the event.  any ideas?

    I have multiple calendars set up but not all are displaying in iOS 7 notification center.  I just get a heading stating "there is one all-day event scheduled" in the tomorrow summary.  Can't get it to show the details of the event.  any ideas?

    have you tried rebooting your computer?

  • PLEASE HELP!! I've used iWeb to create multiple sites, all published to third party servers.  The very last site I made changes to is showing up in any domain file I open - despite their different names and locations on my iMac.  I just switched to Lion.

    Please HELP!!  I just switched to Lion.  I have created multiple websites using iWeb  3.0.4 and despite my having saved their 'domain' files in various locations and using different filenames, upon opening the domain files I keep getting the very last site I published.  All the sites were published to third party servers.  The domain files (still have a preview that look correct and have different file sizes) but keep going back to the last site published. HELP ME PLEASE!! Are the old files still available?!!

    In Lion the Library folder is now invisible. To make it permanently visible enter the following in the Terminal application window: chflags nohidden ~/Library and hit the Enter button - 10.7: Un-hide the User Library folder.
    To open your domain file in Lion or to switch between multiple domain files Cyclosaurus has provided us with the following script that you can make into an Applescript application with Script Editor. Open Script Editor, copy and paste the script below into Script Editor's window and save as an application.
    do shell script "/usr/bin/defaults write com.apple.iWeb iWebDefaultsDocumentPath -boolean no"delay 1
    tell application "iWeb" to activate
    You can download an already compiled version with this link: iWeb Switch Domain.
    Just launch the application, find and select the domain file you want to open and it will open with iWeb. It modifies the iWeb preference file each time it's launched so one can switch between domain files.
    WARNING: iWeb Switch Domain will overwrite an existing Domain.sites2 file if you select to create a new domain in the same folder.  So rename your domain files once they've been created to something other than the default name.
    OT

  • I have a domain name with go-daddy can i use iweb to create my page?

    I'm trying to help a friend set-up a website.  he has a domain name with go-daddy but hasnt set-up the web page at all can i use iweb and upload it to the domain name he already has bought?  I'm a first time iweb user please help!!

    Your friend needs both a domain name and a web hosting account in order to get his website online.  If he has both with GoDaddy.com then yes, you can create and upload the site. 
    If he has purchased only a domain name he'll need to get a hosting service.
    OT

  • Using iweb to create an HTML email

    Simple question and I'm sure it has been asked, but I can't find the answer. I am pretty new to html coding and was wondering if I could use iweb as a sort of wysiwyg editor to create html emails. Would this work? Thanks!

    It doesn't always work that well, but the way to do it is to publish your page and then view it with Safari and use File > Mail Contents of this Page.
    The stationery feature of Mail.app in Leopard is an alternative.

  • Used Iweb to upload to ftp but now all my mobileme sites show up on ftp

    I created a website on Iweb, then uploaded to Mobile me for final drafting process. When the client was satisfied, I moved the website to their designated ftp server using Iweb.
    Now, however, all the other websites I've been creating on Iweb and uploading to Mobile Me can only be found on this client's ftp server. What happened?I checked my Mobile me settings and the other websites are set to upload to Mobile me.
    The ftp server where everything seems to be migrating is ftp://dcimed.com.
    Any help would be greatly appreciated.
    Oh, and here is the message I get when I try to view the sites published to Mobile me
    The address could be spelled incorrectly.
    The address may be old or outdated.
    The page that you have requested may no longer exist.
    You can contact our webmaster at [email protected], or return to http://www.dcimed.com.

    here is the message I get when I try to view the sites published to Mobile me
    Please provide your mobileme username and the names of the sites you have published there.

  • For a beginner, what do i lose by using fireworks to create whole webpage?

    I created a webpage completely using fireworks--images and all text, etc-- and i used dreamweaver to connect to remote server and put in hotspots to link to other pages.  Are my options limited by doing this, assuming all i need is a basic web site?  Would you guys recommend making the template in fireworks and adding text/images in dreamweaver? if so, why?

    Fireworks is basically a graphics program. Dreamweaver is an HTML authoring environment (and other code, too).
    Fireworks has an HTML export capability so that you can make mockups to show people. The code you get out of Fireworks is not robust and it is not easy to troubleshoot or maintain.
    What you want to do is design your layout in, and export your graphics from, Fireworks, then build your HTML in Dreamweaver. For a mulit-page site, go with Dreamweaver templates. Once you create a page that looks the way you want, you can save that design as a template. Then, you can create pages using that template. The bonus to a DW template is that if you decide one element needs changing on all your pages, you change the template and DW updates all the pages that use the template. It's pretty slick.
    Use FW for graphics, and DW for code. That's what they were built for.

  • Using iWeb to create a site for another .Mac family pack user

    I started a new site in iWeb for our son today, but I can't see how to upload it so it resides in his part of the family account we have on .mac.
    Is this possible?
    If not, if I publish his pages how does it interact with our main family site that is currently uploaded.

    But with two sites in iWeb now, what will end up on my son's part of the site when I hit publish? Should I try to keep changes to just one site or the other and do the user ID switch, or will it try to post all the pages to each account?

  • When I use IWeb for my blog, many people claim they are unable to use the comment window, claiming they get an "error" message.  I have check "allow comments" on the appropriate page.  Any help would be great.

    When I use IWeb to post my blog, many readers claim they are unable to post a comment.  When they attempt, they receive an "error" message.  I have check and re-checked that "allow comments" is checked in the appropriate window.  Any help would be greatly appreciated.

    You can publish your blog on any server but will lose the commenting capability.  Since you'll have to find a new host soon anyway since MMe will go away on June 30, you might consider converting your blog to WordPress as that's the only  other blog type that an MMe blog can be converted to and keep it's comments, etc.  Rage Software has create an application that will convert an iWeb blog to WordPress: Convert Your iWeb Blog to a WordPress Blog | iWeb to WordPress. That way you can keep your blog's continuity.
    This may be of some additional help to you: Life After MobileMe.

Maybe you are looking for

  • Problem with ArrayList

    Hello, I am having a problem with a program I am trying to write. The idea of the program is to: A) read a list of movies list from a text file B) create an object for each movie using the information from the text file C) place the objects into an a

  • Calculation of Date and Time Keyfigure

    Hello Experts, I want to get the result out of two keyfigures with different data type. One keyfigure has the data type TIMS and the other DATS. Is it possible to calculate the following: Result =  (Keyfigure1 TIMS + Keyfigure2 DATS) - (Keyfigure2 TI

  • Swapping columns in table

    Is there a way to cut and paste  columns in a table in CS5? I need to swap the position of two table columns in a document with numerous tables. The tables are complete and the colums I need to swap are of different widths. Is there a way to cut the

  • Photos Not Showing is Mass Storage Since Belle Upd...

    Pretty much as the title says. Since the Belle update, whenever I take a picture I am able to view it in the phone, but when I connect to a PC to transfer the picture in Mass Storage, the pictures are not there. I've looked in both the Mass Memory an

  • In spite of previous successful syncs, iPad now will not sync to PC.  Any suggestions?

    Oh, one more detail, I reset my iPad; then, restored from iCloud.