Using ecwid ecommerce code within muse -- all in one column?

Although new to using Muse, I have good experience with DW.
In its simplest form, following the link here on how to place the code into Muse:http://kb.ecwid.com/w/page/49244914/Adobe%20Muse
(using "Insert Html" on muse page, this is the code)
<div id="my-store-4167334">If you your browser does not support JavaScript, please proceed to its <a href="http://app.ecwid.com/jsp/4167334/catalog">simple HTML version</a>.</div><div>
<script type="text/javascript" src="http://app.ecwid.com/script.js?4167334" charset="utf-8"></script><script type="text/javascript"> xProductBrowser("categoriesPerRow=3","views=grid(3,3) list(10) table(20)","categoryView=grid","searchView=list","id=my-store-4167334");</script>
</div>
The categories are all pushed into a single column rather than spanning horizontally. It runs downwards and I cannot manipulate the frame, it only stretches. If I click on clothing to view products, it get worse. As far I as know I cannot add the code to a container or div in muse? Check it out -- http://www.windrivergear.com/test/gear.html
If I create a blank page in DW, define a div and place the ecwid code within, its fine. So the issue is more within Muse or lack of ability to define a div within the ecwid code.
Hopefully I'm missing something simple.
Any ideas?

Hello,
Could you please try stretching the HTML box to right and check if it helps?
It worked fine for me when the Insert HTML box was stretched to right.
Regards,
Sachin

