Force iWeb to create images instead of using text

Hello,
I recently made a site using the Travel template and it uses the font Baskerville. I noticed that on a windoze machine it is not a common font and so it substitutes the secondary font given in the code, which in this case is Times New Roman, a very common font. Therefore, I get a page using a common secondary font and no creation of an image.
Hence my question: Is it possible to force iWeb to create an image instead of using the text. Hey, I figure after 700k, what's a little more if I get the look that I want.
Thanks!
Stephen

I get to answer my own question. I found a workaround should you ever what to be sure a certain font is used and not replaced. Granted, this will add my download time but you at least can preserve the look.
Simply make any text with a shadow. But make the offset 0 and the transparency to 1 (you can't make it 0). You won't even notice the "shafow" and the text will be made into a graphic every time.
Stephen

Similar Messages

  • Trying to create images to be used in my game

    Here's my situation. I have 3 main parts of the game.
    0 - in play
    1 - level up
    2 - buy screen
    each one has its own basic images/text that don't change. I want to create Images with all that background stuff already on it to improve the efficiency of the drawing. So here's what I tried:
    private Image          back, shipImage, ship2Image;
    private Graphics     backG;
    private Graphics2D     g2d;
    private Image[]          gameStateBackGround = new Image[3];
    private Graphics2D[]     gameStateGraphics2D = new Graphics2D[3];
    //In init.  I know these graphics objects work because this is what I
    //started with but now I'm wanting to improve
    back = createImage(mapWidth,mapHeight);
    backG = back.getGraphics();
    g2d = (Graphics2D) backG;
    g2d.setRenderingHint(RenderingHints.KEY_ANTIALIASING, RenderingHints.VALUE_ANTIALIAS_ON);
    shipImage = Toolkit.getDefaultToolkit().getImage(getClass().getResource("ship.png")).getScaledInstance(20, 30, Image.SCALE_SMOOTH);
    ship2Image = Toolkit.getDefaultToolkit().getImage(getClass().getResource("ship2.png")).getScaledInstance(55, 35, Image.SCALE_SMOOTH);
    //In a method called in init() to create the Images I desribed
    gameStateBackGround[in_play] = createImage(mapWidth,mapHeight);
    drawStarField(gameStateBackGround[in_play].getGraphics());
    gameStateGraphics2D[in_play] = (Graphics2D) gameStateBackGround[in_play].getGraphics();
    starBase.draw(gameStateGraphics2D[in_play]);
    //In my draw method
    gameStateBackGround[in_play] = createImage(mapWidth,mapHeight);
    drawStarField(gameStateBackGround[in_play].getGraphics());
    gameStateGraphics2D[in_play] = (Graphics2D) gameStateBackGround[in_play].getGraphics();
    starBase.draw(gameStateGraphics2D[in_play]);now before I just had that main stuff drawing to the graphics objects used for the whole applet, and it worked fine. What I want is to pre-draw them, and just slap that whole single image of the constant stuff to my area of gameStateBackGround[]. Am I off to the right start?
    Now my drawStarField method asks for a Graphics object, and that draws, and that actually shows. Now for the stuff that's using Graphics2D objects, that is NOT showing. So I think where my main problem is is in creating the Graphics2D objects correctly. This whole concept I'm using for creating objects may be horrid, but hey, that's where you guys come in :) Tell me where I've screwed up hehe. Thanks for the help!          

    oops I screwed up. After:
    //In my draw method
    [/code
    comesbackG.drawImage(gameStateBackGround[gameState], 0, 0, this);

  • Using text to swap an image (disjointed rollover)

    Hi,
    I have some text on my page which is also a link.
    It has a background colour, which changes when my mouse hovers over it.
    I also want one image on the page to swap with another image when my mouse hovers over the text.
    Please can someone direct me to a website which discusses how to create a disjointed rollover using TEXT rather than an image.
    Thank you in advance

    Stuart Smitheringale wrote: You can see the effect that I have created at this site http://www.drivertrainingcompany.com
    Ideally, I would like to use CSS to create the same effect, without relying on swapping images.
    As there are often many ways to produce the same effect or behavior, each with its own advantages and disadvantages, having been able to produce the effect or behavior is often more important.
    Except for one matter in your page's behavior that you will probably want to change your page appears fine in the most recent versions of Safari, Firefox, and Opera.  The bigger problem at this point is that you need to clean up your HTML -- something to which Murray has already alluded.
    LESS THAN PERFECT BEHAVIOR
    When your mouse leaves one menu item to enter into the next, the words below your menu item change as you would probably like, but the previously highlighted menu item remains highlighted.  There is not a clean transition between menu items.  This problem can probably be fixed with an onmouseout event.
    CLEAN UP TIME
    Please refer to the validation link that I have provided below.  It will show you that there are structural problems in your page that can affect both the operation and appearance of your page as it is viewed in different browsers and in different versions of the same browser over time.  I have only checked three of the more popular browsers for you.
    SUGGESTION
    Clean up your structural problems first and see if the imperfect behavior described above does not disappear.  If it does not, then return with a new question, and someone will provide a fix, if you are yourself unable.
    VALIDATION LINK:  http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fwww.drivertrainingcompany.com%2F
    Roddy

  • Creating image from text

    Hi guys! I want to write/find a way to create image that contains some text. For example when you sing in to yahoo.com it shows you an immage with text that you should input to prove that you`re registering from the site .. How to do this?

    Hi guys! I want to write/find a way to create image that contains some text. For example when you sing in to yahoo.com it shows you an immage with text that you should input to prove that you`re registering from the site .. How to do this?

  • Batch convert to ascii using text wrangler

    I am trying to create an Apple script using Text Wrangler to do batch conversions of 8 bit to 7 bit plain text files. My current approach using Automator is:
    1. Get specified Finder items
    2. Get Folder contents
    3. then run the Apple script to convert.
    I recorded the actions and tried to modifiy the script but don't really know what I am doing. Here is what I have.
    on run {input, parameters}
    tell application "TextWrangler"
    activate
    repeat
    convert to ASCII text of text document with replacing target
    close {text document} saving yes
    end repeat
    end tell
    return input
    end run
    I am not sure how to represent the name for the "generic" file in batch mode and also how to make sure it repeats through the entire folder. I know this is basic stuff, hope someone can help.
    It is fine to convert, save, then close. Not worried about preserving the original.
    Thanks ahead of time

    Well, I downloaded TextWrangler 2.2.1 and tried to test this out. From what I can tell from Bare Bones's website, BBEdit would have Automator actions for this and the files wouldn't need to be opened individually. Though, that would cost a bit more than TextWrangler.
    Anyways, since you're using Automator, getting the files has been simplified and so all you need to do is repeat it for each file. Here's the slight modification:
    <pre>on run {input, parameters}
    tell application "TextWrangler"
    activate
    repeat with this_file in input
    open this_file
    convert to ASCII text of text document 1 with replacing target
    close {text document 1} saving yes
    end repeat
    end tell
    return input
    end run</pre>
    I named the variable "this_file" to represent each of the files in the list it receives, but you can name it anything. If you use Automator's "View Results" before the "Run AppleScript" action, then you can see what is being passed into it. It seems like you need the "1" after "text document" because the windows in TextWrangler can have more than one document, even if you only have one document open at a time.
    Since you have to have TextWrangler open, you could probably adjust the script to open all the files at once and then iterate through the contents of each. But it pretty much would do the same thing.
    I couldn't figure out if anything was actually changing in the documents (i.e. does it look like 7-bit or 8-bit? don't know), but I did confirm the text of each document was being passed to the "convert to ASCII". So, it must be doing whatever it's doing.
    (Oh, just for reference, the "return input" part of the script at the end sends the stuff in "input" to the next action. In this case, the "input" contains a list of files from the previous action, so returning that passes that list to the next action. This means you can do more to the files. Keep this in mind if you replace whatever is in "input" directly, for example setting "input" to the number 7 or something like that. You can also create some other variable and return that instead.)

  • Using a Disk Image instead of a physical disk

    I would like to create an image of a series of instillation disks that I would be able to later use to install an application with out these disks. I found this article on using a disk image in leu of a disk.
    http://docs.info.apple.com/article.html?artnum=106161
    If I did this would I be able to launch the disk image so the instillation application uses this image instead of a disk when prompted?
    If not, is this even possible?

    Not sure about the series deal, but if the OS is already running, then yes, you can use a Disk Image just Like a Disk, once it is mounted.

  • Use image instead of submitbutton

    Hello,
    I try to use an image instead of the <submitButton> Tag supported by UIX. I have a form with BC4J Table and tableSelection in it. Now I want to submit this form instead of the update or delete Buttons generated by JDeveloper with an image.
    The selected key does not come with.
    <form name="viewForm" method="POST" >
    <contents>
    <tableLayout>
    <contents> <bc4j:viewObjectScope name="UserView1" >
    <contents>
    <bc4j:table name="viewTable" width="800" alternateText="No rows found">
    <tableSelection>
    <singleSelection selectedIndex="0">
    <contents>
    <text text="    "/>
    <ui:image source="images/adddocumenttolist_enabled.gif" ctrl:event="create" shortDesc="add" /> <ui:image source="images/edit_big.gif" destination="#" onClick="submitForm('viewForm',1,{'event':'update'});return false" shortDesc="Bearbeiten" />
    <ui:image source="images/delete_L.gif?key=" ctrl:event="delete" shortDesc="Loeschen"/>
    </contents>
    </singleSelection>
    </tableSelection>
    <bc4j:keyStamp>
    <bc4j:rowKey name="key" />
    </bc4j:keyStamp>
    <contents>
    Replace one of the Image-Tags with <submitButton ctrl:event="..." text="..."/> works???
    Regards Christian

    Hello,
    I tried adding
    <formValue name="event"/> and that worked for me. This adds this html:
    <input type="hidden" name="event">
    The submit button does this for you automatically.
    Jeanne

  • PHP-dynamically re create a remote image, instead of downloading   it?

    Hi all
    this is what I'm trying to do, using PHP:
    say I have two sites: "example.com" and "mysite.com".
    I would like to get an image from example.com to mysite.com.
    I mean get the physical image file.
    It would be great if instead of having to manually download
    the image from one site, then upload it
    to the other, I could dynamically "read" the remote image,
    and re-create it dynamically on mysite.
    Is it possible? I know PHP can "read" files (although I'm not
    familiar with this), and I am familiar
    with creating images dynamically (creating thumbnails for
    example).
    Ho, and I am in total control of both sites, so I can
    implement whatever system on either sites, to
    enable the transfer of the image.
    I'd like to know if you have done that before or if anyone
    can think of a simple chain of functions
    to acheive this.
    seb ( [email protected])
    http://webtrans1.com | high-end web
    design
    An Ingenious WebSite Builder:
    http://sitelander.com

    (_seb_) wrote:
    > David Powers wrote:
    >> (_seb_) wrote:
    >>> So I store the style sheet and their images on
    sitelander.com, but I
    >>> want anybody using my system to be able to pick
    and choose any style,
    >>> from a page on THEIR website, and apply it to
    THEIR website.
    >>> Basically like you change the skin of your
    FireFox browser, I want to
    >>> do the same with website "skins".
    >>> So I need to transfer the images used by the
    css, because I don't
    >>> want my site to serve the background-images for
    hundreds of web
    >>> sites... (and hopefully thousands some day)
    >>
    >> In your original post, you said you have total
    control of both sites.
    >> In this scenario, it sounds as though you want to
    transfer the files
    >> to someone else's site. Unless the request is
    triggered by a script on
    >> the target site, any attempt by sitelander.com to
    write files to the
    >> target site is likely to be rejected by the server
    as a hostile attack.
    >>
    >> On the other hand, if you do have total control of
    both sites, it
    >> means that anyone using your system must be hosted
    on one of your
    >> servers. In that case, it makes no difference if the
    images are served
    >> directly from sitelander.com. You might just as well
    leave them where
    >> they are.
    >>
    >> Or have I misunderstood what you're trying to do?
    >>
    >
    > The user uploads the website builder package to their
    own server, not
    > mine. But the package will already include the code for
    getting the
    > files from my server. So the script to get the files
    from my server will
    > be on their server.
    > Now, my website builder only works on a server that has
    world
    > permissions to write files.
    That is the main limitation with my website builder. I have
    tried to include a FTP solution where if
    there is no world permission to write file on the server, the
    user can enter his FTP info in the
    website builder, and the website builder attempts to log them
    in as FTP user, and chmod dirs and
    files via an FTP command:
    $conn_id = ftp_connect($ftp_server);
    if(ftp_login($conn_id, $ftp_user_name, $ftp_user_password)){
    if(ftp_site($conn_id, 'CHMOD 0777 '.$dir)
    But that part is a little bit over my head and I have trouble
    testing it since the servers I use all
    have world permissions (I choose them because of that)...
    > So if they have successfully installed and tested
    SiteLander on their
    > server, it already means that they have world
    premissions to write files
    > on it, and the script in the package can assume that.
    >
    seb ( [email protected])
    http://webtrans1.com | high-end web
    design
    An Ingenious WebSite Builder:
    http://sitelander.com

  • Can I move my iWeb from mac-mini to my new macbook pro ? iLife 11 does not have iWeb and I really want to use it to update my website on my new macbook Pro instead of Mac mini

    Can I move my iWeb from mac-mini to my new macbook pro ? iLife 11 does not have iWeb and I really want to use it to update my website on my new macbook Pro instead of Mac mini

    There is no license required for iWeb.  Just do a Wyodor suggested and you'll be ready to go. If you're running Lion however, consider the following:
    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

  • 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

  • Should I be concerned with file sizes of my images I post using iWeb?

    Should I condense and compress my images down so they won't take up as much bandwidth when I use iWeb?

    I think the real answer has been covered in another thread, but I'll try to recap. iWeb 1.0 used to convert everything to .png. And as many have complained, the png that is created by iWeb (even in 1.0.1) is oftentimes larger than the original .jpg (for really small ones under 100k). Starting with 1.0.1, iWeb will leave .jpg's alone and copy them straight over if you do not add any shadows or reflections or rotations. Anytime you add these effects, iWeb will create a properly reduced .png file and leave the .jpg out of it.
    So there is a little bit of a dilemma for us users. If we have really tiny .jpg's (like a bunch of 20k elements), we should want iWeb to use them directly without creating a .png. But this means avoiding applying effects. And then if we have really big .jpgs (like 3mb photos), we should want iWeb to convert them to .png without copying over the original .jpg. And it will do exactly that, provided you apply some kind of effect.
    From my experience, iWeb behaves exactly as described above. The only effect that will still result in the full file being copied over (and used on the web page! A 3mb photo!) is masking. You can add a reflection or shadow box to a masked photo and iWEb will create a smaller .png, but it will still copy over the large .jpg. I scale my photos down to 640x480 for about 150k .jpg and the .pngs that iWeb creates are still 300-400k for a no effects image. This is a problem, but I try to remember to apply some effects which cuts the files down to 20k or so. Strange.
    James
    http://www.dirtdoog.com/

  • I'm using iweb 3.4 and trying to load audio files to my web page.  everything looks good in iweb but after publishing instead of having a control bar i have a "?".  does anyone know what to do?

    I'm using iweb 3.4 and trying to load audio files to my web page.  Everything looks good in iweb but after publishing instead of having a control bar i have a "?".  Does anyone know what to do?

    Where are you hosting the site, how are you uploading the files and what's the URL of your site so we can examine it first hand?
    Adding audio files by dragging onto the web page forces the viewer to have Quicktime installed on their computer in order to be able to listen to them.  Look at the audio player options on this page of Roddy's iWeb for Musicians site: Audio Players for your Music Website. 
    OT

  • How to create Image as Custom Property Type used in Configurable Web Part?

    I wanted to create custom configurable web part property for Image.
    Example - the screenshot of Image property used in Image web part is shown below:
    My goal is to create as many images as possible in custom configurable web part.
    I tried to write the code:
    [WebBrowsable(true),
    WebDisplayName("Example Photo"),
    WebDescription("Example Photo of the user"),
    Category("Custom User Profile"),
    Personalizable(PersonalizationScope.Shared)]
    public Image ExampleUserPhoto { get; set; }
    However, the result does not display Image configurable web part property.
    I wonder why the data type Image does not cause the custom web part to have Image configurable web part property.
    Other data types such as Boolean, Enum, Integer, String and DateTime can be used.
    How can I create Image as Custom Property Type used in Configurable Web Part?

    I have examined that context node __00 has been enhanced,and  has a class name  z___00. But  when I created a new attirubute by right click " Attributes" with wizard under context node __00.There is still  a error message "view is not enhaced or copied with wizard".
    But  when  I created a method  "getvaliation "  in the class of context node zcl__00, the attribute  'valiation' automatically created(at the same time the method "getvaliation' automatically  created for the attribute 'valiation') and I need not to create attibute 'validation' by wizard .  It seemed as if the problem is resloved. But when I make test for it in web ui .There is a runtime erro message.
    Do I need to make some configurations in  the business object layer  for the checkbox? but  the checkbox is only used as a flag  to decide whether a backgoud job is needed to be executed.
    Edited by: samhuman on Jun 22, 2010 10:31 AM

  • HTML Button use an image instead of Text

    I have an HTML button in its own region called A_BUTTON, its current Button display attributes are
    sytle: HTML Button
    Attributes: name="A" class="where_clause_button"
    what it does is i use a dynamic action based off the where_clause_button jquery selector and use javascript to update a hidden field. I would now like to use the Oracle Logo for example as the image of the button instead of using a text label for it. I tried adding to the Attributes src="http://www.oracleimg.com/admin/images/ocom/hp/oralogo_small.gif". When i run it the button still works the same as before but without the image and retains its Text Label, in this case its A.
    the html it generates is for the button during runtime is:
    <input type="button" src="http://www.oracleimg.com/admin/images/ocom/hp/oralogo_small.gif" class="where_clause_button" name="A" onclick="apex.submit('');" id="A_BUTTON" value="A">
    How do i retain the functionality of this button but make it an image button?
    Edited by: Brobot on Feb 9, 2011 5:22 PM

    <li>Use a template based button and customize the template with the image.
    <li>Add appropriate JS code to the URL section(prefixing with "javascript:" ) and optionally add a some ID attribute for easy JS access.

  • How to use an image instead of Browse Button in messageFileUpload item

    Hi,
    I have sessageFileUpload item in my OA Page to upload files. How can I show my custom image instead of a Browse button that is placed by default. I don't want to show the browse button instead want to use my custom image.
    Thanks

    This is a framework object, you can't change that.
    --Shiv                                                                                                                                                                                                   

Maybe you are looking for

  • My laptop no longer senses my network

    When I set up my network about a month ago everything worked fine.  Tonight I tried to connect my work laptop to my netwrok, but it doesn't even sense the network.  I see all of my neighbor's network's but not my own.  I am SO frustrated.  Any help w

  • We have PI-7.0 but our client requires work on XI-3.0.

    we have PI-7.0 but our client requires work on XI-3.0. is it possible to transfer objects in PI-7 TO XI-3.0 and is it ok to work on PI-7.0 insted of XI-3.0 which is wanted by our client.

  • Add field group to Asset Master Data Screen Layout

    Hi Gurus !! Does anybody know how to add field group in SPRO(Define Screen Layout for Asset Master Data)?. I have created my layout by coping 1000, but then I need to add Fund Center in Time-Dependent data logical field group. Thanks a lot, Sasha

  • SAP Maintance with on a standby Databas

    Hello, have anyone a idea or some documentation how I can use a Oracle standby database to reduce the downtime during some basic maintance tasks like SAP Patch implementation or Oracle patch implemantion? </p> </p> Form my point of view I had the fol

  • How do i quickly retrieve my email?

    with ie there was a button to click to check your email. how do i find or set one up so i can easily check my email?