Dreamweaver Newbie making first site.  Trying to figure out this CSS thing...

This is my first attempt and first site with DW and am having some newbie issues.  The website is www.accuvisionvideo.com.  The site is based on a DW template I picked up from a website.  If you go to the page you will see a menu on the left hand side and the body of the page mostly in the middle.  I am using Studio VII pop menu magic for that menu.  I want to make the thing horizontal, but still keep the side bar area (the photos and such underneath the menu)  However when I make the menu horizontal it removes everything from the left side space and does not give me the option to work in there any more.  How do I place images and text in the left column?  If I am not mistaken its a CSS thing...Also is there anyway to place images anywhere on the page.  Now when I insert an image it seems to have to be either fltlft or fltrt, I can't put multiple images on the same line?   Anyway I know these are noob questions, thank for any help guys.

GasMaskProductions wrote:
This is my first attempt and first site with DW and am having some newbie issues.  The website is www.accuvisionvideo.com.  The site is based on a DW template I picked up from a website.  If you go to the page you will see a menu on the left hand side and the body of the page mostly in the middle.  I am using Studio VII pop menu magic for that menu.  I want to make the thing horizontal, but still keep the side bar area (the photos and such underneath the menu)  However when I make the menu horizontal it removes everything from the left side space and does not give me the option to work in there any more.
The PVII menu will insert into any div on your page.  What you need to do is create a brand new div just below your header div and insert the pvii menu into that div.  This way the new div won't take any styles from any of the current div styles on the page.
How do I place images and text in the left column?  If I am not mistaken its a CSS thing...Also is there anyway to place images anywhere on the page.  Now when I insert an image it seems to have to be either fltlft or fltrt, I can't put multiple images on the same line?   Anyway I know these are noob questions, thank for any help guys.
If the images are too wide, they will drop down to the next line (like the images at the bottom of the entry page now.)
the fltlft and fltrt,are classes, that float and image to the left or to the right, so you can have text surrounding the image.
Also, for such a simple page you have over 78 errors when you put the page throught he html validator:
http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fwww.accuvisionvideo.com%2F
The majority of them will certainly need fixing before creating any further pages using a similar layout.
Just notice this also:
.style5
                                    font-family :
                                    "Charlemagne Std";
                                    font-size :
                                    xx-large;
                                    color :
                                    #000000;
That's not a web-safe font, if someone doesn't have that on their system, they will not see that font, they'll be served the default font
of their browser set.
More about Web Safe Fonts:
http://www.ampsoft.net/webdesign-l/WindowsMacFonts.html
Nadia
Adobe® Community Expert : Dreamweaver
http://twitter.com/nadiap
Unique CSS Templates |Tutorials |SEO Articles
http://www.DreamweaverResources.com
http://csstemplates.com.au/