Similar Messages

  • Download from ALV are all in one column including the header

    Hello All,
    We are having problems with the download of excel from ALV grid. what happens is that instead of the data dispalying in different columns, it is all in one column, including the header. what could be the problem? this only occurs in the production system but in the development and quality it is ok.
    Thanks for your help.

    Hi,
    We also used the option download to local file and it works fine. Only the button download to excel is not working as expected.

  • In the app "Numbers" I want to paste in many rows in to columns. And each row separated. Now it's getting all in one column

    In the app "Numbers" I want to paste in many rows in to columns. And each row separated. Now it's getting all in one column when I try to paste.
    Fact is that I have a 4 pages list with about 50 rows of single words and I want all that in columns

    Hey joshuafromisr,
    If you resintall iTunes, it should fix the issue. The following document will go over how to remove iTunes fully and then reinstall. Depending on what version of Windows you're running you'll either follow the directions here:
    Removing and Reinstalling iTunes, QuickTime, and other software components for Windows XP
    http://support.apple.com/kb/HT1925
    or here:
    Removing and reinstalling iTunes, QuickTime, and other software components for Windows Vista or Windows 7
    http://support.apple.com/kb/HT1923
    Best,
    David

  • Use of Java Code within the generated XML Forms Stylesheets

    Hello,
    is the use of Java-Code possible with the XSL-Files generated by XML-Forms, as possible in standard XSLs? I know that this would mean a modification.
    kind regards,
    Marco

    Hi Marco,
    I "executed" some java code within XSLs file. I have quoted the word executed because I didn't really run java code, but I used a simply trick that I describe you below.
    Into your XSLs put an iframe which is hided (it has an height of 0 pixel). As src of the iframe put the address of a portal component which execute your code (in my case calculate some PCD URL of some pages into a defined role). As result of component execution, I use the response.write method in order to execute some jscript code, which is able to interact with the HTML generated by XSLs files, for example in my case response.write put the PCD URL into a drop down list placed into the "edit" form.
    This works fine. I don't know if is suitable also for your case, anyway could be a hint, but pay attention to Roland's recommendations.
    Ciao
    Roberto

  • Using scanner on an HP C7280 all in one when printer component doesnt work

    I have an HP C7280 that has been having problems not printing for a lot of reasons that are not fixable.  However, I would like to use the scanner portion of the printer.  Is there a way to get the printer to scan/copy only and eliminate the printer side of the "all in one"?

    I coveredwgn,
    Welcome to the HP Support Forums.  I understand that you would like to retire your printer and only use it as a copier/scanner.
    To better assist you, would you please give me some information on the reasons why the printing side is being retired?  I’m asking because there are some errors that can occur that will stop you from using the scanner/copying features, in particular copying as it will use the printer side of things.  In addition would you please let me know how the printer is connected (USB  cable, ethernet, or wireless)?
    Thank you.
    Regards,
    Happytohelp01
    Please click on the Thumbs Up on the right to say “Thanks” for helping!
    Please click “Accept as Solution ” on the post that solves your issue to help others find the solution.
    I work on behalf of HP

  • Can I print from my 4s iphone using my 6500 series hp photosmart all in one 709e printer?

    Can I print documents from my 4S Iphone with my HP 6500 series all in one 709E printer? It states that it cannot locate printer when I attempt to print.
    Thanks,
    Todd

    If the printer is not AirPrint compatible but is wi-fi capable, you will need to get one of the many wi-fi printing apps available at the app store. HP has an app. Some of the wi-fi printing apps have more capabilities than others.

  • Cannot update drivers error code 193 on All in one 8500 Win 8.1

    Running Win 8.1 updated from 7.. All in One 8500 910A Can do basic printing but no longer have twain support for scanning etc. When trying to update get failure notice error number 193. HP message says they have no further advice

    Hi @clamproad ,
    I see that you no longer can scan after updating to Windows 8.1. When you try to update, you are getting a failure notice error number 193. I would like to help you resolve this issue.
    Did you fully uninstall the old HP Software and try downloading the newest software?
    Here are the Full Feature Software Drivers if you haven't installed them.
    HP Officejet Pro 8500A e-All-in-One Printer - A910a Drivers.
    Select your operating system, click next and click on the software to download and install.
    Here is a document on this issue. After Upgrading the Computer to Windows 8.1, the HP Printer Does Not Print and the Printer Software ...
    How is the printer connected? (USB/Ethernet/Wireless)
    If you need further assistance, just let me know.
    Have a nice day!
    Thank You.
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos Thumbs Up" on the right to say “Thanks” for helping!
    Gemini02
    I work on behalf of HP

  • EA2: Code is generated for only one column with Domain check constraint.

    I created a Domain with a Value List (Y or N - Yes or No) and used that domain for two columns in the same table. But for only one column (the last one) the check appears in the generated DDL.
    After I enabled the "Use Domain Constraints" both checks appear in the DDL, but one as an inline check constraint and one as an "Alter table add contraint.."
    Once I changed the naming Template for the check constraint, both constraints are generated as an Alter table clause. The inline check constraint is only generated when the name of the constraint (according to the template) is too long. It would be nice if I could choose if I want an inline or a separate check constraint definition.
    Edited by: Roel on Nov 23, 2010 11:55 AM
    Edited by: Roel on Nov 23, 2010 12:02 PM

    I logged ER for that
    Philip

  • Fatal error installation code 1603 for all-in-one printer C4280

    Until a month ago, I'd been successfully running my C4280 with my Dell 1535 (Windows 7 32-bit) for about a year. (It's not a new printer but it works perfectly well; it was a hand-me-down after my own HP printer died after many, many years of good service.)  I uninstalled the software because the Solution Center stopped working, cleaned up my registry, deleted temp files, ran Uninstall L_3, installed Windows updates, installed Malwarebytes, checked the condition of my .NET Framework, etc.,  etc. I have literally spent about a month trying to get the printer software to install to no avail. I have been in every forum on the internet, tried every solution posted here or on the Micsrosoft website. I have read about the incompatibiltiy between HP and Win 7 and cannot find a solution. I don't know what else to do.
    The only thing I have not done--and will not do--is to reinstall Windows, the last solution suggested by all the HP reps when all other solutions fail. What does it say about a tech-based company who's solution is to throw the baby out with the bathwater?
    Pretty pathetic that one would have to chuck out a perfectly good printer because the software will not install. If anyone has any viable suggestions--other than rolling back the system to an earlier version or re-installing Windows--I'd LOVE, LOVE, LOVE to hear it. If I'm forced to buy a new printer because I could not install the driver, I vow never to buy another HP product as long as I walk the earth. 
    Here's the log info:
    The following lines were retrieved from the installation error logs.
    +00000000000001970176/s/Now Launching=X:\hpzprl01.exe -inf -m 
    preload_drivers-IXXX -f "X:\hpoins13.dat" -Validate No at" -Validate
    No
    Failed to add catalog file for
    'X:\hposcu11.inf_x86_neutral_8470ae2dd4974995\hposcu11.inf'.
    SetupINFsListedInDatFile failed with Fatal error during installation.
    Exit code=1603
    error situation code 25389268
    Thanks in advance.

    BunnyVonBunny wrote:
    Here's the log code:
    Error code 31100272
    +00000000000732983296/s/Now Launching=X:\hpzprl01.exe -inf -m 
    preload_drivers-IXXX -f "X:\hpoins13.dat" -Validate No at" -Validate
    No
    Exit code=1603
    Hi BunnyVonBunny,
    I appreciate your efforts thus far and I understand how frustrating this has been. Please complete the steps in the following document; Fatal Error 'Error 1603. A fatal error occurred during installation' (MSI Error 1603) Displays Durin....
    Some of these steps maybe the same as what I have already suggested but doing them in the order the document suggests could be what it takes to resolve the issue.
    Please click the Thumbs up icon below to thank me for responding.
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    Please click “Accept as Solution” if you feel my post solved your issue, it will help others find the solution.
    Sunshyn2005 - I work on behalf of HP

  • How to solve problem error code 0x610000f6 7500A All in one

    I have cleared paper jam turned off and on power. Restarted printer tried removing cartrages and I still have this error any ideas on how to get it to stop and work right

    This article should help resolve the error you are getting:
    http://h10025.www1.hp.com/ewfrf/wc/document?docname=c03081973&cc=us&dlc=en&lc=en
    Give the steps a try and let us know if it helps.
    Best of Luck!
    You can say thanks by clicking the Kudos Star in my post. If my post resolves your problem, please mark it as Accepted Solution so others can benefit too.

  • Do you know how to sort all except one column?

    I implement the Comparator interface tosort the rows in my table.
    The last row is a totals row which i want to keep at the bottom always.
    Do you know how to do that?
    Thanks,
    Zeke

    How can I do that without making the data look funny?
    My Comparator class has a compare method that takes
    the two Objects that make up the table data to compare
    them. It looks for column that was picked for sorting and
    compares the values. Some of the columns contain String
    data and some contain Double data.
    So for example if I am comparing two Doubles and one of
    them happens to be the value for the totals row how can I
    detect this?
    Thanks,
    Zeke

  • Use the same code module for several steps in the sequence

    Hello All,
      I have been trying to set up a sequence that uses the same code module for all of the steps in the sequence, but am having trouble referring back to it when I need to send it commands.  I have gotten as far as calling the VI in a new thread so that it can be run asynchronously.  I can run the simple sequence and it will indeed open the VI, and move on to the next step.  When I close the VI manually from the front panel, the sequence in TestStand completes, as expected.  So it appears that I have that much working. 
      My question is how to call the separate thread from the main sequence or other sub sequences when I need to edit the parameters.  If I insert an Action step, I am required to select a VI file, but from what I can tell, it opens a different instance of the file, and does not provide an interface with the other instance running asycronously.  My next guess was to use a Statement step, but I was not able to figure out how to configure the lookup string to call the VI parameters.  Beyond that, I'm not sure how to proceed.  Please advise.   
      My intention is to start the code module VI (asynchronously), run several different subsequences within the main sequence that call that same VI and edit it's parameters, close everything and report on the results.  If I am misunderstanding how TestStand is supposed to work, please let me know. 
    Thanks,
    GSinMN    
    Solved!
    Go to Solution.

    What I do is use a Queue to send data to the asynchronous VI.  So it can run and do whatever, but also recieve the commands from the queue.  I use an Action Engine that holds the queue reference and sends the commands.  So you really just have to call the Action Engine from your sequences.
    There are only two ways to tell somebody thanks: Kudos and Marked Solutions
    Unofficial Forum Rules and Guidelines

  • Are people using or incorparating dreamweaver with muse?

    Are people using or incorparating dreamweaver with muse?

    While there is no direct integration between Muse and Dreamweaver, they can be used together. From within Muse, you can both import and export HTML. So you can import HTML created in Dreamweaver, or export HTML to be opened and edited in Dreamweaver.
    The only speedbump is that the code generated by Muse tends to be a bit messy. As a Muse software engineer puts it,
    You can output HTML code from Muse at any time, so if you chose to edit it with Dreamweaver that is possible, though we don't optimize our code for human-readability - we instead focus on performance, SEO, accessibility and compatibility.
    (Source)

  • Scanning with HP Officejet 6500 Wireless All-in-One Printer - E709n using Windows 7 Pro editition

    I have had this printer for many years and it was fully operational only for the first two years of its link to my computer.  I have uninstalled and reinstalled the software many times with no success.  The Printer/Scan doctor does not solve the problem  and gives an error HP Twain Scan.  The HP Scan Flow Manager also says that software components are missing The printer works fine but the scanner in the solution center always responds with a error code saying installation is incomplete, "reinstall HP Photosmart software that came with the device and try scanning again" .  The extended error information is  4,[2,0,80040154), (0,0,0),(3,56,0)] Another computer, my wife's laptop, running Windows 8 was operational until the end of May 2015, and she is also getting this error code with her computer.  This has got to be the most annoying all-in-one I have ever used.  I have a Canon all in one at work that I have used with the laptop and the all operating features are mindless...it just works.  HP software must have compatibility issues either related to operating systems updates or security software.  My computer uses AVG, the laptop uses McAffee and beither scanner operates with this printer. I need to get this scanner operational!

    Hi , Welcome to the HP Forums! I understand that you cannot scan with your HP Officejet 6500 wireless printer on Windows 7 and 8. I am happy to look into this issue for you!  Some questions for you:  Are you able to make copies with the printer from the scanner glass? Loading and Copying 216 x 279 mm (8.5 x 11 inch) Plain Paper. (This way we can verify that the hardware is functional.)Do you see any error messages on the printer's display screen, or blinking lights?  In the meantime, please take a look through this scanning guide, An 'HP Cue Scanning Flow component has encountered a problem and needs to be closed' Error Displays for HP Deskjet, Officejet, and Photosmart All-in-Ones. Hope to hear from you soon!  “Please click the Thumbs up icon below to thank me for responding.”

  • How to use PDF417 Bar Code in Oracle Reports 6i

    How to Use PDF417 Bar Code in Oracle 6i. One of my clients has a requirement that Customer Name and Address to be converted into PDF417.
    Any help greatly appreciated.
    Thanks,
    PN

    You will need to add this font to the system and Reports configuration files.
    For adding font to the system, refer to your system specific guidelines for installing new fonts.
    After you have installed this font on the system, you should be able to see the font in Reports builder font picker dropdown box. or with unix 'xlsfonts' command
    For adding this font to the Reports application.
    1. Modify the printer definition file ( you can get this info from uiprint.txt file for the .ppd or .hpd file used )
    if the printer defination file is .ppd then look for "*Font Information" section and add the new font name there
    like *Font <new_font_name> Standard '(00.1001)" Standard ROM
    If hpd add the new font tfm file as
    FONT= new_font_name
    /tfm=new_font_tfm file.tfm
    2. Copy the AFM or TFM ( these are fonts metrics files, which font vendor will provide ) into the relevant directory so the the Reports application should pick them up.
    3. If necessary, make changes in the alias file (uifont.ali ) for mapping to this font. If the layout objects in your report are associated with the same font name as the new font then mapping is not required. But if the fonts for the layout objects are different then you need to map the original fonts to the new ones. Make sure that the mapping rules should be defined in the right section depending on the printer type being used.

