Extending Fireworks

Hello Alls,
digging the extending fireworks manual is not so easy, samples are mlissing and for some functionnality it is not so clear (at least for me)... does anybody know URL, tutorial or whatever information witch could be helpfull for starting.
here are the URL founded so far :
http://help.adobe.com/en_US/fireworks/cs/extend/index.html
thanks for your attention and have a nice day
birnou

ok i found some :
     - eclipse with js support... but kind of buggy
     - textMate : works fine
     - Senocular's Dreamweaver extension wich allows some code hints » cf. http://www.adobe.com/devnet/fireworks/articles/creating_panels_pt1.html
(DW_JSFSupport.mxp in the Tutorials and sample files zip)
Someone knows a better one ?

Similar Messages

  • [extending fireworks] mouse wheel in flash panel

    Hello
    I'm developing flash panel for fireworks
    and can't manage to make mouse wheel work
    stage.addEventListener(MouseEvent.MOUSE_WHEEL, onMoeseWheel);
    doesn't work for some reason,
    could you please help me figure out why?
    it works when I'm testing outside fireworks, but stops working inside
    I checked there there are some extensions where mouse wheel works
    Thanks

    Great, yes it works via air,
    Aaron, thank you so much for your answers!
    But I have another problem with CSXS AIR panel
    it is impossible to catch fireworks events with latest CS SDK
    ExternalInterface available there
    and it is possible to run JS from CSXS2 panel using ExternalInterface.call,
    but ExternalInterface.addCallback does nothing :/
    I've decompiled CSXSLibrary-2.0-sdk-3.4-public.swc and spent many hours learning it's insides
    now I have pretty clear understanding how it works,
    but I haven't found any way to register listener for fireworks events :|
    so I'm stack with:
    New CSXS panels - no events
    Old school panels - no mouse wheel
    Any thoughts on this would be appreciated

  • Fireworks Help | What's new in CS6

    This question was posted in response to the following article: http://helpx.adobe.com/fireworks/using/whats-new-cs6.html

    Seems like a fair question. It has been over half a year since CS6 was released; it sure would be nice if Adobe would issue a new Extending Fireworks PDF for this version (or at least update the online resource).
    My scripting skills are a little rusty at the moment; I can't seem to get this method to work either. I assume that both fw.appTexturesDir() and fw.reloadTextures() were designed to make it easier to add or create new textures via script, and that fw.reloadTextures simply refreshes the list that appears in the Properties panel, allowing a user to select a new texture if one has been added into the Textures directory via a command.
    I think you can compare it to a method like fw.reloadCommonLibrary() and assume that no argument is needed.
    http://help.adobe.com/en_US/fireworks/cs/extend/WS12CE202D-B0F7-4d62-85A0-D4BD97927477.htm l

  • Fireworks Scripting: Persistent CustomData in Docs

    I've been working on a custom template and some scripts that
    solve a production problem for my workgroup. In a nutshell it
    involves tagging objects (paths and text) according to their
    function in the interface, and being able to change their
    appearance from full preview to wireframe (black outlines and some
    gray) and back again. The tags function somewhat like stylesheets,
    except in this case the stylesheet has two 'modes', mockup and
    wireframe, and several 'states', active inactive, selected, etc..
    To record the tags, I write to the customData property of the
    objects. But I think I would also like to record all the style
    definitions somewhere in the files themselves, rather than having
    to include the 300+ lines of code in every script. Is there
    something like a customData property for documents? I don't see
    anything like it in the documentation ("Extending Fireworks").
    I suppose I could create a path on its own layer, call the
    layer "data", lock it and make it invisible. Then I could write the
    style definitions to the customData property of the path, but I was
    hoping there was a more elegant alternative that would be
    transparent to the user.
    Anybody have any ideas?

    I've been working on a custom template and some scripts that
    solve a production problem for my workgroup. In a nutshell it
    involves tagging objects (paths and text) according to their
    function in the interface, and being able to change their
    appearance from full preview to wireframe (black outlines and some
    gray) and back again. The tags function somewhat like stylesheets,
    except in this case the stylesheet has two 'modes', mockup and
    wireframe, and several 'states', active inactive, selected, etc..
    To record the tags, I write to the customData property of the
    objects. But I think I would also like to record all the style
    definitions somewhere in the files themselves, rather than having
    to include the 300+ lines of code in every script. Is there
    something like a customData property for documents? I don't see
    anything like it in the documentation ("Extending Fireworks").
    I suppose I could create a path on its own layer, call the
    layer "data", lock it and make it invisible. Then I could write the
    style definitions to the customData property of the path, but I was
    hoping there was a more elegant alternative that would be
    transparent to the user.
    Anybody have any ideas?

  • How to Reference a Slice from a Hotspot in a Add Behavior

    I want to create a command that does the following ;: the user selects several items and runs a command that will copy that selection to another frame (prompt for frame number), create a slice around that selection, hide that content on frame 1, insert a hotspot and link that hotspot to the slice as a swap to the chosen frame. Once complete, the user should be able to hit F12 and see their swap in action. This is useful for things like button states, menus, tooltips, or other rollover popups.This would take many of the manual steps out of creating a swap.I think the behavior I'm trying to achieve should be built into Fireworks. The prototyping capabilities are in need of improvement from a workflow perspective..
    I can use dom.copyToHotspot() to create the slice (very nice). I'd like to use the addBehavior("MM_swapImage directive to connect my hotspot to my slice. To understand how this works, I manually dragged from a hotspot to a slice and create a swap image and then I looked  into the History panel and copy steps. I got the following
         fw.getDocumentDOM().addBehavior("MM_swapImage(278038900,1,\"\",1,1)", "onMouseOver", -1);
    The number '278038900' causes me some concern. When I look at the documentation for extending Fireworks, I see that that number refers to the target slice. The documentation say "target specifies the slice to which the behavior is attached. Pass1– for this value; all other values are used internally by Fireworks" which I take to mean pass -1 to refer to the selected hotspot/slice. Here's the rub, I don't want to refer to the select hotspot, I wanted to refer to the destination slice. I'm wondering if I could reference the destination slice using a selection array.
    This brings up an issue with Fireworks scripting. It would be nice if I could give items an ID so that I could refer to those items by their ID rather than by the contents of a selection. I noticed that in the command 'dom.addSwapImageBehaviorFromPoint(where)', they say that I can select a slice and then refer to a hotspot at where (x,y). That might be an avenue to addressing my problem. But, finding something at point (x,y) is pretty fragile. If I add a hotspot, I'll know the x,y.

    i have same problem.
    http://www.ekapeninsaat.com.tr

  • Jsf: paletteTransparencyType bug?

    i have a jsf problem ive been trying to solve for hours
    now.....i need to export images as 8 bit png's with alpha
    transparency.
    <code>
    var ex = new ExportOptions();
    ex.exportFormat = "PNG";
    ex.colorMode = "indexed";
    ex.paletteTransparencyType = "rgba";
    fw.getDocumentDOM().setExportOptions(ex);
    fw.exportDocumentAs(d, savePath, null);
    </code>
    when i run this script, my images get saved, but not with
    transparency. the optimize palette says "No Transparency" no matter
    what i set paletteTransparencyType to.
    is this a bug, or am i doing something wrong.

    yes, the canvas is tranparent.
    i actually solved this, and found an error in the extending
    fireworks documentation. after changing a few options in the
    optimize palette, i took the history steps and converted them to
    jsf to see what it was doing.
    the documentation states that paletteTransparencyType is a
    property of the ExportOptions object, when in fact it is not. the
    correct property is paletteTransparency. wow....that had me
    scratching my head for hours.
    so the correct jsf would be:
    <code>
    var ex = new ExportOptions();
    ex.exportFormat = "PNG";
    ex.colorMode = "indexed";
    ex.paletteTransparency = "rgba";
    fw.getDocumentDOM().setExportOptions(ex);
    fw.exportDocumentAs(d, savePath, null);
    </code>
    i submitted this to adobe last night.

  • Can I use Fireworks CS4 with Photoshop Extended CS3?

    I plan to upgrade to the Master Collection later this year, if business keeps going as well as it has, but I need a feature of FW now, namely the more-excellent PNG-8 saving capabilities of FW, based on what I've read on the web. Will I need to backsave my FW4 files to make them work in CS3? I'm on an Intel Mac Pro, running Leopard.

    Gosh, all I want to know is if FW CS4 files work well in DW CS3. On another forum, the answer is yes.
    I do all my coding by hand, and will be taking a FW class on IWA for a particular certification. I don't want to make a Flash movie (.swf) right now. Yes, I know I could create a single-framed .swf and export it as a PNG, but that's an awful lot of work, and I hear FW does it much faster. I just want to make a certain kind of PNG that works correctly in IE6 that apparently can only be made with FW. IE6 is the only browser where the PNG with alpha transparency does not work correctly, and the background ends up gray instead of transparent. From what I've read, I can make an PNG-8 in FW with alpha transparency that will work correctly in IE6. Hopefully.
    I'm trying to reproduce an image (not the exact image, but using the same principles) from a CSS Zen Garden site treatment, and I need the bottom, detailed image to be opaque and the area over the image to be transparent, not gray, since text will be scrolling under it. The bottom art will be fixed to the bottom and positioned absolutely and will have a ragged upper edge with a transparent backgropund. I know it can be done, because I've seen it, and I've seen the CSS code. My question has to do with actually creating the PNG, which I know will work in all the other browsers on both platforms. I need to make something IE6-friendly.
    Thank you, though for trying to help.

  • PSD source file for animated GIF's - Fireworks CS3

    hi
    i've upgraded to Web Premium Suite CS3.
    Q: i have several PSD source file for animated GIF's created
    with ImageReday.
    how can i open/iomport/convert it in/to Fireworks CS3 without
    looing the "animation"
    many thanks
    Ueli

    ugisiger wrote:
    > hi
    > no any extras. simply 5 layers "distributed" on the
    timeline.
    > if i open a "animated" psd, so i get a file with the
    layers and one frame, but
    > loosing animation stuff like "when show witch layer an
    for how long"
    > -> there is no conversion to FW frames.
    >
    > Ueli
    >
    I don't do animations in PS or IR, but if you like, send me
    the file
    and I'll see if I can figure something out.
    Jim Babbage - .:Community MX:. & .:Adobe Community
    Expert:.
    Extending Knowledge, Daily
    http://www.communityMX.com/
    CommunityMX - Free Resources:
    http://www.communitymx.com/free.cfm
    .:Adobe Community Expert for Fireworks:.
    news://forums.macromedia.com/macromedia.fireworks
    news://forums.macromedia.com/macromedia.dreamweaver

  • Batch Procedure Not Working For Image Resizing in Fireworks 8

    Scaling graphics with a batch process. You can alter the
    height and width of images being exported using the Scale option in
    the Batch Process dialog box. To set scaling options for
    batch-processed files:
    Select Scale from the Batch Options list and click Add. In
    the Scale pop-up menu, select an option:
    Scale to Fit Area makes images fit proportionally with the
    maximum width and height range you specify.
    If you have chosen either Scale to Size or Scale to Fit Area
    in the Scale pop-up menu, you can also choose to scale only
    those documents that are currently larger than the target
    size. To do so, select the Only Scale Documents Currently Larger
    Than Target Size option. Click Next to continue the batch
    process. For information on completing the batch process,
    This routine us not working as described: It is only
    modifying files larger than the dimension I wanted, whereas in the
    Fireworks MX, it would upsize smaller images to this requirement.
    Just FYI, we did not have the box checked to only apply to
    documents that are currently larger than the target size.
    IS THIS A BUG IN THE FIREWORKS 8 ???
    This is one of the primary reasons we use this software
    ALL RESPONSES WELCOME, ESPECIALLY ONE THAT WILL FIX THIS
    ISSUE !!!!
    JSEVonda

    I agree the option should not be there if it doesn't work.
    Quite
    honestly, I think the FW team missed it in the last upgrade.
    And you're talking about more than just scaling - you are
    most likely
    including an export command as well, this was not indicated
    in your
    original post. Keep in mind your scaling occurs BEFORE any
    saving of the
    file at any new optimization setting. Maintaining a low
    compression
    would help, yes, but I'm not referring to quality loss
    through
    compression, I'm referring to quality loss through data
    extrapolation
    (interpolation?). When you resample an image to a large pixel
    count, you
    are asking the software to use an algorithm to create pixel
    data that
    did not exist in the original file. Whether it's Photoshop or
    Fireworks,
    quality loss will happen in a bitmap file. In short, you're
    asking the
    software to make an educated guess about the data in these
    new pixels.
    As for your end results - you did not indicate the original
    size of your
    files (pixel dimensions), nor how much you are upsampling. If
    your
    files are not being upsampled too greatly, and/or there is a
    great deal
    of pixel data to begin with and/or the final upsized images
    are not
    really large then it's possible that you do not notice any
    significant
    loss in quality.
    My assumption was you were working with small files in terms
    of
    resolution. Generally, though, web images are not large to
    begin with
    and do not have a huge pixel count, so resizing them upwards
    would
    usually be noticeable.
    All I am pointing out is that the file would not have the
    same quality
    as the original, even if the option was working. Whether that
    difference
    in quality is noticeable . . .
    For example, I took an image that was 72 x 54 pixels, resized
    it 200 %
    to 144x108 pixels. Bigger image, but quality is low and
    noticeable.
    I do the same thing with a file that is 1024 x 768 and I can
    still see
    some loss, but it doesn't look quite as bad. IT is however,
    noticeably
    more blurry than the original.
    And now how about a possible FW solution? ;-)
    Open ONE file in FW
    Set your jpeg quality to 100 (Type the value, do NOT use the
    slider)
    Go to Modify > Transform > Numeric Transform
    Set your new image size to the desired dimensions
    Click OK
    Go to Modify > Canvas > Fit Canvas
    Find those three steps in the History panel and save it as a
    custom
    command.
    You will now be able to access this step in the Batch Process
    Wizard, in
    the Commands menu. or in the Commands menu in FW.
    Add your other batch steps. You do not need the export option
    because we
    set that up in the custom command, but you might want to use
    the Rename
    operation.
    Click Next
    Choose an export directory if you wish
    Save the script to create a complete custom command that
    handles both
    sizing and exporting and file renaming and a custom location
    for saving
    the file.
    This one script can then be used either from the Batch
    Process Wizard OR
    from the Commands Menu in FW.
    One note, if you choose a custom location for the files to be
    saved,
    that directory gets written into the command, so whenever the
    batch is
    run - that is where the new files will go.
    As for other programs, Photoshop comes to mind. I'm sure
    there are
    other, specialized batch processing programs out there which
    could do
    exactly what you want.
    HTH!
    Jim Babbage - .:Community MX:. & .:Adobe Community
    Expert:.
    Extending Knowledge, Daily
    http://www.communityMX.com/
    CommunityMX - Free Resources:
    http://www.communitymx.com/free.cfm
    .:Adobe Community Expert for Fireworks:.
    news://forums.macromedia.com/macromedia.fireworks
    news://forums.macromedia.com/macromedia.dreamweaver
    JSEVonda wrote:
    > Well if that is the case, they should have notified the
    users to tell them, as
    > that is one of the primary reasons we even use the
    product. On that note, from
    > reading above replies, the upsampling did not degrade
    any image quality if you
    > simply chose "custom", as it allowed you to set the
    image quality to 100% of a
    > jpeg, during the batch routine, if you so desired.
    >
    > That said, what other product will do the task of
    "upsampling" as you call it,
    > in a batch format, as I do not want to have to go thru
    over 1000 images each
    > week and upsize them one at a time.
    >
    > JSEVonda
    >

  • When right clicking an image in Bridge, the "open with" option doesn't display Fireworks

    This is not the case with all the files, but some.  For example, there was a .jpg file that I couldn't open in Fireworks when right clicking and choosing "open with", although Illustrator and Photoshop were both listed.  Note: I have Cs5 Extended.  Thank you in advance.

    The "open with" menu is set in the OS, not Bridge, so open Windows Explorer and work on it from there to add what you want.

  • Pages are not scaled correctly, if you change the font size in browser (Fireworks export in CSS)

    I created some simple pages for my website with fireworks. I only used images and text and exported the pages in CSS and images. The Problem is that if you change the font size in the browser text and images or text and text often overlap each other. So what can I do that the page is scaled correctly?

    Yep, the "Font Size" option under Setup / Display is certainly not what it should be.
    Perhaps Menu or Fixed Font size would be more accurate.
    This problem extends to much of the device; the Browser, e-mails and the lock screen.  Lock screen certainly looks like it was thrown together.

  • Fireworks Menu Appearing Behind Content

    Hi All
    I have an existing website built in Macromedia Studio 8. I would like to upgrade to Web Premium CS5.5. As a result, I am currently using a trial version which has helped me to redesign the whole website. I am not proficient in code writing and have a basis understanding of the software. (That is why I am testing the trial version first). However, I an faced with TWO problems.
    The first is, although my templates were built using one of Adobe's page layout formats (then customised), some of the pages are no longer centred.
    The second is, I have created menu's in both Fireworks (Studio 8 then edited in Fireworks CS5.1 creative suite master collection and saved) and Spry (in Dreamweaver CS5.5) - which have now caused the menus to appear behind content on some of the pages.
    I have tried to use the pages which look fine in the browser as templates but, sadly, when the content is changed/added to, the menu appears behind again.
    I would appreciate any help.
    S
    P.S.I can't publish a link as I am using a trial version of the software at present.

    Thank you for your prompt reply Snake eyes,
    Please find the code below:
    <%@LANGUAGE="JAVASCRIPT" CODEPAGE="65001"%>
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml"><!-- InstanceBegin template="/Templates/advertising_privacy.dwt" codeOutsideHTMLIsLocked="false" -->
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <!-- InstanceBeginEditable name="doctitle" -->
    <title>Viva Fashion.co.uk's Advertising Rates</title>
    <!-- InstanceEndEditable -->
    <!-- InstanceBeginEditable name="head" -->
    <!-- InstanceEndEditable -->
    <style type="text/css">
    <!--
    @import url("../menu_viva_fashion_site/viva_fashion_menu.css");
    @import url("../menu_useful_health_contacts/useful_health_and_beauty_contacts.css");
    body {
         margin: 0;/* center layout */
         padding: 0;
         color: #FFF;
         font-family: Verdana, Arial, Helvetica, sans-serif;
         font-size: 100%;
         line-height: 1.4;
    /* ~~ Element/tag selectors ~~ */
    ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
         padding: 0;
         margin: 0;
    h1, h2, h3, h4, h5, h6, p {
         margin-top: 0;      /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
         padding-right: 15px;
         padding-left: 15px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
    a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
         border: none;
    /* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
    a:link {
         color: #999999;
         text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
    a:visited {
         color: #FF0099;
         text-decoration: underline;
    a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
         text-decoration: none;
    /* ~~ this fixed width container surrounds the other divs ~~ */
    .container {
         width: 1100px;
         background: #FFF; /* the auto value on the sides, coupled with the width, centers the layout */
         margin-top: 0;
         margin-right: auto;
         margin-bottom: 0;
         margin-left: auto;
    /* ~~ the header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo ~~ */
    .header {
         background: #FFF;
    /* ~~ This is the layout information. ~~
    1) Padding is only placed on the top and/or bottom of the div. The elements within this div have padding on their sides. This saves you from any "box model math". Keep in mind, if you add any side padding or border to the div itself, it will be added to the width you define to create the *total* width. You may also choose to remove the padding on the element in the div and place a second div within it with no width and the padding necessary for your design.
    .content {
         padding: 10px 0;
    /* ~~ The footer ~~ */
    .footer {
         padding: 10px 0;
         background: #CCC49F;
    /* ~~ miscellaneous float/clear classes ~~ */
    .fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
         float: right;
         margin-left: 8px;
    .fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
         float: left;
         margin-right: 8px;
    .clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
         clear:both;
         height:0;
         font-size: 1px;
         line-height: 0px;
    #apDiv1 {
         position:absolute;
         left:1px;
         top:2px;
         width:744px;
         height:80px;
         z-index:1;
    #apDiv2 {
         position:absolute;
         left:4px;
         top:85px;
         width:1100px;
         height:25px;
         z-index:2;
         background-color: #CCCCCC;
    #apDiv3 {
         position:absolute;
         left:1px;
         top:120px;
         width:670px;
         height:800px;
         z-index:3;
    #apDiv4 {
         position:absolute;
         left:2px;
         top:910px;
         width:670px;
         height:500px;
         z-index:4;
    #apDiv5 {
         position:absolute;
         left:670px;
         top:120px;
         width:130px;
         height:1300px;
         z-index:5;
    #apDiv6 {
         position:absolute;
         left:804px;
         top:120px;
         width:300px;
         height:1300px;
         z-index:6;
         background-color: #000000;
    -->
    </style>
    <link href="Vivavocefashion.css" rel="stylesheet" type="text/css" />
    <style type="text/css">
    .style1 {color: #666666}
    #apDiv7 {
         position:absolute;
         left:2px;
         top:1430px;
         width:1100px;
         height:60px;
         z-index:7;
         background-color: #000000;
    .style10 {font-weight: bold}
    .style12 {font-weight: bold}
    .style14 {font-weight: bold}
    .style16 {font-weight: bold}
    .style2 {font-weight: bold}
    .style4 {font-weight: bold}
    .style6 {font-weight: bold}
    .style8 {font-weight: bold}
    #apDiv8 {
         position:absolute;
         left:4px;
         top:85px;
         width:1100px;
         height:25px;
         z-index:8;
    #apDiv9 {
         position:absolute;
         left:11px;
         top:10px;
         width:174px;
         height:44px;
         z-index:9;
    #apDiv10 {
         position:absolute;
         left:6px;
         top:4px;
         width:172px;
         height:60px;
         z-index:9;
    #apDiv11 {     position:absolute;
         left:-7px;
         top:27px;
         width:1100px;
         height:20px;
         z-index:1;
    </style>
    <script language="JavaScript1.2" type="text/javascript" src="../menu_viva_fashion_site/mm_css_menu.js"></script>
    </head>
    <div id="apDiv1">
      <table width="1099" border="0">
        <tr>
          <td width="327"><a href="../index.html"><img src="../graphics/viva_fashion_logo.gif" width="322" height="78" alt="viva fashion.co.uk logo" longdesc="http://www.vivafashion.co.uk" /></a></td>
          <td width="762"><span class="Headerpink">
          <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="600" height="65">
        <param name="movie" value="../animations/top_banner_advert.swf" />
        <param name="quality" value="high" />
        <embed src="../animations/top_banner_advert.swf" quality="high" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="600" height="65"> </embed>
      </object>
    </span>
            </td>
        </tr>
      </table>
    </div>
    <body>
    <div id="apDiv7">
      <div align="left"><span class="Bodytextwhite"><a href="advertising.html" class="Bodytextwhite">Advertising</a> | <a href="privacy-policy.html" class="Bodytextwhite">Privacy Policy</a> | <a href="site-map.html" class="Bodytextwhite">Site Map</a> | <a href="subscribe.html" class="Bodytextwhite">Subscription Service &amp; Feedback</a> | <a href="user-agreement.html" class="Bodytextwhite">Useragreement</a></span><span class="Bodytextpink"><span class="Bodytextwhite"> <br />
        Contact us at <a href="mailto:[email protected]">[email protected]</a> <br />
        <a href="http://www.VivaFashion.co.uk" target="_blank">http://www.VivaFashion.co.uk</a> A Fashion Shopping and Retail News Website &copy; 2000-2011. All rights reserved.</span></span>  </div>
    </div>
    <div id="apDiv2">
      <div id="FWTableContainer1630063442">
        <div align="left"><img name="viva_fashion_menu" src="../menu_viva_fashion_site/viva_fashion_menu.jpg" width="1100" height="20" border="0" id="viva_fashion_menu" usemap="#m_viva_fashion_menu" alt="" />
          <map name="m_viva_fashion_menu" id="m_viva_fashion_menu">
            <area shape="rect" coords="1,0,55,20" href="http://www.vivafashion.co.uk/index.html" target="None" alt="" />
            <area shape="rect" coords="766,0,857,25" href="javascript:;" alt="" onmouseout="MM_menuStartTimeout(1000);"  onmouseover="MM_menuShowMenu('MMMenuContainer0314125112_0', 'MMMenu0314125112_0',766,25,'viva_fashion_menu');"  />
            <area shape="rect" coords="640,0,714,19" href="javascript:;" alt="" onmouseout="MM_menuStartTimeout(1000);"  onmouseover="MM_menuShowMenu('MMMenuContainer0314125112_1', 'MMMenu0314125112_1',640,19,'viva_fashion_menu');"  />
            <area shape="rect" coords="482,0,584,19" href="javascript:;" alt="" onmouseout="MM_menuStartTimeout(1000);"  onmouseover="MM_menuShowMenu('MMMenuContainer0314125112_2', 'MMMenu0314125112_2',482,19,'viva_fashion_menu');"  />
            <area shape="rect" coords="322,0,425,19" href="javascript:;" alt="" onmouseout="MM_menuStartTimeout(1000);"  onmouseover="MM_menuShowMenu('MMMenuContainer0314125112_3', 'MMMenu0314125112_3',322,19,'viva_fashion_menu');"  />
            <area shape="rect" coords="193,0,275,19" href="javascript:;" alt="" onmouseout="MM_menuStartTimeout(1000);"  onmouseover="MM_menuShowMenu('MMMenuContainer0314125112_4', 'MMMenu0314125112_4',193,19,'viva_fashion_menu');"  />
            <area shape="rect" coords="92,0,157,25" href="javascript:;" alt="" onmouseout="MM_menuStartTimeout(1000);"  onmouseover="MM_menuShowMenu('MMMenuContainer0314125112_5', 'MMMenu0314125112_5',92,25,'viva_fashion_menu');"  />
          </map>
        </div>
        <div id="MMMenuContainer0314125112_0">
          <div id="MMMenu0314125112_0" onmouseout="MM_menuStartTimeout(1000);" onmouseover="MM_menuResetTimeout();">
            <div align="left"><a href="fashion-shopping.html" id="MMMenu0314125112_0_Item_0" class="MMMIFVStyleMMMenu0314125112_0" onmouseover="MM_menuOverMenuItem('MMMenu0314125112_0');"> Editor's Shopping List </a> <a href="fashion-contacts-discount.html" id="MMMenu0314125112_0_Item_1" class="MMMIVStyleMMMenu0314125112_0" onmouseover="MM_menuOverMenuItem('MMMenu0314125112_0');"> Discount Shopping Links </a> <a href="fashion-contacts-discount-village.html" id="MMMenu0314125112_0_Item_2" class="MMMIVStyleMMMenu0314125112_0" onmouseover="MM_menuOverMenuItem('MMMenu0314125112_0');"> Discount Village Links </a> <a href="shopping-online-index.html" id="MMMenu0314125112_0_Item_3" class="MMMIVStyleMMMenu0314125112_0" onmouseover="MM_menuOverMenuItem('MMMenu0314125112_0');"> Shopping Links </a> <a href="high-index.html" id="MMMenu0314125112_0_Item_4" class="MMMIVStyleMMMenu0314125112_0" onmouseover="MM_menuOverMenuItem('MMMenu0314125112_0');"> Stockists  </a> <a href="fashion-contacts-vintage.html" id="MMMenu0314125112_0_Item_5" class="MMMIVStyleMMMenu0314125112_0" onmouseover="MM_menuOverMenuItem('MMMenu0314125112_0');"> Vintage Links </a>        </div>
          </div>
        </div>
        <div id="MMMenuContainer0314125112_1">
          <div id="MMMenu0314125112_1" onmouseout="MM_menuStartTimeout(1000);" onmouseover="MM_menuResetTimeout();">
            <div align="left"><a href="book-reviews.html" id="MMMenu0314125112_1_Item_0" class="MMMIFVStyleMMMenu0314125112_1" onmouseover="MM_menuOverMenuItem('MMMenu0314125112_1');"> Book Reviews </a> <a href="dates-for-your-diary.html" id="MMMenu0314125112_1_Item_1" class="MMMIVStyleMMMenu0314125112_1" onmouseover="MM_menuOverMenuItem('MMMenu0314125112_1');"> Diary Dates </a> <a href="consumer-lifestyle-show.html" id="MMMenu0314125112_1_Item_2" class="MMMIVStyleMMMenu0314125112_1" onmouseover="MM_menuOverMenuItem('MMMenu0314125112_1');"> Fashion Lifestyle Shows </a> <a href="fashion-news.html" id="MMMenu0314125112_1_Item_3" class="MMMIVStyleMMMenu0314125112_1" onmouseover="MM_menuOverMenuItem('MMMenu0314125112_1');"> Fashion News </a> <a href="fashion-news-designers.html" id="MMMenu0314125112_1_Item_4" class="MMMIVStyleMMMenu0314125112_1" onmouseover="MM_menuOverMenuItem('MMMenu0314125112_1');"> New Designer Launches </a> <a href="fashion-news-websites.html" id="MMMenu0314125112_1_Item_5" class="MMMIVStyleMMMenu0314125112_1" onmouseover="MM_menuOverMenuItem('MMMenu0314125112_1');"> New Websites </a> <a href="fashion-news-products.html" id="MMMenu0314125112_1_Item_6" class="MMMIVStyleMMMenu0314125112_1" onmouseover="MM_menuOverMenuItem('MMMenu0314125112_1');"> Product Launches </a> <a href="fashion-spotlight.html" id="MMMenu0314125112_1_Item_7" class="MMMIVStyleMMMenu0314125112_1" onmouseover="MM_menuOverMenuItem('MMMenu0314125112_1');"> Spotlight on Luxury Labels </a> <a href="fashion-trends.html" id="MMMenu0314125112_1_Item_8" class="MMMIVStyleMMMenu0314125112_1" onmouseover="MM_menuOverMenuItem('MMMenu0314125112_1');"> Trends </a> <a href="fashion-news-stores.html" id="MMMenu0314125112_1_Item_9" class="MMMIVStyleMMMenu0314125112_1" onmouseover="MM_menuOverMenuItem('MMMenu0314125112_1');"> Store Openings </a> <a href="fashion-street-looks.html" id="MMMenu0314125112_1_Item_10" class="MMMIVStyleMMMenu0314125112_1" onmouseover="MM_menuOverMenuItem('MMMenu0314125112_1');"> Street Style </a>        </div>
          </div>
        </div>
        <div id="MMMenuContainer0314125112_2">
          <div id="MMMenu0314125112_2" onmouseout="MM_menuStartTimeout(1000);" onmouseover="MM_menuResetTimeout();">
            <div align="left"><a href="advertising.html" id="MMMenu0314125112_2_Item_0" class="MMMIFVStyleMMMenu0314125112_2" onmouseover="MM_menuOverMenuItem('MMMenu0314125112_2');"> Advertising Rates </a> <a href="retail-classifieds.html" id="MMMenu0314125112_2_Item_1" class="MMMIVStyleMMMenu0314125112_2" onmouseover="MM_menuOverMenuItem('MMMenu0314125112_2');"> Retail Classifieds </a> <a href="retail-jobs.html" id="MMMenu0314125112_2_Item_2" class="MMMIVStyleMMMenu0314125112_2" onmouseover="MM_menuOverMenuItem('MMMenu0314125112_2');"> Retail Jobs </a>        </div>
          </div>
        </div>
        <div id="MMMenuContainer0314125112_3">
          <div id="MMMenu0314125112_3" onmouseout="MM_menuStartTimeout(1000);" onmouseover="MM_menuResetTimeout();">
            <div align="left"><a href="celebrity-oscars.html" id="MMMenu0314125112_3_Item_0" class="MMMIFVStyleMMMenu0314125112_3" onmouseover="MM_menuOverMenuItem('MMMenu0314125112_3');"> Awards Show Fashion </a> <a href="beauty-celebrity.html" id="MMMenu0314125112_3_Item_1" class="MMMIVStyleMMMenu0314125112_3" onmouseover="MM_menuOverMenuItem('MMMenu0314125112_3');"> Celebrity Beauty </a> <a href="celebrity-news-gossip.html" id="MMMenu0314125112_3_Item_2" class="MMMIVStyleMMMenu0314125112_3" onmouseover="MM_menuOverMenuItem('MMMenu0314125112_3');"> Celebrity News </a> <a href="celebrity-parties.html" id="MMMenu0314125112_3_Item_3" class="MMMIVStyleMMMenu0314125112_3" onmouseover="MM_menuOverMenuItem('MMMenu0314125112_3');"> Celebrity Parties </a> <a href="celebrity-focus.html" id="MMMenu0314125112_3_Item_4" class="MMMIVStyleMMMenu0314125112_3" onmouseover="MM_menuOverMenuItem('MMMenu0314125112_3');"> Celebrity Profile </a> <a href="model-profile.html" id="MMMenu0314125112_3_Item_5" class="MMMIVStyleMMMenu0314125112_3" onmouseover="MM_menuOverMenuItem('MMMenu0314125112_3');"> Model Profile </a>        </div>
          </div>
        </div>
        <div id="MMMenuContainer0314125112_4">
          <div id="MMMenu0314125112_4" onmouseout="MM_menuStartTimeout(1000);" onmouseover="MM_menuResetTimeout();">
            <div align="left"><a href="graduate-fashion-week.html" id="MMMenu0314125112_4_Item_0" class="MMMIFVStyleMMMenu0314125112_4" onmouseover="MM_menuOverMenuItem('MMMenu0314125112_4');"> Emerging Talent </a> <a href="retail-trends.html" id="MMMenu0314125112_4_Item_1" class="MMMIVStyleMMMenu0314125112_4" onmouseover="MM_menuOverMenuItem('MMMenu0314125112_4');"> Fashion Week Reports </a> <a href="retail-exhibitions.html" id="MMMenu0314125112_4_Item_2" class="MMMIVStyleMMMenu0314125112_4" onmouseover="MM_menuOverMenuItem('MMMenu0314125112_4');"> Important Dates </a> <a href="model-index.html" id="MMMenu0314125112_4_Item_3" class="MMMIVStyleMMMenu0314125112_4" onmouseover="MM_menuOverMenuItem('MMMenu0314125112_4');"> Model Agency Index </a> <a href="photographers-index.html" id="MMMenu0314125112_4_Item_4" class="MMMIVStyleMMMenu0314125112_4" onmouseover="MM_menuOverMenuItem('MMMenu0314125112_4');"> Photographers  Index </a> <a href="retail-appointments.html" id="MMMenu0314125112_4_Item_5" class="MMMIVStyleMMMenu0314125112_4" onmouseover="MM_menuOverMenuItem('MMMenu0314125112_4');"> Retail Appointments </a> <a href="retail-feature.html" id="MMMenu0314125112_4_Item_6" class="MMMIVStyleMMMenu0314125112_4" onmouseover="MM_menuOverMenuItem('MMMenu0314125112_4');"> Retail Features </a> <a href="retail-news.html" id="MMMenu0314125112_4_Item_7" class="MMMIVStyleMMMenu0314125112_4" onmouseover="MM_menuOverMenuItem('MMMenu0314125112_4');"> Retail News </a> <a href="retail-shares.html" id="MMMenu0314125112_4_Item_8" class="MMMIVStyleMMMenu0314125112_4" onmouseover="MM_menuOverMenuItem('MMMenu0314125112_4');"> Retail Share Prices </a> <a href="retail-wholesalers.html" id="MMMenu0314125112_4_Item_9" class="MMMIVStyleMMMenu0314125112_4" onmouseover="MM_menuOverMenuItem('MMMenu0314125112_4');"> Retail Wholesalers Index </a> <a href="retail-trade-show.html" id="MMMenu0314125112_4_Item_10" class="MMMIVStyleMMMenu0314125112_4" onmouseover="MM_menuOverMenuItem('MMMenu0314125112_4');"> Trade Show Reviews </a>        </div>
          </div>
        </div>
        <div id="MMMenuContainer0314125112_5">
          <div id="MMMenu0314125112_5" onmouseout="MM_menuStartTimeout(1000);" onmouseover="MM_menuResetTimeout();">
            <div align="left"><a href="beauty-bargains.html" id="MMMenu0314125112_5_Item_0" class="MMMIFVStyleMMMenu0314125112_5" onmouseover="MM_menuOverMenuItem('MMMenu0314125112_5');"> Budget Buys </a> <a href="beauty-news.html" id="MMMenu0314125112_5_Item_1" class="MMMIVStyleMMMenu0314125112_5" onmouseover="MM_menuOverMenuItem('MMMenu0314125112_5');"> Beauty News </a> <a href="book-reviews.html" id="MMMenu0314125112_5_Item_2" class="MMMIVStyleMMMenu0314125112_5" onmouseover="MM_menuOverMenuItem('MMMenu0314125112_5');"> Book Reviews </a> <a href="beauty-feature.html" id="MMMenu0314125112_5_Item_3" class="MMMIVStyleMMMenu0314125112_5" onmouseover="MM_menuOverMenuItem('MMMenu0314125112_5');"> Beauty Features </a> <a href="health-beauty-features.html" id="MMMenu0314125112_5_Item_4" class="MMMIVStyleMMMenu0314125112_5" onmouseover="MM_menuOverMenuItem('MMMenu0314125112_5');"> Health Features </a> <a href="beauty-trends.html" id="MMMenu0314125112_5_Item_5" class="MMMIVStyleMMMenu0314125112_5" onmouseover="MM_menuOverMenuItem('MMMenu0314125112_5');"> New Season Looks </a> <a href="beauty-contacts.html" id="MMMenu0314125112_5_Item_6" class="MMMIVStyleMMMenu0314125112_5" onmouseover="MM_menuOverMenuItem('MMMenu0314125112_5');"> Stockists / Book an Appointment </a>        </div>
          </div>
        </div>
      </div>
    </div>
    <div align="left"><!-- InstanceBeginEditable name="mainbodycontent" -->
    <div id="apDiv3" style="overflow: auto; height: 1300px; width: 670px;background-color: #FFF;">
      <p><span class="Bodytext"><span class="Header"><b>HOW CAN WE HELP YOU?</b></span><br />
        Consumers can't wait to get there hands on the latest must-have item or information on what the new season has to offer. Team information like that with business and celebrity gossip and what do you get? A heady mix that accommodates the tastes of a sizable share of the fashion and beauty market. </span></p>
      <p class="Bodytext">With technology advancing at a galloping pace that has ensured Internet users exposure to information and convenience shopping facilities in an instant, more and more companies are realising the importance of getting their brand noticed through this medium than waiting on the production cycles of others.</p>
      <p><span class="Bodytext">Time waits for no man. Neither does fashion. See below for advertising rates or contact us directly for collaborative advertising campaigns. </span></p>
      <p><b class="Header">WHAT'S AVAILABLE/ADVERT SPECIFICATION</b></p>
      <table width="500" border="1" align="center">
        <tr>
          <td width="250" bgcolor="#CCCCCC" class="Header"><div align="center"><strong>Banners</strong></div></td>
          <td width="250" align="left" valign="top" bgcolor="#CCCCCC"><div align="center" class="Header"><strong>Tiles</strong></div></td>
        </tr>
        <tr>
          <td width="250"><b><span class="Blackttext12">(Top Only) Dimensions:</span></b><span class="Blackttext12"> 468 x 60 pixels</span></td>
          <td width="250" align="left" valign="top"><span class="Blackttext12"><b>Dimensions:</b> 120 x 90 pixels</span></td>
        </tr>
        <tr>
          <td width="250"><span class="Blackttext12"><b>Formats:</b> gif, gif89, jpeg, Flash, HTML</span></td>
          <td width="250" align="left" valign="top"><span class="Blackttext12"><b>Formats:</b> gif or jpg (non-animated, roll-over)</span></td>
        </tr>
        <tr>
          <td width="250" valign="top"><p align="left"><span class="Blackttext12"><b>File size:</b> 20K max</span><br />
          </p></td>
          <td width="250" align="left" valign="top"><div align="left"><span class="Blackttext12"><b>File size:</b> 5K max</span><br />
          </div></td>
        </tr>
        <tr>
          <td width="250" bgcolor="#CCCCCC" class="Header"><div align="center"><strong>side bar adverts &amp; box adverts </strong></div></td>
          <td width="250" align="left" bgcolor="#CCCCCC"><div align="center" class="Header"><strong>pop-ups</strong></div></td>
        </tr>
        <tr>
          <td width="250"><b><span class="Blackttext12">Dimensions:</span></b><span class="Blackttext12"> 120 x 310 pixels or </span></td>
          <td width="250" align="left"><span class="Blackttext12"><b>Dimensions:</b> 250 x 250 pixels</span></td>
        </tr>
        <tr>
          <td width="250"><span class="Blackttext12"><b>Dimensions:</b> 120 x 240 pixels or</span></td>
          <td width="250" align="left"><span class="Blackttext12"><b>Formats:</b> Javascript displayed on a HTML page for five seconds before closing</span></td>
        </tr>
        <tr>
          <td width="250"><span class="Blackttext12"><b>Dimensions:</b> 125 x 125 pixels</span></td>
          <td width="250" align="left"><span class="Blackttext12"><b>File size:</b> 20K Max</span></td>
        </tr>
        <tr>
          <td width="250"><span class="Blackttext12"><b>Formats:</b> gif, gif89, jpeg, Flash, HTML</span></td>
          <td width="250" align="left"> </td>
        </tr>
        <tr>
          <td width="250"><p align="left"><span class="Blackttext12"><b>File size:</b> 20K max</span></p></td>
          <td width="250" align="left"><p align="left"><span class="Blackttext12"><br />
            <br />
          </span></p></td>
        </tr>
      </table>
      <br />
      <p><b class="Header">LEAD TIMES</b><br />
        <br />
        <span class="Bodytext">Production deadlines do not include time needed for revisions made either by agency or the advertisers in-house design department. Publication of adverts depends solely on the type of advertisement or campaign the advertiser runs with us and the time at which the advertisement is received. Advertisements received after the production deadline is not guaranteed for inclusion.</span><br />
      </p>
      <table width="500" border="1" align="center">
        <tr>
          <td width="250" align="left" bgcolor="#CCCCCC"><div align="left"><b class="Blackttext12">ADVERTISEMENT FORMAT</b></div></td>
          <td width="250" bgcolor="#CCCCCC"><b class="Blackttext12">PRODUCTION DEADLINE</b></td>
        </tr>
        <tr>
          <td width="250" align="left" class="Blackttext12"><div align="left">E-Mail Text Links (copy and url t.b.supplied)</div></td>
          <td width="250" class="Blackttext12">-</td>
        </tr>
        <tr>
          <td width="250" align="left" class="Blackttext12"><div align="left">Gif/Animated Gif</div></td>
          <td width="250" class="Blackttext12">4 Business Days</td>
        </tr>
        <tr>
          <td width="250" align="left" class="Blackttext12"><div align="left">HTML</div></td>
          <td width="250" class="Blackttext12">4 Business Days</td>
        </tr>
        <tr>
          <td width="250" align="left" class="Blackttext12"><div align="left">Javascript</div></td>
          <td width="250" class="Blackttext12">-</td>
        </tr>
        <tr>
          <td width="250" align="left" class="Blackttext12"><div align="left">Keyword Campaigns</div></td>
          <td width="250" class="Blackttext12">-</td>
        </tr>
        <tr>
          <td width="250" align="left" class="Blackttext12"><div align="left">Sidebar</div></td>
          <td width="250" class="Blackttext12">4 Business Days</td>
        </tr>
      </table>
      <br />
      <p><b><span class="Header">PRICING</span></b></p>
      <table width="500" border="1" align="center">
        <tr bgcolor="#CCCCCC">
          <td class="Blackttext12"><b>Cost per quarterly period</b></td>
          <td class="Blackttext12"><div align="center"><b>4 weeks</b></div></td>
          <td class="Blackttext12"><div align="center"><b>12 weeks</b></div></td>
          <td class="Blackttext12"><div align="center"><b>26 weeks</b></div></td>
          <td class="Blackttext12"><div align="center"><b>52 weeks</b></div></td>
        </tr>
        <tr>
          <td colspan="5" class="Blackttext12"><div align="left"><b>Tile Adverts - For 24hour Advertising Presence</b></div></td>
        </tr>
        <tr>
          <td class="Blackttext12">Pounds Sterling</td>
          <td class="Blackttext12"><div align="center"><a href="mailto:[email protected]">Contact Us</a></div></td>
          <td class="Blackttext12"><div align="center"><a href="mailto:[email protected]">Contact Us</a></div></td>
          <td class="Blackttext12"><div align="center"><a href="mailto:[email protected]">Contact Us</a></div></td>
          <td class="Blackttext12"><div align="center"><a href="mailto:[email protected]">Contact Us</a></div></td>
        </tr>
        <tr>
          <td colspan="5" class="Blackttext12"><div align="left"><b>Banner and Side Bar Adverts (Discount another &pound;200 for Side Bar/Box Adverts)</b></div></td>
        </tr>
        <tr>
          <td class="Blackttext12">Pounds Sterling</td>
          <td class="Blackttext12"><div align="center"><a href="mailto:[email protected]">Contact Us</a></div></td>
          <td class="Blackttext12"><div align="center"><a href="mailto:[email protected]">Contact Us</a></div></td>
          <td class="Blackttext12"><div align="center"><a href="mailto:[email protected]">Contact Us</a></div></td>
          <td class="Blackttext12"><div align="center"><a href="mailto:[email protected]">Contact Us</a></div></td>
        </tr>
        <tr>
          <td colspan="5" class="Blackttext12"><div align="left"><b>Pop-Up Box</b></div></td>
        </tr>
        <tr>
          <td class="Blackttext12">Pound Sterling</td>
          <td class="Blackttext12"><div align="center"><a href="mailto:[email protected]">Contact Us</a></div></td>
          <td class="Blackttext12"><div align="center"><a href="mailto:[email protected]">Contact Us</a></div></td>
          <td class="Blackttext12"><div align="center"><a href="mailto:[email protected]">Contact Us</a></div></td>
          <td class="Blackttext12"><div align="center"><a href="mailto:[email protected]">Contact Us</a></div></td>
        </tr>
      </table>
      <p><span class="Blackttext12">For Euros and dollars please use the following link to convert:</span> <span class="Bodytext"><a href="http://www.xe.com">http://www.xe.com</a>.</span></p>
      <p><span class="Header"><b>GENERAL REQUIREMENTS</b></span></p>
      <ul>
        <li>
          <p class="Bodytext">Images<br />
            All images must have alternate (descriptive and concise) text to be used in the absence of images.<br />
            <br />
          </p>
        </li>
        <li>
          <p class="Bodytext">Optimisation Guidelines<br />
            Images must be optimised to the lowest-possible bit depth.<br />
            <br />
          </p>
        </li>
        <li class="Bodytext">
          <p>It is recommended that fewer colours are used for advertisements. Visit browser safe colour palette sites for more guidelines.<br />
          </p>
        </li>
      </ul>
      <p><span class="Header"><strong>Testing</strong><span class="Bodytext"><br />
        <br />
        VIVAFASHION.CO.UK </span></span><span class="Bodytext">will not be held responsible for the testing of advertisements. All advertisements, must be tested prior to delivery for compatibility on the following browsers and platforms:<br />
          -Netscape 3.x and 4x for Windows 3.1 and Macintosh OS 8x<br />
          -Microsoft Internet Explorer for Windows 3.1 and Macintosh OS 8x<br />
          - AOL 3.x for Windows 3.1 and Macintosh OS 8x</span></p>
      <p><br />
        <b class="Header">GENERAL INFORMATION</b></p>
      <ul>
        <li>
          <p class="Bodytext">Approval<br />
            VIVAFASHION.CO.UK has final approval for all ads with respect to editorial/creative content. We reserve the right to remove an advertisement from this website at any time for any reason.<br />
            <br />
          </p>
        </li>
        <li class="Bodytext">
          <p>Specifications <br />
            All specifications apply to all ads, whether hosted by VIVAFASHION.CO.UK or by a third party. <br />
            Please note that all rates and conditions are quoted in pounds sterling and are subject to change without notice.VIVAFASHION.CO.UK reserve the right to refuse or cancel any order without cause, at any time. </p>
        </li>
      </ul>
      <p class="Bodytext">For more information with regards to rates, special advertising packages/campaigns and specifications please contact us at:<a href="mailto:[email protected]" class="Bodytext"> <br />
      Sales at Viva  Fashion.co.uk</a>. </p>
    </div>
    <!-- InstanceEndEditable -->
    </div>
    <div id="apDiv5"></div>
    <div id="apDiv6">
      <p align="left"><font face="Arial, Helvetica, sans-serif"><br />
      </font></p>
      <p align="left"> </p>
      <p align="left"> </p>
      <p align="left"> </p>
      <p align="left"> </p>
      <p align="left"> </p>
      <p align="left"> </p>
      <p align="left"> </p>
    </div>
    </body>
    <!-- InstanceEnd --></html>

  • Saving Fireworks PNG as PSD

    I have a Fireworks png file that i am trying to save out as a
    psd. I can do so, but when I open in Photoshop, the layer groups I
    created in my Fireworks png file are not preserved. The layers stay
    put, but photoshop ignores the layer folder (or groups) and puts
    them all in one big bucket. Is there a way to preserve the layer
    groups during my saving to psd process?
    Also, I have text in my png file that uses -4 letterspacing.
    When I save as PSD, and open in Photoshop, the letterspacing
    changes to -40. Anyway to get around this? I need to text to remain
    editable is photoshop also.

    Reaganjudd wrote:
    > I have a Fireworks png file that i am trying to save out
    as a psd. I can do
    > so, but when I open in Photoshop, the layer groups I
    created in my Fireworks
    > png file are not preserved. The layers stay put, but
    photoshop ignores the
    > layer folder (or groups) and puts them all in one big
    bucket. Is there a way
    > to preserve the layer groups during my saving to psd
    process?
    >
    > Also, I have text in my png file that uses -4
    letterspacing. When I save as
    > PSD, and open in Photoshop, the letterspacing changes to
    -40. Anyway to get
    > around this? I need to text to remain editable is
    photoshop also.
    >
    I've written three different tutorials for CMX that deal with
    converting
    complex PNG files to PSD files. Fireworks has both LAYERS and
    OBJECTS,
    while Photoshop is really just layer-based. With the current
    version of
    FW there is no way that I know of to preserve this hierarchy
    when you go
    from PNG to PSD, but you can recreate the same set up
    manually once the
    file has been saved as a PSD and opened in Photoshop.
    Here's how I tackled it:
    1 Start by making sure that all objects are ungrouped (to
    avoid any
    object flattening in the Save as PSD process) and
    individually named,
    because FW will use these names for the layers it creates
    when the PSD
    file is made.
    2 Save the file as a psd file.
    3 Launch Photoshop and open the newly created PSD file. Keep
    the
    original PNG file open in Fireworks
    Create and Fill Your Layer Groups
    4 Refer to the original Fireworks PNG file and create a
    series of empty
    Layer groups that will mimic the Layer/object hierarchy of
    the PNG file.
    5 Name each group as seen in the PNG file. The easiest way to
    create
    empty Layer Groups without nesting them within each other is
    to press
    the Create New Group icon at the bottom of the Layers
    Palette. This icon
    looks like a file folder. To save time, you can double-click
    on the
    layer names in Fireworks, copy the name and then double-click
    on the
    Layer group name in Photoshop and paste the text.
    6 Once the groups are named expand the layers in the PNG so
    you can see
    the objects within each layer. Find the matching layers in
    the Photoshop
    file, select them and begin dragging them into the
    appropriate groups.
    If you leave any objects/layers invisible in Fireworks when
    you save as
    a PSD, they are still exported and will still remain hidden
    when you
    open the file in Photoshop.
    For more detail (and pictures) you can check out this article
    on CMX.
    It's based on converting one of our JumpStarts to a PSD file,
    but the
    workflow is applicable to any FW PNG file.
    http://www.communitymx.com/abstract.cfm?cid=C49D7
    Probably not the answer you wanted, but I hope these steps
    help.
    Jim Babbage - .:Community MX:. & .:Adobe Community
    Expert:.
    Extending Knowledge, Daily
    http://www.communityMX.com/
    CommunityMX - Free Resources:
    http://www.communitymx.com/free.cfm
    .:Adobe Community Expert for Fireworks:.
    news://forums.macromedia.com/macromedia.fireworks
    news://forums.macromedia.com/macromedia.dreamweaver

  • HELP:Setting up Fireworks website Background Scroll for Dreamweaver Export

    This is what I have designed for my website thus far (image attached) The lime green rectangle is the box that I want to extend for user to scroll down for more information while on the Website. How do I set up this image/function for dreamweaver CS4 html compatible.
    Do I use 9 slice scaling or Export a small horizontal image that repeats as the back ground or what.
    Please Help me.
    Thank you.

    It's impossible to see all the details you have from the size of the image you show. It looks like you have a small graphic next to each block of text. If that's what you're asking about then you should export just that graphic and use CSS to place that as part of a class for a div. For each block of text + photo, then, you would add another div. Once you get the code right for one block, you're fine. You do not write this code in Fireworks. You do it in Dreamweaver.
    You can't use a repeating graphic for this element (if it is what you're asking about), because the text blocks may or may not line up with it.
    Try going through this tutorial (the graphics can be done with Fireworks instead of Photoshop)
    http://net.tutsplus.com/tutorials/html-css-techniques/design-and-code-your-first-website-i n-easy-to-understand-steps/
    You can also learn a great deal by looking at the work of others. If you see a site you like, use your browser's source view function and see how it was put together:
    View>Source (IE)
    View>Page Source (Firefox)
    [page control icon]>Developer>View Source
    Ctrl-U (Firefox or Chrome)
    Here's a site full of inspiration: http://cssbrigit.com/
    Again, your image is small, I could very well have misunderstood your question. If so, please describe what you're asking for.

  • Fireworks/Photoshop

    My Prefs' in Photoshop are sRGB since I work for web only. My
    CS3 color settings are synchronised in Bridge, Europe General
    Purpose. Fireworks exports always in sRGB.
    When I want to safe an image for web (Photoshop) the colour
    that I see in the Safe for Web window turns out to be a complete
    different one then the original colour. If I measure them with the
    Digital Color Program that comes standard with Apple, the one in
    the Save For Web window is for example #990F27 and the original in
    the Photoshop document is #8B382E. But in Photoshop the Color
    Picker says it is #990F27.
    Onliest solution untill now is doing the work in Firweorks,
    this way you see what you get. Seems even like it is making nicer
    colors... but that's another subject.
    sRGB is as far as I know the smallest color profile. Why are
    then still colors in Photoshop transmitted to others when I save
    for web??? What is Fireworks doing different from Photoshop that
    makes you see during the working process the colours you are going
    to get when you export? How can I get the same situation in
    Photoshop?

    pixlor wrote:
    > No.
    >
    > "Availability: This title has not yet been released. You
    may order it now and we will ship it to you when it arrives."
    In the meantime, I - and others - have many articles on
    Fireworks
    including FW CS3 on Community MX.
    A couple links that may help:
    http://tinyurl.com/277mcb
    http://www.communitymx.com/abstract.cfm?cid=ECAAF
    HTH
    Jim Babbage - .:Community MX:. & .:Adobe Community
    Expert:.
    Extending Knowledge, Daily
    http://www.communityMX.com/
    CommunityMX - Free Resources:
    http://www.communitymx.com/free.cfm
    .:Adobe Community Expert for Fireworks:.
    news://forums.macromedia.com/macromedia.fireworks
    news://forums.macromedia.com/macromedia.dreamweaver

Maybe you are looking for

  • Error while reading clob object of 40MB

    I am trying to read a clob object with size more than 40MB. I am getting following error while executing following line clientSession.executeQuery(query) : in query i am accessing clob object column.. kghalo bad size 0x05063398 ********** Internal he

  • Error 1 Configuration VIs while Passing Refnum through Shift Register on Mac

    All, I am using LabVIEW 2013 SP1 with Mac OS X (Mavericks). I have a simple shift register VI that initializes a .ini file, reads/writes, and closes. I've done this plenty times on windows with no problem. I wrote a quick VI on Mac and I get Error 1.

  • OBIEE not selecting columns from all LTS of a Conforming Degener@teDimen$ion

    Hello everyone     I have a Degener@teDimen$ion Dimension A it has 4 LTS ( Fact1, Fact1A ,Fact2 and FACT2A).--> FACTS from Physical Layer.. FACTS in BMM are FACT_ONe and FACT_TWO. columns in Degener@teDimen$ion Dimension A col1 --> mapped to all 4 LT

  • Export to Excel - Without Breaks

    Hi, I have a report that breaks one the first three columns. The same result is true when I use Export to Excel option, however my users don't want to see breaks in Excel. Is this possible out of the box? Thanks VC I am actually using an example I sa

  • RAW files from SONY RX100 II not seen by Aperture

    OSX 10.8.5 Sony RX 100 II  Aperture 3.4.5  RAW 4.09 Build 711.2  RAW support 4090 Build 86.2 Mac Pro Mid 2010  2.8 GHz Quad  GB RAM  ATI Radeon HD  Aperture does not recognize RAW files shot with the RX100.  I cannot import files.  This only became a