Help needed with Wireless ADSL2+Modem Router setup

I have a iMac 1GHz PowerPC G4 running 10.3.9 with all of the latest software updates and have just purchased a Netgear DG834G. I am currently using an USB modem and now need wireless internet access for remote working via an IBM Thinkpad.
I have tried to follow the Netgear manual but to no avail. Unfortunately, my ISP was unwilling to help with setup as they didn't supply the router! Typical! Anyway they gave me some settings which might as well be in a foreign language ....
Virtual Path Identifier VPI = 0
Virtual Channel Indentifier (VCI) parameters = 38
ISP Domain Name Server (DNS) Addresses apparently will be automatic
Fixed or Static IP Address is automatic
Protocol = PPOA - is this correct?
Encapsulation =VCMUX
Any advice and screenshots would be greatly appreciated as I am absolutely stuck.
iMac 15 G4   Mac OS X (10.3.9)   Lacie Triple D2 160GB + 5G 30gb iPod

Fixed - told myself to RTFM!

Similar Messages

  • Jumping gun? Netgear N300 Wireless ADSL2+ modem/rout​er

    Hi,
    I'm probably jumping the gun here but I've got a Verizon Actiontec GT704WG modem/router and have been disapointed in the last few months by spotty wireless and internet connectivity when nothing else in my house has changed.  In addition, I need to make a non-network-ready external HD a network drive so either have to have a NAS adapter (incredibly difficult to find at a local store) and I'm awaiting information on whether or not I have to format (again) my already FAT32 file system drive for an adapter to recognize the drive or whether or not the adapter will work without re-formatting my drive.  The work around is the Netgear N300 Wireless ADSL2+ modem router because it will allow me to attach the non-network ready drive without an additional NAS adapter.
    However, after reading all the problems that people have with third-party modem/routers and Verizon DSL I'm a little concerned about trying to hook this up as a solution.  So I have some questions: 
    1. Do I have to put the Actiontec GT704WG into bridge mode as Verizon recommends or can I get rid of the Actiontec altogether and just use the new modem/router?
    2.  I have no idea if I have ADSL+ service with Verizon.  Assume I can call and find out or get the info from my account page.  But if I do not have that service, will the new modem/router work with basic ADSL service that Verizon provides (ok, that's my really dumb question)?
    3.  If it's better to just stick with the Verizon modem/router and get a NAS adapter does anyone have a recommendation on a reasonably priced adapter?  I don't want a NAS enclosure as I'm not really interested in breaking my external drive and removing the guts so I'd prefer a stand-alone adapter.
    4.  If I can get rid of the Actiontec altogether, can someone provide some assistance for the proper settings to get me setup without too much fiddling?  I'm so sick of spending hours trying to troubleshoot computer issues!  
    I have an older PC wired into the Actiontec, a network printer attached to the Actiontec, and am running windows XP pro on the PC and have a laptop that is running windows 7.  Evil Empire Microsoft has made the lovely choice to make it difficult sometimes for the two OS to communicate and I'm tired of leaving the PC on all the time so that I can use my external drive (if Win7 cooperates) as a network drive through the PC.  I'd rather have it as a real network drive operating independently of the PC and point my iTunes, word processing, and database programs to the network drive rather than trying to get them to run through the PC into the external drive. 
    I wish Verizon would offer more choices on modem/routers, especially ones that offer you the option to add a usb storage device as a network asset!
    Thanks for any help!  I know I'm jumping the gun a bit, but I'd like to return the new modem/router ASAP if it's not going to do what I need without tons of hassle. 
    Solved!
    Go to Solution.

    Since the Netgear you have is a DSL modem, there is no need to use the ActionTec. Disconnect it from the line and keep it around as a spare modem should you ever need it for troubleshooting purposes. Also, even though the modem you are buying is marketed as an ADSL2+ modem, the technology is specced to be backwards compatible with traditional ADSL. The ActionTec you currently have is an ADSL2+ modem itself, so that should back up that statement enough. The only thing you need to make sure you verify before switching the ActionTec out for the Netgear is what authentication mode the ActionTec is using. This can be set to either PPPoE or DHCP (shows as Routed Bridge mode) and should show up on the main status page when you visit the ActionTec's web inteface. If you're using PPPoE, you should have no issues getting the Netgear to work. If you're using DHCP, you will need to either close the MAC address of the ActionTec into the Netgear, or leave the modem overnight before you are able to obtain an IP address.
    Otherwise the Netgear depends on how you decide to set it up. If you set it up through the Web Interface (http://192.168.1.1/ for Netgears, normally), you need to make sure the DSL Virtual Circuit is set to use 0/35, VPI of 0, VCI of 35. The modem should auto-detect this on first boot. Additionally, if you're using PPPoE you'd need to use your Verizon Username and Password to connect the modem. If you set it up using the Setup CD, it should do all of that heavy lifting.
    ReadySHARE (what you're looking to set up with the External Hard Drive) uses the same Windows File and Sharing setup, however it does it using Samba shares, FTP and HTTP since the router runs Linux. The reliability you see might remain the same, but I suppose it's one of those things you need to wait and see how it works once the router is set up. Just remember, the speeds to the drive will not be as fast as going through a PC with better hardware under the hood.
    ========
    The first to bring me 1Gbps Fiber for $30/m wins!

  • [Solved] help needed with wireless setup (ralink 2860 driver)

    Hi,
    I'm new to Arch so please be gentle ;-)
    I recently upgraded hoping to find improved support for my wireless.  I now find that the kernel recognises and loads the appropriate module:
    [root@akoya ~]# uname -a
    Linux akoya 2.6.29-ARCH #1 SMP PREEMPT Wed Apr 8 12:47:56 UTC 2009 i686 Pentium(R)
    [root@akoya ~]# lspci | grep Net
    05:00.0 Network controller: RaLink RT2860
    [root@akoya ~]# lsmod | grep 2860
    rt2860sta 514808 1
    I checked over the kernel source and the rt2680sta module is the code from ralink cleaned up for the 2.6.29 kernel.  (I tried building the ralink release but it needs patching for 2.6.29)
    However getting the thing to connect using WPA is another thing altogether
    [root@akoya ~]# ifconfig ra0 up
    [root@akoya ~]# wpa_supplicant -B -Dwext -i ra0 -c /etc/wpa_supplicant.conf
    [root@akoya ~]# dhcpcd ra0
    ra0: dhcpcd 4.0.12 starting
    ra0: waiting for carrier
    ra0: timed out
    I'm not even sure if iwconfig is communicating with this driver (though I can find my router using "iwlist ra0 scan"):
    [root@akoya ~]# iwconfig ra0 essid "sodor"
    [root@akoya ~]# iwconfig
    ra0 RT2860 Wireless ESSID:"" Nickname:"RT2860STA"
    Mode:Auto Frequency=2.412 GHz Access Point: 00:21:91:FE:DA:97
    And if I try to configure using wicd I see the following log when trying to connect to the wireless:
    2009/04/17 01:16:43 :: Connecting to wireless network sodor
    2009/04/17 01:16:43 :: Putting interface down
    2009/04/17 01:16:43 :: ifconfig ra0 down
    2009/04/17 01:16:43 :: Releasing DHCP leases...
    2009/04/17 01:16:43 :: Setting false IP...
    2009/04/17 01:16:43 :: ifconfig ra0 0.0.0.0
    2009/04/17 01:16:43 :: ifconfig eth0 0.0.0.0
    2009/04/17 01:16:43 :: Stopping wpa_supplicant and any DHCP clients
    2009/04/17 01:16:43 :: killall wpa_supplicant
    2009/04/17 01:16:43 :: Flushing the routing table...
    2009/04/17 01:16:43 :: route del dev ra0
    2009/04/17 01:16:43 :: route del dev eth0
    2009/04/17 01:16:43 :: Attempting to authenticate...
    2009/04/17 01:16:43 :: ['wpa_supplicant', '-B', '-i', 'ra0', '-c', '/var/lib/wicd/configurations/002191feda97', '-D', 'wext']
    2009/04/17 01:16:43 :: Putting interface up...
    2009/04/17 01:16:43 :: ifconfig ra0 up
    2009/04/17 01:16:43 :: iwconfig ra0 mode Managed
    2009/04/17 01:16:43 :: ['iwconfig', 'ra0', 'essid', 'sodor', 'channel', '1', 'ap', '00:21:91:FE:DA:97']
    2009/04/17 01:16:43 :: WPA_CLI RESULT IS None
    2009/04/17 01:16:43 :: Failed to find status in wpa_cli result
    2009/04/17 01:16:43 :: exiting connection thread
    It is driving me crazy being tied to a cable so I'd really like to get this working... but I'm really not sure what to try.  Do I need to rebuild wpa_supplicant?  If so is there a package-based way of doing that in arch?
    Thanks in advance.
    Last edited by drandre (2009-04-17 19:40:41)

    drandre wrote:
    If so is there a package-based way of doing that
    OK... to answer my own questions ...
    two questions:
    1. Does this mean support for the ralink driver is included by default or *not* included by default?
    It seems it means *not*
    2. If I uncomment this line then makepkg refuses to build the package because the config file's md5 is no longer valid.  How then am I *meant* to make modifications to the build configuration?
    right or wrong I used makepkg -g to generate checksums for my modified config file and pasted these into PKGBUILD.  It then builds happily.  After installing I can run wpa_supplicant with no args and confirm ralink is in the list of drivers.  Excellent.  But still no success.
    Two things I have noticed:
    1. wicd places quotes "" around my pre-shared key.  If I run wpa_supplicant from the command line and use the conf file created by wicd it reports the PSK as being unparsable.  If I remove the quotes then the file is parsed correctly.
    2. It doesn't solve my problem :-(

  • Airport Express & Netgear DG834G 54Mbps Wireless ADSL Modem Router

    Could you offer any advice as to whether an Airport Express could be used as a range extender for an existing Netgear DG834G 54Mbps Wireless ADSL Modem Router setup as I really like the idea of Airtunes and sharing a USB printer. I gather that it is possible to use an Airport Express to extend the range of an Airport Extreme basestation setup but have not been successful in finding any info regarding the Netgear.
    Any info gratefully received !
    G5 Dual 2.3Ghz   Mac OS X (10.4.6)  

    mac-junkie, Welcome to the discussion area!
    No it can not be used as a range extender.
    But you can still use it for music and printer support. See KB 302153, AirPort Express: How to join an existing wireless network in client mode.

  • TP-Link TD-W8961ND Wireless-N ADSL2+ Modem Router ...

    has or are anyone using this TP-Link TD-W8961ND Wireless-N ADSL2+ Modem Router - Version 2 instead of the bt home hub 3?  i need some help because all i get is dropouts after i have set the settings up in the device i use the defualt settings advised in the set up instructions tp link give, ive been told my line adsl may be to slow for this kind of adsl router. so have for now gone back to the hhub 3 here are the results from the nhub3 today. can someone explain this to me G.992.1 Annex A 
    ADSL Settings
    VPI/VCI:
    0/38
    Type:
    PPPoA
    Modulation:
    G.992.1 Annex A
    Latency type:
    Interleaved
    Noise margin (Down/Up):
    8.7 dB / 24.0 dB
    Line attenuation (Down/Up):
    48.3 dB / 29.5 dB
    Output power (Down/Up):
    19.3 dBm / 12.2 dBm
    FEC Events (Down/Up):
    585803 / 1
    CRC Events (Down/Up):
    347 / 3
    Loss of Framing (Local/Remote):
    0 / 0
    Loss of Signal (Local/Remote):
    0 / 0
    Loss of Power (Local/Remote):
    0 / 0
    HEC Events (Down/Up):
    1822 / 0
    Error Seconds (Local/Remote):
    196 / 4

    The connection speed is missing from those hub3 figures.
    G992.1 is ADSL max, up to 8Mb, which is compatible with all routers. Perhaps you have the settings wrong on the TP link one.
    There is some information on this page, which should also apply to the 8961ND.
    Using the TP-Link TD-W8960N instead of the BT home hub
    You can ignore the DNS settings and leave them at default, if you do not want to use OpenDNS.
    There are some useful help pages here, for BT Broadband customers only, on my personal website.
    BT Broadband customers - help with broadband, WiFi, networking, e-mail and phones.

  • Help needed with BBDM 5.0.1 IP Modem

    Hi I was happily connecting thru the Net via the IP Modem in BBDM ver 5.0.1 all this while. Only this happened yesterday. Accidentally during the connection, my 9500 was disconnected from the USB cable. From that moment on, I cannot access the Net using the IP Modem feature. Tried to reboot the laptop as well as the 9500 but now all I get is the connecting message and then a pop up saying there is a hardware failure in the connecting device (or modem) ie the BB 9500.
    I even uninstalled BBDM 5.0.1 and reinstalled ver 5.0 and also updated back to 5.0.1 - same story. I can still access the Net via the BB browser etc
    Advise please thanks in advance

    I have the disc and re-installed a couple of time. No positive result. PSE 09 which I bought thereafter is giving a lot of problems also!!!
    Date: Wed, 8 Jun 2011 10:31:24 -0600
    From: [email protected]
    To: [email protected]
    Subject: Help needed with Elements 5.0
    Doesn't really help either of us very much but I'm also having the same problem with Elements 5. I downloaded the program so I don't have disks to reinstall. And it seems from the other reply that Adobe has given up with the "old program," which incidentally was working fine until two days ago. Maybe I'll have to think about PSE9!
    >

  • Help needed with configuring D-Link DSL-320T

    My home network consists of 2 Aiport Express using WDS, 2 PowerBooks and a WiFi HP printer.
    I recently had to replace my trusty Aztech DSL modem/router when it died, and bought a D-Link DSL-320T.
    This is a DSL modem but NOT ROUTER with a built in DHCP server, but connection behaviour is different from my old device. The IP address for the modem is the default 192.168.1.1
    When I connect the modem with an Ethernet cable to the Airport Express, run AirPort Admin Utility and set TCP/IP to configure using DHCP, the IP address of the AE becomes the fixed IP that my ISP has assigned to me, which starts 212.xxx.xxx.xxx. The router address is the same (212.xx.xxx.xxx), and the subnet is 255.255.255.255
    With my old modem/router, the AE's IP address would be 192.168.1.2, and then I would use the AE as a wireless bridge, so that the modem would be the DHCP server. All connected Macs and printer would have a 192.168.1.xxx IP address.
    With the new modem, I am unable to share the connection unless I use the AE to distribute IP addresses using NAT and DHCP. The AE uses the 10.0.1.xxx range of IP addresses. So my PowerBook has an IP of 10.0.1.xxx
    I keep on having to restart the modem as the connection seems to drop on me, to the extent that I cannot even open the modem configuration page by entering 192.168.1.1 into Safari.
    My suspicion is that having 2 DHCP servers on the go is not helpful, trying to be on a 192.168.1.x range of addresses as well 10.0.1.x.
    I'm not really sure what purpose the modem's DHCP server has, because it does not seem to distribute 192.168.1.x IP addresses, if I configure the AE to be a wireless bridge. As I have said, it is not a modem/router but a modem only. I cannot set up any port forwarding (NAT) instructions. The D-Link manual and website are not very helpful, but it does appear that the correct behavior is for the connected device to display the public (i.e. 212.xxx.xxx.xxx) address. The website does also state that I would need to have separate router to do NAT. I thought that is where the AE comes in...
    However if I disable the modem's DHCP server I am not sure what manual settings to configure the AE with.
    Any help much appreciated!
    Min Yu
    AirPort Express. Base Station V6.3   Mac OS X (10.4.8)   PowerBook G4

    The IP address for the modem is the default
    192.168.1.1... The router address is the same
    (212.xx.xxx.xxx)...
    This is confusing. Which IP address does your D-Link
    use?
    The D-Link uses the IP address 192.168.1.1
    Whatever device is plugged into the D-Link, whether PowerBook directly or the AirPort Express, configured using DHCP you get the following in TCP/IP:
    IP address: 212.xxx.xxx.xxx
    Subnet Mask: 255.255.255.255
    Router: 212.xxx.xxx.xxx (identical numbers to IP address)
    DNS servers: as per ISP
    My
    suspicion is that having 2 DHCP servers on the go is
    not helpful, trying to be on a 192.168.1.x range of
    addresses as well 10.0.1.x.
    There is no inherent problem using 2 DHCP servers.
    If I can have both devices acting as DHCP servers, then maybe there is a different explanation for why I lose connection all the time which is only cured by turning the modem on and off again?
    Min Yu

  • HP Photosmart B209a no longer connecting to wireless since modem/router change

    I recently had to change from a Motorola Surfboard modem and Netgear router (both at least 5 years old). The new modem/router combo is a C3700 Docsis 3.0. My HP Photosmart Plus printer model B209a no longer connects to the wireless network.  I've tried both push button and pin. I get a WPS failed to connect. When I print network settings my network is listed but the printer shows as being offline with no active conection . Firmware is EIL1FNO926AR and shows up as the latest revision for the printer. Under 802.11 Wireless the mac address is given and status is disconnected.  By the way, the printer and modem/router are approximately 3 feet apart on the same desk.
    Any ideas as to what to do to get my printer back online or is incompatible with the new modem/router?
    Thanks
    This question was solved.
    View Solution.

    Replacing your wireless router try here.
    http://www.hp.com/global/au/en/wireless/reconfiguring-system-help3.html
    Say thanks by clicking the Kudos Thumbs Up to the right in the post.
    If my post resolved your problem, please mark it as an Accepted Solution ...
    I worked for HP but now I'm retired!

  • HELP NEEDED WITH ADDAPTER-DVI TO VGA.

    PLEASE ...HELP NEEDED WITH WIRING CROSS OVER....CAN YOU HELP WITH BACK OF PLUG CONNECTIONS...I SORTA UNDERSTAND THE PINOUTS BUT CANT MAKE AN EXACT MACH...WOULD LIKE TO BE 100% SURE...
    ......THIS ENSURES NO SMOKE!!!                                                                                           
    THE CARD IS AN ATI RADEON RX9250-DUAL HEAD-.........ADDAPTER IS DVI(ANALOG)MALE TO VGA(ANALOG)FEMALE.
    ANY HELP VERY MUCH APPRECIATED........ SEEMS YOU NEED TO BE ROCKET SCI TO ATTACH A BLOODY PICTURE...SO THIS HAS BEEN BIG WASTE OF FING TIME!

    Quote from: BOBHIGH on 17-December-05, 09:21:31
    Get over it mate !
    I find it easy t read CAPS...and if you dont like it ...DONT READ IT!
    And why bother to reply...some people have nothing better to do.
    Yes there chep and easy to come by...Ive already got a new one.
    All I wanted was to make a diagram of whats inside the bloody thing...it was a simple question and required a simple answer.
    NO NEED TO A WANKA !!
    I feel a bann comming up.
    Have you tryed Google ? really.. your question is inrelevant. No need to reply indeed.
    Why do you come here asking this question anyway ? is it becouse you have a MSI gfx card ? and the adapter has nothing to do with this ?
    You think you can come in here yelling.. thinking we have to put up with it and accept your style of posting. This is not a MSI tech center.. it's a user to user center.. Your question has nothing to do with MSI relavant things anyway's.
    Google = your friend.
    Quote from: BOBHIGH on 17-December-05, 09:21:31
    it was a simple question and required a simple answer
    Simple for who ? you (buying a new one) ? me ? we ?   .really...........
    Quote from: Dynamike on 16-December-05, 04:11:48
    1: There are allot of diffrent types of those adapters.
    If any of the mods have a problem about my reply.. please pm me.

  • Help needed with Vista 64 Ultimate

    "Help needed with Vista 64 UltimateI I need some help in getting XFI Dolby digital to work
    Okay so i went out and I bought a yamaha 630BL reciever, a digital coaxial s/pdif, and a 3.5mm phono plug to fit perfectly to my XFI Extreme Music
    -The audio plays fine and reports as a PCM stream when I play it normally, but I can't get dolby digital or DTS to enable for some reason eventhough I bought the DDL & DTS Connect Pack for $4.72
    When I click dolby digital li've in DDL it jumps back up to off and has this [The operation was unsuccessful. Please try again or reinstall the application].
    Message Edited by Fuzion64 on 03-06-2009 05:33 AMS/PDIF I/O was enabled under speakers in control panel/sound, but S/PDIF Out function was totally disabled
    once I set this to enabled Dolby and DTS went acti've.
    I also have a question on 5. and Vista 64
    -When I game I normally use headphones in game mode or 2. with my headphones, the reason for this is if I set it on 5. I get sounds coming out of all of the wrong channels.
    Now when I watch movies or listen to music I switch to 5. sound in entertainment mode, but to make this work properly I have to open CMSS-3D. I then change it from xpand to stereo and put the slider at even center for 50%. If I use the default xpand mode the audio is way off coming out of all of the wrong channels.
    How do I make 5. render properly on vista

    We ended up getting iTunes cleanly uninstalled and were able to re-install without issue.  All is now mostly well.
    Peace...

  • Help needed with itunes

    help needed with itunes please tryed to move my itunes libary to my external hard drive itunes move ok and runs fin but i have none of my music or apps or anything all my stuff is in the itunes folder on my external hard drive but there is nothing on ituns how do i get it back help,please

    (Make sure the Music (top left) library is selected before beginning this.)
    If you have bad song links in your library, hilite them and hit the delete button. Then locate the folder(s) where your music is located and drag and drop into the large library window in iTunes ( where your tracks show up). This will force the tunes into iTunes. Before you start, check your preferences in iTunes specifically under the"Advanced" tab, general settings. I prefer that the 1st 2 boxes are unchecked. (Keep iTunes Music folder organized & Copy files to iTunes Music folder when adding to library). They are designed to let iTunes manage your library. I prefer to manage it myself. Suit yourself. If there is a way for iTunes to restore broken links other than locating one song at a time I haven't found it yet. (I wish Apple would fix this, as I have used that feature in other apps.) This is the way I do it and I have approx. 25,000 songs and podcasts and videos at present. Hope this helps.

  • Urgent help needed with un-removable junk mail that froze Mail!!

    Urgent help needed with un-removable junk mail that froze Mail?
    I had 7 junk mails come in this morning, 5 went straight to junk and 2 more I junked.
    When I clicked on the Junk folder to empty it, it froze Mail and I can't click on anything, I had to force quit Mail and re-open it. When it re-opens the Junk folder is selected and it is froze, I can't do anything.
    I repaired permissions, it did nothing.
    I re-booted my computer, on opening Mail the In folder was selected, when I selected Junk, again, it locks up Mail and I can't select them to delete them?
    Anyone know how I can delete these Junk mails from my Junk folder without having to open Mail to do it as it would appear this will be the only solution to the problem.

    Hi Nigel
    If you hold the Shift key when opening the mail app, it will start up without any folders selected & no emails showing. Hopefully this will enable you to start Mail ok.
    Then from the Mail menus - choose Mailbox-Erase Junk Mail . The problem mail should now be in the trash. If there's nothing you want to retain from the Trash, you should now choose Mailbox- Erase Deleted Messages....
    If you need to double-check the Trash for anything you might want to retain, then view the Trash folder first, before using Erase Junk Mail & move anything you wish to keep to another folder.
    The shift key starts Mail in a sort of Safe mode.

  • Help needed with this form in DW

    Hi, i have created this form in dreamweaver but ive got this problem.
    In the fields above the text field, the client needs to fill in some info such as name, email telephone number etc.
    But the problem is when ill get the messages. Only the text from the large text field is there.
    What did i do wrong??
    http://www.hureninparamaribo.nl/contact.html
    Thank you
    Anybody??

    Thank you for your response. So what do i have to do to fix this?
    Date: Sun, 20 Jan 2013 07:57:56 -0700
    From: [email protected]
    To: [email protected]
    Subject: Help needed with this form in DW
        Re: Help needed with this form in DW
        created by Ken Binney in Dreamweaver General - View the full discussion
    You have several duplicate "name" attributes in these rows which also appears in the first row
    Telefoon:
    Huurperiode:
    Aantal personen:
         Please note that the Adobe Forums do not accept email attachments. If you want to embed a screen image in your message please visit the thread in the forum to embed the image at http://forums.adobe.com/message/5008247#5008247
         Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: http://forums.adobe.com/message/5008247#5008247
         To unsubscribe from this thread, please visit the message page at http://forums.adobe.com/message/5008247#5008247. In the Actions box on the right, click the Stop Email Notifications link.
         Start a new discussion in Dreamweaver General by email or at Adobe Community
      For more information about maintaining your forum email notifications please go to http://forums.adobe.com/message/2936746#2936746.

  • Help needed with header and upload onto business catalyst

    Can someone help with a problem over a header please?
    I have inserted a rectangle with a jpeg image in  background, in the 'header' section, underneath the menu. It comes up fine on most pages when previsualised, going right to the side of the screen, but stops just before the edge on certain pages. I have double checked that I have placed it in the right place in relation to the guides on the page.
    That's one problem.
    The second problem is that I tried to upload onto business catalyst, which got to 60% and refused to go any further, saying it couldn't find the header picture, giving the title and then u4833-3.fr.png. The picture is in the right folder I have double checked. And it isn't a png. Does it have to be ?
    And the third problem is that I got an email following my upload from business catalyst in Swedish. I am living in France.
    Can anyone help ? Thanks.

    Thanks for replying,
    How can I check the preview in other browsers before I publish a provisional site with BC?
    The rectangle width issue happens on certain pages but not others. The Welecom page is fine when the menu is active, also the contact page, but others are slightly too narrow. Changing the menu spacing doesn’t help - I was already on uniform but tried changing to regular and back.
    In design mode the rectangle is set to the edge of the browser, that’s 100%browser width right?
    Re BC I have about 200 images on 24 different pages and it seems to be having difficulty uploading some of them. But it has managed a couple I named with spaces but not others I named with just one name.
    Is there an issue on size of pictures ? If I need to replace is there a quick way to rename and relink or do I have to insert the photos all over again?
    I’m a novice with Muse with an ambitious site !
    Thanks for your help.
    Mary Featherstone
    Envoyé depuis Courrier Windows
    De : Sanjit_Das
    Envoyé : vendredi 14 février 2014 22:15
    À : MFeatherstone
    Re: Help needed with header and upload onto business catalyst
    created by Sanjit_Das in Help with using Adobe Muse CC - View the full discussion 
    Hi
    Answering the questions :
    - Have you checked the preview in Muse and also in other browsers ?
    - Does the rectangle width issue happens when menu is active , or in any specific state , Try to change the menu with uniform spacing and then check.
    - In design view the rectangle is set to 100% browser width ?
    With publishing :
    - Please try to rename the image file and then relink
    - If it happens with other images as well , see if all the image names includes strange characters or spaces.
    - Try again to publish
    With e-mail from BC :
    - Under preferences , please check the country selected.
    - If you have previously created partner account in BC and selected country and language then it would follow that, please check that.
    Thanks,
    Sanjit
    Please note that the Adobe Forums do not accept email attachments. If you want to embed a screen image in your message please visit the thread in the forum to embed the image at http://forums.adobe.com/message/6121942#6121942
    Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: http://forums.adobe.com/message/6121942#6121942
    To unsubscribe from this thread, please visit the message page at http://forums.adobe.com/message/6121942#6121942. In the Actions box on the right, click the Stop Email Notifications link.
    Start a new discussion in Help with using Adobe Muse CC at Adobe Community
    For more information about maintaining your forum email notifications please go to http://forums.adobe.com/thread/416458?tstart=0.

  • Help needed with Elements 5.0

    Trying to Edit photos.  Click on Edit icon and I get the Message " Attempt to Access invalid address".  Click OK get message "Unable to connect to editor application.
    What is the problem?   I have unenstalled to program and reinstalled, I have tried repairing from CD.  Nothing works.  Please help.

    I have the disc and re-installed a couple of time. No positive result. PSE 09 which I bought thereafter is giving a lot of problems also!!!
    Date: Wed, 8 Jun 2011 10:31:24 -0600
    From: [email protected]
    To: [email protected]
    Subject: Help needed with Elements 5.0
    Doesn't really help either of us very much but I'm also having the same problem with Elements 5. I downloaded the program so I don't have disks to reinstall. And it seems from the other reply that Adobe has given up with the "old program," which incidentally was working fine until two days ago. Maybe I'll have to think about PSE9!
    >

Maybe you are looking for

  • Cannot preview pictures in split view

    i recently migrated my photos from my mac mini to my macbook pro.  when i open apeture I can not view the pictures in slip view. or when i open the project it takes a long time for each image to load.  In browser the i can not view the thumbnails eit

  • New JMF bug?

    Hi to all, I'm developing a videoconferencing app, by using client-server architecture. Today i get the following error message, after i closed my app by pressing <CTRL>+C in the DOS Prompt. Perhaps is a new JMF bug, 'cause i never found any news reg

  • How can I make Thumbnails from my photos?

    I am using PSE 8  and have done this before but now do not get the option of doing it. All help and advice will be appreciated. Thanks Ian

  • Jabber autologin script??

    Is there a way that I can set it up so my users will automatically get signed into jabber? When they go home with there laptops and turn it off how can i make sure that they sign back in the next day at work? Anyone have a solution or a suggestion?

  • Formatting emails:I am using UTL_SMTP package foe sending them.

    Hi I created a PL/SQL job to schedule email sending. The code looks like: DECLARE l_mailhost VARCHAR2(64) := 'qiudubcorrel001.qa.local'; l_from VARCHAR2(64) := '[email protected]'; l_to VARCHAR2(64) := '[email protected]'; l_mail_conn UTL_SMTP.connec