Maybe you are looking for

  • OAS 4.0.8 and JCORBA does not work

    Hi I want to deploy a corba object on OAS 4.0.8 using JDeveloper 3.0. First i don't find that "automatic tool" that is supposed to be in JDeveloper 3.0 to deploy on OAS. Secondly if i do it by hand i get a compiler error from OAS 4.0.8 that i cannot

  • Hi. I have a problem..

    Hi there. One month later I bought a second hand iPhone, everything worked fine, i was able to create my icloud account, to activate find my phone, to locate it on map, full iCloud and iPhone features, but after one month i wanted to gift it so i did

  • Importing Design Objects!

    Hi All, I have exported an repository object and am trying to import the same in another system. After doing the import it says the "Successfully Imported" but I dont find that object anywhere. Kindly let me know the process of importing the objects

  • What can cause a cpu overtemp apart from the obvious.

          I have played about with my Mac Pro 1.1 for three days now because it cut out all the time with the cpu overtemp LED's coming on. I have taken it apart and cleaned out the dust about 4 times now.Can this be caused by other things, for example,

  • Advanced file info

    In windows, I can right click>properties>advanced and 'add' ID3 data to say an MP3 file, is there an equivalent OS feature, I dont want to DL a program to do this. I know i can do it in itunes, but i need to change the raw data file so that my Sonos