Similar Messages

  • Trying to figure out this setup...

    I currently have an Airport Express (AX) from a few years back.  I'm interested in getting the new Airport Extreme (AE) for improved range and speeds, guest network, etc.
    My cable internet enters my house right by my home theater.  So, I have the modem there plugged into my AX.  My Mac across the room gets wireless from the AX (along with our iDevices), and sends Airplay back to the AX which is connected to my stereo.
    If I put in an AE after my modem, it will then put out the network for my Mac, and I will have my AX right next to it for Airplay.  Does it make sense to have the AE and AX next to each other?  Is there any easier way to setup Airplay?  I feel like it's a waste to have the AX right there, rather than using it somewhere else in the house to extend the network, but I can't figure out a better setup.
    Thanks for any and all help!!!
    Brian

    Do you mean connect the AE and AX via ethernet?
    Yes
    Is Airplay then going through the AE to the AX?
    AirPlay goes through the main router first before it reaches the AX, no matter whether you are using wireless or Ethernet to connect.
    Will the wireless on the AX then be disabled somehow, since the AE will be putting out the network?
    There's no reason to have two routers that are close together both putting out a wireless signal, so the wireless on the AX would be disabled to avoid the potential for wireless interference that is likely to occur when two wireless routers are in close proximity.

  • I keep getting different errors when i try to upgrade why? i have been 5 hours trying to figure out this ? im soo freaked

    help please.
    im on firmwere 4.3.5 im trying to go up to 5.0...

    Windows 7 includes DirectX 11 in its baseline and it is not necessary to install another version of it.  Your problems may be caused by the installation of the version of DirectX you installed.  Uninstall the one you installed and see if you
    still have the errors.
    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread. ”

  • Trying to figure out this error

    I have a Flex website that I created and I'm getting the
    following error when I try to call to my ColdFusion RemoteObjects:
    [RPC Fault faultString="Send failed"
    faultCode="Client.Error.MessageSend"
    faultDetail="Channel.Connect.Failed error
    NetConnection.Call.Failed: HTTP: Failed: url: '
    http://reevespro.com/flex2gateway/'"
    I haven't a clue where or to fix. And I have no idea why it's
    trying to call flex2gateway, the directory doesn't exist. Anyone
    have a clue?
    Thanks

    Hi,
    If you are using the ColdFusion adapter for BlazeDS/LCDS,
    please open remoting-config.xml and see which channel your Remoting
    destination is using. In services-config.xml, you should be able to
    find channel used above configured. You should be modifying the end
    point URL of the channel.
    Hope this helps.

  • Trying to figure out appropriate SPECIAL!

    Hi All,
    Greetings! We are currently on EBS 11.5.10 and about to implement UPK.
    We are in the first step, trying to figure out which SPECIAL (1 .. 15) to use in CUSTOM.pll.
    "In-Application Support Guide.pdf" advises us to execute below commands to figure out the SPECIAL thats NOT being used.
    1 --> cd $AU_TOP/forms/US; grep -i APP_SPECIAL.ENABLE `find . -name "*.fmb" -print`| grep SPECIAL7| grep -i PROPERTY_ON
    2 --> cd $AU_TOP/resource; grep -i APP_SPECIAL.ENABLE `find . -name "*.fmb" -print`| grep SPECIAL7| grep -i PROPERTY_ON
    We changed *.fmb to *.pll in the second command. Modified comamnd is:
    3 --> cd $AU_TOP/resource; grep -i APP_SPECIAL.ENABLE `find . -name "*.pll" -print`| grep SPECIAL7| grep -i PROPERTY_ON
    After executing commands 1 and 3 (for SPECIALs 1 thru 15), we figured out all SPECIALs (from 1 thru 45) are being used.
    Please advise,
    1. if we are wrong in our above approach.
    2. if we can use MENU instead of SPECIAL in 11.5.10; if so, can we use above commands (1 and 3) with SPECIAL replaced with MENU to figure appropriate MENU to use
    All your help in this matter is much appreciated! Thanks in advance!!
    Regards,
    Vivek

    I had a similar problem when working on a long Pages doc (40,000 words).The glitch only occurred on this one Pages file and affected no other applications. I fixed it by duplicating the file, trashing the original and working on the new document. I have no idea of the cause of the problem.

  • I have recently had to fire my web designer who was using iWeb.  Now I'm trying to figure out how to get the site to open in iWeb on my new MacBook Pro.  Is there a way?

    I have recently had to fire my web designer who was using iWeb.  Now I'm trying to figure out how to get the site to open in iWeb on my new MacBook Pro.  Is there a way?

    Firstly iWeb CAN'T IMPORT any kind of published html code as it has no import facility.  You can however add html code, javascript and css by selecting the html snippet and placing it on your page the entering the code in here and clicking on Apply.  You DO NOT create a shape as you say - you use the html snippet and place your code in there.
    There are not really a lot of ways in which you can write code - if you want to enter small amounts of code, then you would use an ordinary text editor to do this such as Text Edit on a Mac or Text Wrangler.  If you want to add code to iWeb like this, then you would either use the html snippet method in iWeb itself or you would have to publish the site to a local folder from iWeb and open the relevant html page with a text editor and add the additional code in this way and then publish.  However, if he decided to add the code with a text editor, then you would have to upload the pages directly to the server using an ftp client - if you try to upload the site directly from iWeb, all the extra code will be overwritten.
    As for checking whether the site was created using iWeb, all you need do is view the site in Safari and then click on View and then select View Source Code and it will tell you.
    Even thoough extra code was added to the site and he might well have done this by publishing to a local folder and adding the code with a text editor, he should still have the domain file for the site too.
    Ask again.  I'm sure that for adding quick code, most would not want to use programmes such as Dreamweaver, but a simple text editor will suffice.  As OT already said, if he claims that he does not have the domain.sites file, then try Flux 4 which is a web design programme and has full import facilities.  At least this way, if he just gives you the published version of the site, you have some way of opening it.
    You can download a free trial of Flux 4 and you can also purchase the full version from the Mac App Store if you decide you like it.

  • CVP call server logs - Hi All, I am trying to figure out whether caller party(End User) hangup the call first or UCCE Agent

    CVP call server logs
     Hi All,
    I am trying to figure out whether caller party(End User) hangup the call first or UCCE Agent.
    Attaching CVP call server Logs& UCCE TCD& Route Call Details for your reference.

    From the CVP logs, it can be determined which side disconnected the call first. For each call, CVP keeps track each call leg. From Inbound Gateway to CVP is INBOUND leg, rest are OUTBOUND leg. You can then look at which leg the SIP BYE message is received first.
    Since you have very basic log enabled, you will not see the exact SIP message. But it can be determined by the outcome of the message. Here is the snippet of the log during the disconnect:
    Line 3766: 3083689: 10.180.245.43: Sep 12 2014 12:21:11.293 -0700: %CVP_8_5_SIP-7-CALL:  {Thrd=DIALOG_CALLBACK.6} CALLGUID = CBCCDD8539E811E4A3E2CCEF48565980 LEGID = CC65CE04-39E811E4-87DFD7D1-64B198F2 - [INBOUND] DURATION (msecs) = 25610 - DIALOG TERMINATED. Reason: Q.850;cause=16
    Line 3768: 3083690: 10.180.245.43: Sep 12 2014 12:21:11.293 -0700: %CVP_8_5_SIP-7-CALL:  {Thrd=DIALOG_CALLBACK.6} Sending BUS MSG:>>HEADERS: (JMSType)=MsgBus:CALL_STATE_EVENT (JMSDestination)=Topic(CVP.SIP.CC.EVENT) (JMSTimestamp)=1410549671293 >>BODY: callguid=CBCCDD8539E811E4A3E2CCEF48565980 RouterCallKey=6472 RouterCallKeySent=true causecode=1 timezone=America/Los_Angeles RouterCallKeySequenceNumber=0 version=CVP_8_5 labeltype=1 RouterCallKeyDay=151099 calldate=Fri Sep 12 12:21:11 PDT 2014 label=190376 localOffset=-420 eventid=6 calllegid=CC65CE04-39E811E4-87DFD7D1-64B198F2  >>STATE: isTabular=false isWriteable=true cursor=-1  
    The first Termination message came on the INBOUND leg which is the PSTN. That means, PSTN side disconnected the call first.
    Hope this helps.
    Abu

  • Most of my my target audience are not familiar with iTunes, so I am trying to figure out how to explain how to rate it. What's the fastest way to say it to the iTunes-newbie?

    Most of my my target audience are not familiar with iTunes, so I am trying to figure out how to explain how to rate it. Is this the shortest way? “Open iTunes on your computer, click on iTunes Store and search for my podcast. You’ll see it at the top of the results. When you click on it, you’ll see “Write a Review” and will be able to submit your comments and ratings.” Right now they find my podcast because they are on my mailing list, not through iTunes. It would be easy if I could just say, "Go to iTunes.com" or "Go to my web site" - but there are sooooo many steps! Help! Thank you,
    Milana

    There is another trick - if you give them this URL:
    itpc://feeds.feedburner.com/RecurringRevenueRevolutionPodcast
    (note itpc not http)
    it will subscribe them directly to your feed in iTunes, but it does depend on their having iTunes installed (and in Windows set as the application to use with 'itpc'), otherwise they will get an error message, so it's a slightly double-edged weapon. You could them the link and say 'subscribe in iTunes' as an alternative to the iTunes Store page.

  • [solved] trying to figure out BASH configuration files

    I am trying to figure out where to properly place commands in the many stated/existing BASH configuration files —reading the wiki and the man page I see there are what at first glance are too many files:
    from: http://www.gnu.org/software/bash/manual … rtup-Files
    invoked as an interactive login shell or with --login:
    1. executes /etc/profile
    2. executes-first-one-of-the-following: ~/.bash_profile
    2. executes-first-one-of-the-following: ~/.bash_login
    2. executes-first-one-of-the-following: ~/.profile
    from: https://wiki.archlinux.org/index.php/bash#Configuration
    configuration file sourcing order at startup ... by default in arch:
    /etc/profile (indirectly) sources /etc/bash.bashrc
    /etc/skel/.bash_profile (which users are encouraged to copy to ~/.bash_profile) sources ~/.bashrc
    which means that /etc/bash.bashrc and ~/.bashrc will be executed for all interactive shells whether they are login shells or not
    It isn't clear to me what exactly means file#1 "indirectly sources" file#2: including ? append target file ? use file#2 instead of file#1 ?
    It isn't clear either if ~/.bash_login and/or ~/.bash_logout are ignored (or not) in arch
    so /etc/profile should be the (preferred) system-wide configuration file ?
    so ~/.bash_profile should be the (preferred) user-specific configuration file ?
    If so, does it means I should delete /etc/bash.bashrc (this is where I currently have system-wide commands) in favor of (ie: moving the content to) /etc/profile ?
    Last edited by ivanborodin (2014-06-10 16:28:21)

    First and foremost: thanks for the replies.
    Ziusudra wrote:As the Wiki states ...
    I am fully aware of what the wiki is stating —I even included the link in my first post. The problem is not that I am not aware of what it is stating, it is just I don't understand it and thus my post to begin with. More precisely; this highlighted line:
    Note: /etc/bash.bashrc is non-standard, only some distributions like Arch Linux have this included because packagers have added a -DSYS_BASHRC="/etc/bash.bashrc" flag at compilation time, in order to have a system bashrc file.
    which clearly states /etc/bach.bashrc is non-standard was the first hint to me that these files were legacy/going-to-be-deprecated/something-like-this (my assumption) in favor of newer (my assumption) /etc/profile and ~/.bash_profile
    Maybe I am asking some obvious question (this is why I am asking it in the newbie corner) but please, have in mind that for someone coming from the Windows world some things/concepts are totally alien at first sight, for eg: in Windows you start Powershell and you have one (only one) place to set your configuration options and the like. Here I am offered with:
    • 2 possible system-wide files: /etc/profile and /etc/bash.bashrc
    • 2 possible user-specific files: ~/.bash_profile and ~/.bashrc
    • 1 possible user-specific files: ~/.bash_login (and ~/.bash_logout)
    ... so I have (at least) 5 different places to execute commands upon login.
    I was carefully reading all the files present on my current installation and now I understand what "indirectly sourced" means: including (if the file is present just insert it here)
    I still don't understand what commands should be placed in which file; for eg: system-wide aliases should be placed in /etc/profile or in /etc/bash.bashrc ?
    One more time, I am not a rocket-scientist nor I am a dummy, but the wiki just states file precedence without offering any details as best practices or something like that and just figure out: that for such a basic-thing I am getting different answers from two users (someone with 6000+ posts) ... either one: or the wiki is not clear or this thing is a little more complex than it seems at first sight ... just my thought.
    Anyway, needless to say, thank you both for your time and patience.

  • Lumia 920: Still trying to figure out what the pro...

    Aside from being very upset about Nokia's not allowing updates for the unbranded 920s, I'm still trying to figure out what the problem is with my camera...
    I had nearly a perfect working phone one and a half week ago. Even though the battery didn't last well and heated up somehow and there are gliches with some apps, the phone and its original apps worked without problem. Once the battery died in the middle of the night but I thought that it was because I didn't plug the charger well enough, it's a little loose anyway. I read about the freezes and restarts in different forums and was wondering what people were talking about, since I didn't have any such kind of problems. I felt myself being lucky.
    Then I got some app updates (Nokia drive+ and a few others), and ever since then my camera hasn't worked properly. When I open the camera app or click the camera button nine out of ten times it just goes back to the home screen or else it freeze the phone. I have tried soft resets and restarts but they mostly don't work, or they might work long enough to take a couple of photos and then stop working, or otherwise it freeze the phone and need to soft reset it. There is no pattens as to when it works and when it doesn't. I have also tried to uninstall some apps but it seemed to have no effect on the condition of the phone. Every app that utilizes the camera won't work ( camera won't work but other functions work), flashlight app won't work.
    Today I decided to hard reset the phone. It's surprisingly easy procedure that took less than 10 min. I did my first hard reset and chose to use my phone's backup files from Skydrive and it went fine, except it didn't do anything to the camera, i.e. it didn't work. My second hard reset I chose to "start from clean table" (or something of such) without any apps installed, and also disabled the automatic update but it didn't do anything either, no working camera. I did the same procedure once more just in case I did something wrong, but it didn't work. The fourth hard reset I restored from Skydrive to have (mostly) everything in order. No working camera either but almost everything else works now.
    It puzzles me. I'd though that if the reason of camera not working is some app updates then start from the clean table would have resloved it. Even after hard reset using camera at the very first possible chance didn't succeed: it worked for a very short moment before it froze the phone, just like before resetting. If I can keep myself from touching the camera the phone itself works (aside from maybe once or twice restartd itself, very rarely anyway). Now I have a phone with a camera I can't use and I don't have a clue what the problem is. I don't think that there are hardware problems because the camera *worked*, and I don't believe that software updates can break it hardware-wise. I have thought of changing it but who can promise that I'll get a phone that works better. Probably I should wait for Microsoft's/Nokia's updates, it just feels like they never come...

    hi mate,
    Sorry to hear you are having such a rough time with your 920. In this case, it might be best to take your phone back to your point of purchase and ask for a replacement, and if they are being less than helpful, to take it to your local Nokia Care point instead: http://nokia.com/support
    I can certainly empathise with you, as a lot of the issues you describe are apparently fixed by the Portico update by Microsoft that was released yesterday to AT&T and Rogers devices but not the rest of the Lumia Windows Phone 8 range unfortunately. Bit of a wait, but hopefully not too long until the update hits.

  • Trying to figure out how to get custom quiz concept to work

    OK so I've been trying to get this concept to work in CP4. I have simulation quiz questions that gives the user 2 attempts to answer the quiz. The one hitch is that if the user get the question wrong the first time it gives them an "incorrect try again" message and if they get it wrong the second time it gives them an "incorrect please review section...." message. Now I've been trying to get this to work many ways and haven't been able to get the quiz to score right due to the fact I can't get CP to let me use the multiple incorrect feedbacks in a single click box.
    I've tried setting up the questions using 2 click boxes (each click box has a different incorrect feedback message) but I run into the issue of if I answer the question right the first time then the second click box goes unscored and throws off the percentage.  I've been trying to figure out a way to manipulate the captivate system variables (cpinfoquizpasspoints, cpinfototalquestionsperproject, cpinfopointsscored) but I can't for the life of me figure out how to update the variables (ex. overide the cpinfototalquestionsperproject with my own number or add additional points to the cpinfopointsscored variable if the user gets the question right the first time. Basically I need to fig out a way to get this to work and ultimately be able to communicate to a Sumtotal LMS what the results are. I'm very open to suggestions 
    Thanks
    B
    btw. I'm really disappointed that CP4 allows different feedback messages on multiple attmeps for their built in questions but not for custom click box questions!!!!

    I would try the multi choice like captiv8r said. if that doesn't work try a clickbox for each answer and:
    Some quick notes for set up. Slide XX represents the slide that will contain the next question in the quiz. You may want to create all the slides (even if they are blank) as place holders for each question in the quiz. So if a question has 4 possible answers that's gonna be 4 slides for that question. If you have 5 questions and they all have 5 answers then you want to create 25 slides for the questions. (I think I did the math right on that )
    Change the properties for the click box to on success: go to next slide (unless this is the correct answer then select jump to slide XX). Change the options
    Under Options Only check Success Caption, Pause project until user clicks and pause for success/failure captions.
    Click OK......You will be given a click box with a green box that says type success  text here.
    Right click on the green box and select Properties
    If this box is the right answer type in Correct or something to that extent. If its the wrong answer type in "Answer is wrong because ..bla bla bla..... reasons". You can format the font to be red or green and choose the appropiate caption type to match your color scheme (or create your own custom caption)
    Click OK.
    After that all you have to do is duplicate the click box (right click on the click box and select duplicate) and edit the caption to be either "correct" or "answer is wrong because....."
    Once you have all your captions in place you can copy the entire contents of the slide an paste it into the rest of the slides set up for that question (remember if the question has 4 answers then thats 4 slides for that question)
    repeat steps 1 - 9 for the rest of the questions.
    Some things you want to consider. If you only want to give the user say 2 attempts per question then you want to modify the setup to only 2 slides per question. That way if they get it wrong on teh second attempt they are advanced to the next question. If you are scoring this quiz you will have to set-up some variables for scoring.
    The method above is what I used to answer my own question from the original post.... Lots of work but it got the job done! Good luck.
    B

  • Trying to figure out how to do a certain page

    I am trying to figure out if there is a way to do a certain
    page using Dreamweaver (4).
    Here is the exact page I need.
    http://phraseswallart.com/design.php
    please... if you have any tutorials or can point me in the
    right direction I would appreciate it!
    Any advice?

    I'm afraid you would not be able to do such a page in DW4
    unless you were
    quite capable with hand-coded PHP. DW4 has no server-side
    scripting
    component at all....
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "ceejay77" <[email protected]> wrote in
    message
    news:g3jc7b$c7k$[email protected]..
    >I am trying to figure out if there is a way to do a
    certain page using
    > Dreamweaver (4).
    > Here is the exact page I need.
    >
    http://phraseswallart.com/design.php
    > please... if you have any tutorials or can point me in
    the right direction
    > I
    > would appreciate it!
    > Any advice?
    >
    >

  • HT3529 I am trying to figure out if my child was the originator of a group message.  If I go to iMessages and tap in a letter it brings up many contacts to chose from as well as groups.  Would the groups only show up if she was the originator?

    I am trying to figure out if my daughter was the originator of a group message.  If you go to iMessages and hit originate a message and type a letter it brings up her contacts  as well as groups. Will it only bring up groups if she was the originator or will it bring up any group that she has been in even if she had not created it.

    You'll find no issues other than things may not be pre-provisioned for you (the only case where it is important to choose the correct Template is when dealing with Publishing sites and Anonymous access; other templates don't have the ViewFormsLockdown feature
    enabled by default, thus potentially disclosing site data in a public fashion).
    PowerPivot and PerformancePoint can easily be enabled on standard sites using the Team Site template.
    Trevor Seward
    Follow or contact me at...
    &nbsp&nbsp
    This post is my own opinion and does not necessarily reflect the opinion or view of Microsoft, its employees, or other MVPs.

  • Trying to figure out how to print four postcards per two-sided page.

    I've been a Mac user for a little over a year, and I love it, but with this latest (2014, OS X) version of Pages, I cannot find out how to set up my document so it will print four, two-sided postcards. The only postcard templates are two per page, and it feels like I've gone to the end of the application and back trying to figure out the answer.
    Any help would be greatly appreciated!
    :Danul

    Just adding to Viking's reply.
    The trick is to get the second page (the back) to print behind the first set (the front) when you feed the paper back into the printer or use the duplexing function, if your printer has that.
    Desktop printers do not feed paper very accurately so it is hard to align the two. It will pay to test if there is a consistent error in positioning and move the 2nd set to allow for it.
    Best to aim for the centre of your paper stock, so adjust the artwork to have the two samples head to head exactly in the centre of the page with a 10mm or 3/8th inch gap between them. You can do this using the Graphics Inspector to position them and rotate the top postcard 180°.
    Step by step:
    1. Group and rotate the top postcard 180°
    2. Position it with 10mm or 3/8th inch gap above the 2nd postcard
    3. Group the two postcards and centre the set on the page
    4. Do the same to the back set
    5. Print the front set
    6. Tumble turn or rotate the paper (test for what works) and put back into the printer to print the back set
    7. Test by printing simple boxes the right size and shape to see how they align. Move template on the page to allow for any errors the printer makes.
    For a set of 4 follow above on a landscape page, with another pair next to this one.
    8. If there is only one design for the postcard (1 front and one back) they can be on the same page, head to head (see above) and when you feed the paper back in the printer, the back should print behind the front and the front behind the back to make up two double sided postcards.
    Simply test, using dummies to indicate paper direction, rectangles with F & B in the centre, and take note which direction, and side up needs to go into the printer for what result. Then keep that information handy by the printer, with step by steps to repeat them.
    Peter

  • Trying to scan photos from my photo album to a folder on my desktop.  Have been trying to figure out for over an hour.  Seems very complicated and cumbersome,  Can you help?

    Trying to scan photos from my photo album to a folder on my desktop.  Have been trying to figure out for hours.  Seems very complicated and cumbersome.  Can anyone help?  It's got to be much quicker (fewer key strokes) and simpler than what I've been able to discover.

    Open the file, parse it, populate an ArrayCollection or XMLListCollection, and make the collection the DataGrid dataProvider:
    http://livedocs.adobe.com/flex/3/html/help.html?content=Filesystem_08.html
    http://livedocs.adobe.com/flex/3/html/help.html?content=12_Using_Regular_Expressions_01.ht ml
    http://livedocs.adobe.com/flex/3/html/help.html?content=dpcontrols_6.html
    http://livedocs.adobe.com/flex/3/langref/mx/collections/ArrayCollection.html
    http://livedocs.adobe.com/flex/3/langref/mx/collections/XMLListCollection.html
    If this post answered your question or helped, please mark it as such.

Maybe you are looking for

  • How do I change the alignment of a Spry Menu in Dreamweaver

    I know CSS but I can't figure out how to change the entire alignment of a Spry menu to either center in a table or even right align.  I have tried both changing the div alignment and the td alignment and neither one works.  Any ideas?

  • Conncting a MacBook to a Samsung flatscreen

    I assume that if I want to connect my MacBook to my Samsung LE40A656 then this: http://store.apple.com/dk/product/M9321G/B?mco=MzE2OTkyOQ (mini DVI to DVI) is what I need, right? If yes, what other cable will I need? HDMI in both ends or HDMI if the

  • End of my tether trying to sync 4S after using remove and sync - help?

    Ok so this could have been caused by 2 things - firstly my dad managed to create a new library when he was trying to save a new folder for his photos to go into therefore I had to track down the new library delete it and then reimport our old library

  • Passing a method to a method

    Hi all, is it possible for me to pass a method to a method? Or to somehow store a method as a variable or an object or in something? I'm sorry if I sound vague, I am kind of confusing myself with this question. I basically want a method to take a met

  • How to create simple path map??

    Hello, I have robot and I can control by labview, name of robot is Drjaguar and I want to move robot form one point to another point which are fixed. Initially thinking is there are no any obstacles in the path. Could any one Please guide me that how