Hyperlinks in Word on asus transformer tablet

I have an asus transformer book I am testing for my staff in the field. I have created a word document with a number of hyperlinks. While using the device with the keyboard attached I can click and follow the hyperlinks. When the keyboard is removed and
the device is used as a tablet touching the hyperlink does not work. I have to touch and hold, then a dialogue box appears and gives the option to open the hyperlink. This works but is cumbersome. Any idea if there is a way to open the hyperlinks with a single
touch?

Does the hyperlink setting require Ctrl-Click to follow the hyperlink? If so, try unchecking that option (see under File>Options>Advanced>Editing options).
Cheers
Paul Edstein
[MS MVP - Word]

Similar Messages

  • Asus Transformer book T200TA

    Hello,
    I'm trying to put an Archlinux on the Asus Transformer book T200TA, and I will share here my progress. I will take note of a lot of things, when I manage to do something or when something does not work. And if you have any ideas to make something works, tell me !
    Current status (for TL;DR)
    - Boot under archiso : Working with patch
    - Boot Archlinux on the keyboard's HDD : Working by putting boot and efi partition on the internal memory
    - Virtualization of Windows 8.1 under linux : Partially working only with a 64 bit linux as host
    - SD card : Working with patch
    - Graphics : Working
    - Random freezes : Fixed ?. Didn't experienced any since my new installation with linux 4.0
    - xhci_hcd bug at boot ; Work in USB2 mode only
    - Backlight control : Working
    - Sound : Work on both headphone and speakers in stereo but you have to edit an alsa config file for enabling sound on one or both output and for setting the sound level. Microphone not tested.
    - Wifi : Not working
    - Bluetooth : Not working: Not working
    - Battery indicator : Working With kernell patch
    - Touchpad : Partially working : Only one finger and very unpleasant because the cursor move a little before you click.
    - Touchscreen : Partially working : Works randomly and seems to not release click when you remove your finger.
    Sources
    The T200TA has a lot on common with the T100TA, so, much of my fixes come from this computer (as it has been release one year before and the T200 is currently pretty new).
    - http://www.jfwhome.com/2014/03/07/perfe … book-t100/
    - https://github.com/AdamWill/baytrail-m
    - https://bbs.archlinux.org/viewtopic.php?id=179948
    Boot under archiso
    If you try to boot, it will not work. Because, as T100, it search only for 32bit efi (even if the cpu can handle 64bit OS). You can do like him.
    Or you can do like me, I think it's easier, but really dirty (it's not a full script, execute it only part by part) :
    ## Create working directory
    mkdir work
    cd work
    ## Build grub and get missing bootloader files bootia32.efi
    git clone git://git.savannah.gnu.org/grub.git
    cd grub
    ./autogen.sh
    export EFI_ARCH=i386
    ./configure --with-platform=efi --target=${EFI_ARCH} --program-prefix=""
    make
    cd grub-core
    ../grub-mkimage -d . -o bootia32.efi -O i386-efi -p /boot/grub ntfs hfs appleldr boot cat efi_gop efi_uga elf fat hfsplus iso9660 linux keylayouts memdisk minicmd part_apple ext2 extcmd xfs xnu part_bsd part_gpt search search_fs_file chain btrfs loadbios loadenv lvm minix minix2 reiserfs memrw mmap msdospart scsi loopback normal configfile gzio all_video efi_gop efi_uga gfxterm gettext echo boot chain eval
    cp bootia32.efi ../../bootia32.efi
    cd ../../
    rm -r grub
    ##Get all file from the current archlinux install iso
    #Search and replace all XXXX.XX.XX by the current release date and /dev/sdX by your usb key address. If you find a way to extract both partion from iso without dd, it should be faster than that, so tell me if you know how to do that.
    dd bs=4M if="archlinux-XXXX.XX.XX-dual.iso" of=/dev/sdX
    mkdir usb
    mkdir newiso
    # Unplug and replug your usb key and wait a little if mount doens't work :
    mount /dev/sdX2 ./usb
    cp -r usb/* newiso/
    sync
    umount usb
    mount /dev/sdX1 ./usb
    cp -r usb/* newiso/
    sync
    umount usb
    rmdir usb
    ## Prepare new usb key content
    mv bootia32.efi newiso/EFI/boot/
    mkdir -p newiso/boot/grub
    echo "
    menuentry 'Arch Linux i686'{
    echo 'Loading Linux core repo kernel ...'
    linux /arch/boot/i686/vmlinuz nomodeset archisobasedir=arch archisolabel=ARCHISO
    echo 'Loading initial ramdisk ...'
    initrd /arch/boot/i686/archiso.img
    menuentry 'Arch Linux x86_64'{
    echo 'Loading Linux core repo kernel ...'
    linux /arch/boot/x86_64/vmlinuz nomodeset archisobasedir=arch archisolabel=ARCHISO
    echo 'Loading initial ramdisk ...'
    initrd /arch/boot/x86_64/archiso.img
    }" > newiso/boot/grub/grub.cfg
    ## Prepare the usb key partition
    gdisk /dev/sdX
    3 # Create blank GPT
    o # Create a new empty GPT
    y # Proceed
    n # New partition
    # Default partition number
    # Default first sector
    # Default last sector
    EF00 # Bootable efi partition
    c # change partion's name
    ARCHISO
    w # Write modifications on the disk
    Y # Proceed
    mkfs.fat -F 32 /dev/sdX1
    echo mtools_skip_check=1 >> ~/.mtoolsrc
    mlabel -i /dev/sdX1 -s ::ARCHISO
    rm ~/.mtoolsrc
    ## Copy files to the usb key
    mkdir usb
    mount /dev/sdX1 usb
    cp -r newiso/* usb/
    sync
    umount usb
    rmdir usb
    ## Cleaning
    cd ../
    rm -r work
    A better way of fixing that should be building a x86 version of the file `PreLoader` from the repo `git://git.kernel.org/pub/scm/linux/kernel/git/jejb/efitools.git` because this file is renamed as `bootx64.efi` during the archiso creation, and the missing file is the x86 equivalent : `bootia32.efi`. Anyway, I didn't manage to build it, so I gave up this path. Tell me if you find something better.
    Boot Archlinux on the keyboard's HDD
    I cannot currently use this computer under linux for everyday, but I need a linux to work or dev. And I have to admit that the windows UI is much better for touchscreen than any linux desktop that I tried. The internal memory is only 30GB. So I let Windows 8.1 on internal memory for "tablet mode" and linux on hard drive for "netbook mode".
    I didn't find any way to make the computer boot to the hard drive (or the micro usb card of 64GB), the efi-bios don't see them (the HDD is pluged in usb 3.0, but even in USB 2.0 mode it does the same).
    To make it work, you have to put the boot and efi partition on the internal memory :
    - Create a boot parition (100mo ext2) on the internal memory or use the windows rescue partition (300mo, ntfs, ~86%used after grub and vmlinuz installation). And during your installation process, mount it at /boot (/dev/mmcblkpX)
    - Use the windows EFI parition (100mo fat32) and mount it to /boot/efi (/dev/mmcblkpY)
    - Then (re-)install linux (need internet connexion, wireless or no. Dont forget to start dhcpcd)
    mount /dev/sdbZ /mnt # with /dev/sdbZ your keyboard's hdd root partition where linux will be installed
    mkdir /mnt/boot
    mount /dev/mmcblkpX /mnt/boot
    mkdir /mnt/boot/efi
    mount /dev/mmcblkpY /mnt/boot/efi
    pacstrap /mnt/ base grub efibootmgr
    genfstab -U -p /mnt >> /mnt/etc/fstab
    - and install grub on partition
    arch-chroot /mnt
    grub-install --target=i386-efi --efi-directory=/boot/efi --bootloader-id=grub --recheck
    - Edit /etc/grub.d/40_custom and add at the end :
    if [ "${grub_platform}" == "efi" ]; then
    menuentry "Microsoft Windows Vista/7/8/8.1 UEFI-GPT" {
    insmod part_gpt
    insmod fat
    insmod search_fs_uuid
    insmod chain
    search --fs-uuid --set=root --hint-bios=hd0,gptY --hint-efi=hd0,gptY --hint-baremetal=ahci0,gptY [fs_uuid]
    chainloader /EFI/Microsoft/Boot/bootmgfw.efi
    fi
    with gptY, the Y from /dev/mmcblkpY above (the efi partition)
    and [hints_string] is gave by the command
    grub-probe --target=fs_uuid /boot/efi/EFI/Microsoft/Boot/bootmgfw.efi
    - Apply grub config
    grub-mkconfig -o /boot/grub/grub.cfg
    Now I can boot to "Windows Boot Manager" or "grub" from bios. But I choosed to have grub by default and then he ask me what I want.
    Virtualization
    What works :
    - host Win32, guest linux32
    - host win32, guest win32
    - host linux32, guest linux32
    - host linux64, guest win
    What doesn't work:
    - host linux32, guest win32
    Windows 8.1 guest : With QEMU and Virtualbox, same problem during installation (or boot when already installed) we got a
    Your PC needs to restart.
    Please hold down the power button.
    Error Code: 0x0000000A
    Parameters:
    0xFFFFFFE6
    0x0000001F
    0x00000000
    0x8192BFAB
    After 3min virtualbox said that a critical error happend and tell us to watch the log. But it seem useless because the bug happend after 7 seconds and nothing show up after 7 seconds.
    SD Card
    http://www.jfwhome.com/2014/03/07/perfect-ubuntu-or-other-linux-on-the-asus-transformer-book-t100/ wrote:
    The SD card reader works with newer kernels, but the sdhci module needs some configuration. Create a new file:
    sudo nano /etc/modprobe.d/sdhci.conf
    Then add the following:
    options sdhci debug_quirks=0x8000
    ctrl-o then ctrl-x to save and exit, then:
    sudo mkinitcpio -p linux
    Graphics
    2D and 3D accelerations are enabled with xf86-video-intel 2.99.917 and mesa 10.4 :
    $ glxinfo | grep direct :(
    direct rendering: Yes
    GL_ARB_draw_elements_base_vertex, GL_ARB_draw_indirect,
    GL_ARB_map_buffer_range, GL_ARB_multi_bind, GL_ARB_multi_draw_indirect,
    $ glxinfo | grep OpenGL
    OpenGL vendor string: Intel Open Source Technology Center
    OpenGL renderer string: Mesa DRI Intel(R) Bay Trail x86/MMX/SSE2
    OpenGL core profile version string: 3.3 (Core Profile) Mesa 10.4.0
    OpenGL core profile shading language version string: 3.30
    OpenGL core profile context flags: (none)
    OpenGL core profile profile mask: core profile
    OpenGL core profile extensions:
    OpenGL version string: 3.0 Mesa 10.4.0
    OpenGL shading language version string: 1.30
    OpenGL context flags: (none)
    OpenGL extensions:
    OpenGL ES profile version string: OpenGL ES 3.0 Mesa 10.4.0
    OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.0
    OpenGL ES profile extensions:
    However firefox doens't enable 3D acceleration by default, you have to force it. To check if it use it, go to about:support
    And this mean that, it doesn't support it :
    GPU Accelerated Windows 0/1 Basic
    To force it :
    - Got to about:config
    - Set layers.acceleration.force-enabled
    - Set layers.offmainthreadcomposition.enabled to true
    And restart firefox. Now you should have
    GPU Accelerated Windows 1/1 OpenGL (OMTC)
    Warning : 3D acceleration can make firefox more buggy, so try to disable it if you have problems.
    source : http://askubuntu.com/questions/491750/f … in-firefox
    Random freezes
    After some minutes (last time after ~40minutes) the system freeze. I don't know if it's only graphical or not. This freeze seem to happend when the cpu/gpu has a lot to do.
    I've done a clean install with default kernel 4.0 in may 2015, and since that, I didn't have any freeze.
    xhci_hcd bug at boot
    When I enable XHCI in bios, sometime, I get that
    xhci_hcd 0000:00:14.0: Error while assigning device slot ID
    xhci_hcd 0000:00:14.0: Max number of devices this xHCI host supports is 32.
    usb usb1-port3: couldn't allocate usb_device
    The port change randomly and when it is port3, I loose the keybard and mouse and I have to make a hard reebot.
    To "fix" this, I disabled XHCI (wich mean USB3) from the bios.
    Still happen with kernel 4.0
    Sound
    With the work of  sid789. I manage to make sound work on Linux 4.0.
    Save this file somewhere on your computer : asound.state
    state.bytrt5640 {
    #### General
    # Level
    control.1 {
    iface MIXER
    name 'DAC1 Playback Volume'
    value.0 175 # Left volume
    value.1 175 # right volume
    comment {
    access 'read write'
    type INTEGER
    count 2
    range '0 - 175'
    dbmin -65625
    dbmax 0
    dbvalue.0 0
    dbvalue.1 0
    # Disable both output Right
    control.51 {
    iface MIXER
    name 'Stereo DAC MIXR DAC R1 Switch'
    value true
    comment {
    access 'read write'
    type BOOLEAN
    count 1
    # Enable both Left speaker
    control.54 {
    iface MIXER
    name 'Stereo DAC MIXL DAC L1 Switch'
    value true
    comment {
    access 'read write'
    type BOOLEAN
    count 1
    # Channel to listen
    control.21 {
    iface MIXER
    name 'DAC IF1 Data Switch'
    value 0
    comment {
    access 'read write'
    type ENUMERATED
    count 1
    item.0 Normal
    item.1 Swap
    item.2 'left copy to right'
    item.3 'right copy to left'
    # Enable
    # Only 0 and 2 works
    control.100 {
    iface MIXER
    name 'DAI select'
    value 0
    comment {
    access 'read write'
    type ENUMERATED
    count 1
    item.0 '1:1|2:2'
    item.1 '1:2|2:1'
    item.2 '1:1|2:1'
    item.3 '1:2|2:2'
    ##### Speaker #####
    #Enable
    control.27 {
    iface MIXER
    name 'Speaker Switch'
    value true
    comment {
    access 'read write'
    type BOOLEAN
    count 1
    #Change a little the volume..
    control.19 {
    iface MIXER
    name 'Class D SPK Ratio Control'
    value 10
    comment {
    access 'read write'
    type ENUMERATED
    count 1
    item.0 '1.66x'
    item.1 '1.83x'
    item.2 '1.94x'
    item.3 '2x'
    item.4 '2.11x'
    item.5 '2.22x'
    item.6 '2.33x'
    item.7 '2.44x'
    item.8 '2.55x'
    item.9 '2.66x'
    item.10 '2.77x'
    # Enable Left speaker
    control.62 {
    iface MIXER
    name 'Speaker L Playback Switch'
    value true
    comment {
    access 'read write'
    type BOOLEAN
    count 1
    # Enable right speaker
    control.61 {
    iface MIXER
    name 'Speaker R Playback Switch'
    value true
    comment {
    access 'read write'
    type BOOLEAN
    count 1
    # Enable right channel on right speaker
    control.67 {
    iface MIXER
    name 'SPOR MIX DAC R1 Switch'
    value true
    comment {
    access 'read write'
    type BOOLEAN
    count 1
    # Enable right channel on left speaker
    control.70 {
    iface MIXER
    name 'SPOL MIX DAC R1 Switch'
    value false
    comment {
    access 'read write'
    type BOOLEAN
    count 1
    # Enable left channel
    control.71 {
    iface MIXER
    name 'SPOL MIX DAC L1 Switch'
    value true
    comment {
    access 'read write'
    type BOOLEAN
    count 1
    ##### headphone #####
    # Enable
    control.24 {
    iface MIXER
    name 'Headphone Switch'
    value true
    comment {
    access 'read write'
    type BOOLEAN
    count 1
    #Enable too
    control.34 {
    iface MIXER
    name 'HPO MIX DAC1 Switch'
    value true
    comment {
    access 'read write'
    type BOOLEAN
    count 1
    # Enable Left
    control.98 {
    iface MIXER
    name 'DAC MIXL INF1 Switch'
    value true
    comment {
    access 'read write'
    type BOOLEAN
    count 1
    # Enable Right
    control.96 {
    iface MIXER
    name 'DAC MIXR INF1 Switch'
    value true
    comment {
    access 'read write'
    type BOOLEAN
    count 1
    # Enable right
    control.59 {
    iface MIXER
    name 'HP R Playback Switch'
    value true
    comment {
    access 'read write'
    type BOOLEAN
    count 1
    # Enable Left
    control.60 {
    iface MIXER
    name 'HP L Playback Switch'
    value true
    comment {
    access 'read write'
    type BOOLEAN
    count 1
    # Don't know what, but change something on headphone
    control.58 {
    iface MIXER
    name 'DAC L2 Mux'
    value 0
    comment {
    access 'read write'
    type ENUMERATED
    count 1
    item.0 IF2
    item.1 'Base L/R'
    ## Useless on output
    control.2 {
    iface MIXER
    name 'Mono Playback Switch'
    value false
    comment {
    access 'read write'
    type BOOLEAN
    count 1
    control.11 {
    iface MIXER
    name 'Mono DAC Playback Volume'
    value.0 0
    value.1 0
    comment {
    access 'read write'
    type INTEGER
    count 2
    range '0 - 175'
    dbmin -65625
    dbmax 0
    dbvalue.0 -1500
    dbvalue.1 -1500
    control.3 {
    iface MIXER
    name 'Speaker Channel Switch'
    value.0 false
    value.1 false
    comment {
    access 'read write'
    type BOOLEAN
    count 2
    control.4 {
    iface MIXER
    name 'Speaker Playback Volume'
    value.0 0
    value.1 0
    comment {
    access 'read write'
    type INTEGER
    count 2
    range '0 - 39'
    dbmin -4650
    dbmax 1200
    dbvalue.0 -900
    dbvalue.1 -900
    control.5 {
    iface MIXER
    name 'HP Channel Switch'
    value.0 false
    value.1 false
    comment {
    access 'read write'
    type BOOLEAN
    count 2
    control.6 {
    iface MIXER
    name 'HP Playback Volume'
    value.0 0
    value.1 0
    comment {
    access 'read write'
    type INTEGER
    count 2
    range '0 - 39'
    dbmin -4650
    dbmax 1200
    dbvalue.0 1200
    dbvalue.1 1200
    control.7 {
    iface MIXER
    name 'OUT Playback Switch'
    value.0 false
    value.1 false
    comment {
    access 'read write'
    type BOOLEAN
    count 2
    control.8 {
    iface MIXER
    name 'OUT Channel Switch'
    value.0 false
    value.1 false
    comment {
    access 'read write'
    type BOOLEAN
    count 2
    control.9 {
    iface MIXER
    name 'OUT Playback Volume'
    value.0 0
    value.1 0
    comment {
    access 'read write'
    type INTEGER
    count 2
    range '0 - 39'
    dbmin -4650
    dbmax 1200
    dbvalue.0 -1950
    dbvalue.1 -1950
    control.10 {
    iface MIXER
    name 'DAC2 Playback Switch'
    value.0 false
    value.1 false
    comment {
    access 'read write'
    type BOOLEAN
    count 2
    control.12 {
    iface MIXER
    name 'IN1 Boost'
    value 8
    comment {
    access 'read write'
    type INTEGER
    count 1
    range '0 - 8'
    dbmin 0
    dbmax 5200
    dbvalue.0 3000
    control.13 {
    iface MIXER
    name 'IN2 Boost'
    value 8
    comment {
    access 'read write'
    type INTEGER
    count 1
    range '0 - 8'
    dbmin 0
    dbmax 5200
    dbvalue.0 3500
    control.14 {
    iface MIXER
    name 'IN Capture Volume'
    value.0 0
    value.1 0
    comment {
    access 'read write'
    type INTEGER
    count 2
    range '0 - 31'
    dbmin -3450
    dbmax 1200
    dbvalue.0 -300
    dbvalue.1 -300
    control.15 {
    iface MIXER
    name 'ADC Capture Switch'
    value.0 false
    value.1 false
    comment {
    access 'read write'
    type BOOLEAN
    count 2
    control.16 {
    iface MIXER
    name 'ADC Capture Volume'
    value.0 0
    value.1 0
    comment {
    access 'read write'
    type INTEGER
    count 2
    range '0 - 127'
    dbmin -17625
    dbmax 30000
    dbvalue.0 28500
    dbvalue.1 28500
    control.17 {
    iface MIXER
    name 'Mono ADC Capture Volume'
    value.0 0
    value.1 0
    comment {
    access 'read write'
    type INTEGER
    count 2
    range '0 - 127'
    dbmin -17625
    dbmax 30000
    dbvalue.0 27000
    dbvalue.1 27000
    control.18 {
    iface MIXER
    name 'ADC Boost Gain'
    value.0 3
    value.1 3
    comment {
    access 'read write'
    type INTEGER
    count 2
    range '0 - 3'
    dbmin 0
    dbmax 3600
    dbvalue.0 1200
    dbvalue.1 1200
    control.20 {
    iface MIXER
    name 'ADC IF1 Data Switch'
    value 1
    comment {
    access 'read write'
    type ENUMERATED
    count 3
    item.0 Normal
    item.1 'left copy to right'
    item.2 'right copy to left'
    item.3 Swap
    control.22 {
    iface MIXER
    name 'ADC IF2 Data Switch'
    value 3
    comment {
    access 'read write'
    type ENUMERATED
    count 1
    item.0 Normal
    item.1 'left copy to right'
    item.2 'right copy to left'
    item.3 Swap
    control.23 {
    iface MIXER
    name 'DAC IF2 Data Switch'
    value 1
    comment {
    access 'read write'
    type ENUMERATED
    count 1
    item.0 Normal
    item.1 'left copy to right'
    item.2 'right copy to left'
    item.3 Swap
    control.25 {
    iface MIXER
    name 'Headset Mic Switch'
    value false
    comment {
    access 'read write'
    type BOOLEAN
    count 1
    control.26 {
    iface MIXER
    name 'Internal Mic Switch'
    value false
    comment {
    access 'read write'
    type BOOLEAN
    count 1
    control.28 {
    iface MIXER
    name 'Mono MIX DAC R2 Switch'
    value false
    comment {
    access 'read write'
    type BOOLEAN
    count 1
    control.29 {
    iface MIXER
    name 'Mono MIX DAC L2 Switch'
    value false
    comment {
    access 'read write'
    type BOOLEAN
    count 1
    control.30 {
    iface MIXER
    name 'Mono MIX OUTVOL R Switch'
    value false
    comment {
    access 'read write'
    type BOOLEAN
    count 1
    control.31 {
    iface MIXER
    name 'Mono MIX OUTVOL L Switch'
    value false
    comment {
    access 'read write'
    type BOOLEAN
    count 1
    control.32 {
    iface MIXER
    name 'Mono MIX BST1 Switch'
    value false
    comment {
    access 'read write'
    type BOOLEAN
    count 1
    control.33 {
    iface MIXER
    name 'HPO MIX DAC2 Switch'
    value false
    comment {
    access 'read write'
    type BOOLEAN
    count 1
    control.35 {
    iface MIXER
    name 'HPO MIX HPVOL Switch'
    value false
    comment {
    access 'read write'
    type BOOLEAN
    count 1
    control.36 {
    iface MIXER
    name 'OUT MIXR SPK MIXR Switch'
    value false
    comment {
    access 'read write'
    type BOOLEAN
    count 1
    control.37 {
    iface MIXER
    name 'OUT MIXR BST2 Switch'
    value false
    comment {
    access 'read write'
    type BOOLEAN
    count 1
    control.38 {
    iface MIXER
    name 'OUT MIXR BST1 Switch'
    value false
    comment {
    access 'read write'
    type BOOLEAN
    count 1
    control.39 {
    iface MIXER
    name 'OUT MIXR INR Switch'
    value false
    comment {
    access 'read write'
    type BOOLEAN
    count 1
    control.40 {
    iface MIXER
    name 'OUT MIXR REC MIXR Switch'
    value false
    comment {
    access 'read write'
    type BOOLEAN
    count 1
    control.41 {
    iface MIXER
    name 'OUT MIXR DAC L2 Switch'
    value false
    comment {
    access 'read write'
    type BOOLEAN
    count 1
    control.42 {
    iface MIXER
    name 'OUT MIXR DAC R2 Switch'
    value false
    comment {
    access 'read write'
    type BOOLEAN
    count 1
    control.43 {
    iface MIXER
    name 'OUT MIXR DAC R1 Switch'
    value false
    comment {
    access 'read write'
    type BOOLEAN
    count 1
    control.44 {
    iface MIXER
    name 'OUT MIXL SPK MIXL Switch'
    value false
    comment {
    access 'read write'
    type BOOLEAN
    count 1
    control.45 {
    iface MIXER
    name 'OUT MIXL BST1 Switch'
    value false
    comment {
    access 'read write'
    type BOOLEAN
    count 1
    control.46 {
    iface MIXER
    name 'OUT MIXL INL Switch'
    value false
    comment {
    access 'read write'
    type BOOLEAN
    count 1
    control.47 {
    iface MIXER
    name 'OUT MIXL REC MIXL Switch'
    value false
    comment {
    access 'read write'
    type BOOLEAN
    count 1
    control.48 {
    iface MIXER
    name 'OUT MIXL DAC R2 Switch'
    value false
    comment {
    access 'read write'
    type BOOLEAN
    count 1
    control.49 {
    iface MIXER
    name 'OUT MIXL DAC L2 Switch'
    value false
    comment {
    access 'read write'
    type BOOLEAN
    count 1
    control.50 {
    iface MIXER
    name 'OUT MIXL DAC L1 Switch'
    value false
    comment {
    access 'read write'
    type BOOLEAN
    count 1
    control.52 {
    iface MIXER
    name 'Stereo DAC MIXR DAC R2 Switch'
    value false
    comment {
    access 'read write'
    type BOOLEAN
    count 1
    control.53 {
    iface MIXER
    name 'Stereo DAC MIXR ANC Switch'
    value false
    comment {
    access 'read write'
    type BOOLEAN
    count 1
    control.55 {
    iface MIXER
    name 'Stereo DAC MIXL DAC L2 Switch'
    value false
    comment {
    access 'read write'
    type BOOLEAN
    count 1
    control.56 {
    iface MIXER
    name 'Stereo DAC MIXL ANC Switch'
    value false
    comment {
    access 'read write'
    type BOOLEAN
    count 1
    control.57 {
    iface MIXER
    name 'DAC R2 Mux'
    value 0
    comment {
    access 'read write'
    type ENUMERATED
    count 1
    item.0 IF2
    control.63 {
    iface MIXER
    name 'LOUT MIX DAC L1 Switch'
    value false
    comment {
    access 'read write'
    type BOOLEAN
    count 1
    control.64 {
    iface MIXER
    name 'LOUT MIX DAC R1 Switch'
    value false
    comment {
    access 'read write'
    type BOOLEAN
    count 1
    control.65 {
    iface MIXER
    name 'LOUT MIX OUTVOL L Switch'
    value false
    comment {
    access 'read write'
    type BOOLEAN
    count 1
    control.66 {
    iface MIXER
    name 'LOUT MIX OUTVOL R Switch'
    value false
    comment {
    access 'read write'
    type BOOLEAN
    count 1
    control.68 {
    iface MIXER
    name 'SPOR MIX SPKVOL R Switch'
    value false
    comment {
    access 'read write'
    type BOOLEAN
    count 1
    control.69 {
    iface MIXER
    name 'SPOR MIX BST1 Switch'
    value false
    comment {
    access 'read write'
    type BOOLEAN
    count 1
    control.72 {
    iface MIXER
    name 'SPOL MIX SPKVOL R Switch'
    value false
    comment {
    access 'read write'
    type BOOLEAN
    count 1
    control.73 {
    iface MIXER
    name 'SPOL MIX SPKVOL L Switch'
    value false
    comment {
    access 'read write'
    type BOOLEAN
    count 1
    control.74 {
    iface MIXER
    name 'SPOL MIX BST1 Switch'
    value false
    comment {
    access 'read write'
    type BOOLEAN
    count 1
    control.75 {
    iface MIXER
    name 'SPK MIXR REC MIXR Switch'
    value false
    comment {
    access 'read write'
    type BOOLEAN
    count 1
    control.76 {
    iface MIXER
    name 'SPK MIXR INR Switch'
    value false
    comment {
    access 'read write'
    type BOOLEAN
    count 1
    control.77 {
    iface MIXER
    name 'SPK MIXR DAC R1 Switch'
    value false
    comment {
    access 'read write'
    type BOOLEAN
    count 1
    control.78 {
    iface MIXER
    name 'SPK MIXR DAC R2 Switch'
    value false
    comment {
    access 'read write'
    type BOOLEAN
    count 1
    control.79 {
    iface MIXER
    name 'SPK MIXR OUT MIXR Switch'
    value false
    comment {
    access 'read write'
    type BOOLEAN
    count 1
    control.80 {
    iface MIXER
    name 'SPK MIXL REC MIXL Switch'
    value false
    comment {
    access 'read write'
    type BOOLEAN
    count 1
    control.81 {
    iface MIXER
    name 'SPK MIXL INL Switch'
    value false
    comment {
    access 'read write'
    type BOOLEAN
    count 1
    control.82 {
    iface MIXER
    name 'SPK MIXL DAC L1 Switch'
    value false
    comment {
    access 'read write'
    type BOOLEAN
    count 1
    control.83 {
    iface MIXER
    name 'SPK MIXL DAC L2 Switch'
    value false
    comment {
    access 'read write'
    type BOOLEAN
    count 1
    control.84 {
    iface MIXER
    name 'SPK MIXL OUT MIXL Switch'
    value false
    comment {
    access 'read write'
    type BOOLEAN
    count 1
    control.85 {
    iface MIXER
    name 'DIG MIXR DAC R1 Switch'
    value false
    comment {
    access 'read write'
    type BOOLEAN
    count 1
    control.86 {
    iface MIXER
    name 'DIG MIXR DAC R2 Switch'
    value false
    comment {
    access 'read write'
    type BOOLEAN
    count 1
    control.87 {
    iface MIXER
    name 'DIG MIXL DAC L1 Switch'
    value false
    comment {
    access 'read write'
    type BOOLEAN
    count 1
    control.88 {
    iface MIXER
    name 'DIG MIXL DAC L2 Switch'
    value false
    comment {
    access 'read write'
    type BOOLEAN
    count 1
    control.89 {
    iface MIXER
    name 'Mono DAC MIXR DAC R1 Switch'
    value false
    comment {
    access 'read write'
    type BOOLEAN
    count 1
    control.90 {
    iface MIXER
    name 'Mono DAC MIXR DAC R2 Switch'
    value false
    comment {
    access 'read write'
    type BOOLEAN
    count 1
    control.91 {
    iface MIXER
    name 'Mono DAC MIXR DAC L2 Switch'
    value false
    comment {
    access 'read write'
    type BOOLEAN
    count 1
    control.92 {
    iface MIXER
    name 'Mono DAC MIXL DAC L1 Switch'
    value false
    comment {
    access 'read write'
    type BOOLEAN
    count 1
    control.93 {
    iface MIXER
    name 'Mono DAC MIXL DAC L2 Switch'
    value false
    comment {
    access 'read write'
    type BOOLEAN
    count 1
    control.94 {
    iface MIXER
    name 'Mono DAC MIXL DAC R2 Switch'
    value false
    comment {
    access 'read write'
    type BOOLEAN
    count 1
    control.95 {
    iface MIXER
    name 'DAC MIXR Stereo ADC Switch'
    value false
    comment {
    access 'read write'
    type BOOLEAN
    count 1
    control.97 {
    iface MIXER
    name 'DAC MIXL Stereo ADC Switch'
    value false
    comment {
    access 'read write'
    type BOOLEAN
    count 1
    control.99 {
    iface MIXER
    name 'SDI select'
    value 0
    comment {
    access 'read write'
    type ENUMERATED
    count 1
    item.0 IF1
    item.1 IF2
    control.101 {
    iface MIXER
    name 'Mono ADC MIXR ADC1 Switch'
    value false
    comment {
    access 'read write'
    type BOOLEAN
    count 1
    control.102 {
    iface MIXER
    name 'Mono ADC MIXR ADC2 Switch'
    value false
    comment {
    access 'read write'
    type BOOLEAN
    count 1
    control.103 {
    iface MIXER
    name 'Mono ADC MIXL ADC1 Switch'
    value false
    comment {
    access 'read write'
    type BOOLEAN
    count 1
    control.104 {
    iface MIXER
    name 'Mono ADC MIXL ADC2 Switch'
    value false
    comment {
    access 'read write'
    type BOOLEAN
    count 1
    control.105 {
    iface MIXER
    name 'Stereo ADC MIXR ADC1 Switch'
    value false
    comment {
    access 'read write'
    type BOOLEAN
    count 1
    control.106 {
    iface MIXER
    name 'Stereo ADC MIXR ADC2 Switch'
    value false
    comment {
    access 'read write'
    type BOOLEAN
    count 1
    control.107 {
    iface MIXER
    name 'Stereo ADC MIXL ADC1 Switch'
    value false
    comment {
    access 'read write'
    type BOOLEAN
    count 1
    control.108 {
    iface MIXER
    name 'Stereo ADC MIXL ADC2 Switch'
    value false
    comment {
    access 'read write'
    type BOOLEAN
    count 1
    control.109 {
    iface MIXER
    name 'Mono ADC R2 Mux'
    value 0
    comment {
    access 'read write'
    type ENUMERATED
    count 1
    item.0 'DMIC R1'
    item.1 'DMIC R2'
    item.2 'Mono DAC MIXR'
    control.110 {
    iface MIXER
    name 'Mono ADC R1 Mux'
    value 'Mono DAC MIXR'
    comment {
    access 'read write'
    type ENUMERATED
    count 0
    item.0 'Mono DAC MIXR'
    item.1 ADCR
    control.111 {
    iface MIXER
    name 'Mono ADC L1 Mux'
    value 1
    comment {
    access 'read write'
    type ENUMERATED
    count 1
    item.0 'Mono DAC MIXL'
    item.1 ADCL
    control.112 {
    iface MIXER
    name 'Mono ADC L2 Mux'
    value 0
    comment {
    access 'read write'
    type ENUMERATED
    count 1
    item.0 'DMIC L1'
    item.1 'DMIC L2'
    item.2 'Mono DAC MIXL'
    control.114 {
    iface MIXER
    name 'Stereo ADC2 Mux'
    value 0
    comment {
    access 'read write'
    type ENUMERATED
    count 1
    item.0 DMIC1
    item.1 DMIC2
    item.2 'DIG MIX'
    control.115 {
    iface MIXER
    name 'RECMIXR HPOR Switch'
    value true
    comment {
    access 'read write'
    type BOOLEAN
    count 1
    control.116 {
    iface MIXER
    name 'RECMIXR INR Switch'
    value true
    comment {
    access 'read write'
    type BOOLEAN
    count 1
    control.117 {
    iface MIXER
    name 'RECMIXR BST2 Switch'
    value true
    comment {
    access 'read write'
    type BOOLEAN
    count 1
    control.118 {
    iface MIXER
    name 'RECMIXR BST1 Switch'
    value true
    comment {
    access 'read write'
    type BOOLEAN
    count 1
    control.119 {
    iface MIXER
    name 'RECMIXR OUT MIXR Switch'
    value true
    comment {
    access 'read write'
    type BOOLEAN
    count 1
    control.120 {
    iface MIXER
    name 'RECMIXL HPOL Switch'
    value true
    comment {
    access 'read write'
    type BOOLEAN
    count 1
    control.121 {
    iface MIXER
    name 'RECMIXL INL Switch'
    value true
    comment {
    access 'read write'
    type BOOLEAN
    count 1
    control.122 {
    iface MIXER
    name 'RECMIXL BST2 Switch'
    value true
    comment {
    access 'read write'
    type BOOLEAN
    count 1
    control.123 {
    iface MIXER
    name 'RECMIXL BST1 Switch'
    value true
    comment {
    access 'read write'
    type BOOLEAN
    count 1
    control.124 {
    iface MIXER
    name 'RECMIXL OUT MIXL Switch'
    value true
    comment {
    access 'read write'
    type BOOLEAN
    count 1
    # WARNING
    # !!WARN!! BUZZ ANS BREAK EVERYTHING UNTIL REBOOT !!!!!!!
    control.113 {
    iface MIXER
    name 'Stereo ADC1 Mux'
    value 1
    comment {
    access 'read write'
    type ENUMERATED
    count 1
    item.0 'DIG MIX'
    item.1 ADC
    and you can load it by doing
    alsactl -f asound.state restore
    To change the values, you have to edit the field "value" of a control and reload the config file with the precedent command. I tried to comment it, but I didn't test any microphone, because I didn't need it currently. We are supposed to have 2 microphones : internal and via the jack. I think it's possible, but I don't have any jack microphone, so if you need it, try to change the different settings and tell me if you find something.
    I don't think any GUI, will manage to make the sound control work (even in alsamixer, it's a big mess), because there is no convention followed.
    To be continued
    Last edited by Ziqumu (2015-05-30 20:06:48)

    I had still freeze with uxa. I still don't have any freeze with disabled acceleration. But I also have the flickering tty, but it's not a big problem as this is still usable and I don't often use it.
    Maybe when you tried, it was another bug that makes you freeze (with an older version of someting).. I don't know, I will write both solution on the topic.
    I've done some search on the touchpad : If you look at the device output (cat /dev/hidraw2 for me), you will see that the device don't send anything when you have two finger that touch the device (so it's not possible to use it as dualtouch). I think it's just a starting data that is send from Asus Smart Gesture under windows that start the Multi touch mode. I've start a vritual machine and I gave it the touchpad usb device (wich is also the keyboard... Usb bus 1 address 3) and I started the driver. Under windows it worked well with multitouch. I killed the virtual machine and I got back my keyboard but not the touchpad. I watch at /dev/hidraw2 and the touchpad now give information with two and more fingers (also it give immediatly data and not after a small lag like normally). After a restart it was gone as expected. I watched the usb driver with usbmon and wireshark and I tried to reproduce UsbHid exchange between computer and device but it didn't work. I still don't know why but I will continue to search.
    There is 3 sub device on the usb device mouse/keyboard. 0 is the keyboard, 1 the media key (fn keys except sound) from the keyboard, and 2 the touchpad. So if someone has time to works on media keys, I don't think this is verry difficult. (It's more difficult for the sound, win and sleep button on the screeen, because I didn't find any signals from it.
    I will try to work on a aur package that give our kernel with fixes this summer. (And maybe also a pre-builded version).
    Last edited by Ziqumu (2015-06-04 23:15:27)

  • Remote Desktop Access with Mac and Asus Transformer Prime

    I have an E2000 router with the most current firmware. I have a Sony VAio laptop with Windows 7 Home Premium 64bit,a Macbook with 10.6.8, and a new Asus Transformer Prime with ICS.My work desktop is a Dell Optiplex 380 with Windows 7 Pro 32bit. I frequently work from home and have no issues remoting into to my work PC from by Sony laptop via VPN and RDP.However I have never been able to connect successfully to my work PC with my Macbook(using Remote Desktop Connection 2.1 for Mac OS) or Asus tablet(using WYSE Pocket Cloud RDP app for Android). I can however connect to the VPN itself on the Macbook and tablet without issue same as my Windows laptop. The other interesting part is I can connect via RDP when I am connected to a Mi-Fi 3g hotspot. So it is definitely something in the my Linksys E2000 blocking the connection for some reason. I have even set Port forwarding of 3389 with the ip's of both the Macbook and Asus tablet.I have also tried connecting via ethernet to the router with the same outcome. I cannot ping my work pc from either device as well.In addition the firewall on my work PC is completely disabled and all services related to Remote desktop access are enabled and running.Does anyone have any ideas?

    For my tablet its own ip assigned by the router. Same with the macbook.the Pocketcloud RDP app also uses 3389.I have port 3389 set for both internal and external port and protocol "both" under the Single Port Forwarding tab in the router config.

  • How to hyperlink a word to a bottom part of the page

    I have a page full of information
    at the top i have two words: Dentistry and Orthodontics. The dentistry information is at the top of the page and the orthodontics information
    is at the bottom of the page.
    How do i hyperlink the word Orthodontics to make it when i click on it, it will take me to where orthodontics starts on the page.
    SOruce code and CSS follow below:
    Source code:
    <strong></strong><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
    <!--
    Design by Free CSS Templates
    http://www.freecsstemplates.org
    Released for free under a Creative Commons Attribution 2.5 License
    Name       : Distillate 
    Description: A two-column, fixed-width design with dark color scheme.
    Version    : 1.0
    Released   : 20100427
    -->
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta name="keywords" content="" />
    <meta name="description" content="" />
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>Distillate   by Free CSS Templates</title>
    <link href="style.css" rel="stylesheet" type="text/css" media="screen" />
    <script type="text/javascript" src="jquery/jquery-1.4.2.min.js"></script>
    <script type="text/javascript" src="jquery/jquery.gallerax-0.2.js"></script>
    <style type="text/css">
    body {
              background-image:url(images/Grey%20background.jpg);
              background-repeat: repeat;
    </style>
    </head>
    <body>
              <div id="header-wrapper">
                        <div id="header">
                                  <div id="logo">
                                  <img src="images/smile again black logo.jpg"/>
                                  </div>
                        </div>
              </div>
              <div id="page">
                        <div id="page-bgtop">
                                  <div id="page-bgbtm">
                                    <div id="content">
                                              <div>
                                                <div id="gallery"></div>
                                                <script type="text/javascript">
                                                      </script>
                                                <!-- end -->
                                        </div>
                    <div class="post">
                      <h2 class="title"><a href="#"><center> Services:</center></a></h2>
                        <p class="meta">                     </p>
                        <div class="entry">
                          <p>Dentistry:<h2>Invisalign: </h2></p>
                          <center><img src="images/Invisalign-vs-Braces-300x212.jpg"/></center>
                          <p> </p>
                          <p>          Is another treatment option for people who seek  unobtrusive orthodontic treatment. Instead of brackets bonded to the tooth,  dental treatment is mapped out through a series of plastic dental trays  designed to move the teeth in incremental movements over weeks. The clear,  plastic trays are virtually invisible and are difficult to detect. With  Invisalign there is no irritation to the gums and they can be removed for  aesthetic reasons over small periods of time.
                          Invisalign is a solution for patients who are not in need of severe orthodontic treatment and is not a solution for everyone. In some cases, patients may require additional treatment if they have more dental malocclusions. Please schedule a consultation today if you want to find out if you are a candidate for Invisalign.  </p>
              <h2>Dental Implants:</h2></p>
        <center>
          <p><img src="images/Dental Implants.jpeg"/></p>
          <p> </p>
        </center>
                          <p>For patients who have missing teeth, dental implants could be the best treatment available. Dental implants perform similar to natural teeth. If you have healthy gums and bone, a dental implant can be placed  into your jaw. Once the tissue have grown around the implant, a strong, artificial tooth designed to match your existing teeth can be attached to the dental implant . The replacement tooth will look and function similar to a natural tooth.
    Endodontics (root canal therapy), 
    is a treatment for the pulp of a tooth which results in the elimination of infection and protection of the tooth from future microbial invasion
    Common reasons for Root Canal therapy  include:
    - Decay has reached the nerve,
    - A cracked or chipped  tooth can cause the need for a root canal if the crack exposes a nerve
    -  trauma causes the nerve to separate from the tooth.
    With the removal of nerves and blood supply from the tooth, it is best that the tooth be fitted with a crown which increases the prognosis of the tooth.
    </p><h2> Tooth-Colored Fillings:</h2>
                          <center><img src="images/Toothcoloredfilling.jpeg"/></center>
                          <p> </p>
                          <p>The same material used to create porcelain veneers, crowns, and bridges is also being utilized for more common treatments like cavity fillings. because tooth-colored fillings are made from materials similar in texture and color to natural teeth, teeth with white fillings are virtually indistinguishable from surrounding teeth.</p>
                          <h2>Dental Veneers:</h2>
                          <center><img src="images/veeners3.jpeg"/></center>
                          <p> </p>
                          <p>Veneers are thin, artificial tooth shells made from porcelain or tooth colored resin, custom fitted to bond to the front of your existing teeth. Veneers are safe and relatively simple to apply, and they can be used to correct stained, chipped, cracked, misaligned, and discolored teeth.
    Veneers can also add tooth length, width, color and esthetic shape.  Veneers can reshape your smile in as little as two appointments.
    </p>
                          <h2>Crowns:</h2>
                          <center><img src="images/Crowns.jpeg"/></center>
                          <p> </p>
                          <p>Teeth that are badly weakened by decay or trauma may require more treatment than basic fillings. Chipped, cracked, weakened, or decaying teeth can be strengthened with crowns, which cover (cap) the entire tooth.
    Now made with porcelain or other tooth colored material, crowns or bridges can be as pleasing aesthetically as they are functionally.
    </p>
                          <h2>Bridges:</h2>
                          <center>
                            <p><img src="images/Bridges.jpeg"/></p></center>
                            <p>When one or more teeth are missing, the remaining teeth can shift out of their normal position.  Teeth adjacent to the space or from the opposite jaw will often drift or tilt.  These teeth are often more susceptible to decay or gum disease because they are more difficult to clean around.
    All of this shifting and drifting will lead to changes in the bite, which may put stress on the jaws, muscles and teeth.  Ultimately, your ability to chew comfortably and your appearance may be affected.
    A non-removable bridge can restore your teeth to normal function by replacing missing teeth.  It will improve the entire health of your mouth by keeping the surrounding teeth in position and can also help maintain the structure of your face and jaw.</p>
                            <p>Dental Implants</p>
    </center>
                          </p>
                      </div>
                    </div>
                                    </div>
                                            <h3><!-- end #content -->
                                    </h3>
                                            <div id="sidebar">
                                                      <ul>
                                  <div style="clear: both;"> </div>
                                                        <li>
                                                                          <h2>Smile!</h2>
                                                                          <p>We love to see our patients Smile!</p>
    </li>
                                                        <li>
                                                                  <h2>Categories</h2>
                                                                  <ul>
                                                                            <li><a href="index.html">Home</a></li>
                                                                            <li><a href="about.html">About Us</a></li>
                                                                            <li><a href="services.html">Services
                                  -dentistry</a> </li>
                                                                            <li><a href="location.html">Office Location</a></li>
                                                                            <li><a href="contact.html">Contact Us</a></li>
                                                                  </ul>
                                                                </li>
                                                                <li>
                                                                          <h2> </h2>
                                                                </li>
                                                                <li>
                                                                  <h2>Doctor Tallal Aswaad</h2>
                                                                  <ul>
                                                                    <li><img src="images/DrTallal jpeg.jpg"/></li>
                                                                    </ul>
                                                        </li>
                                                        </li>
                                                      </ul>
                                            </div>
                                            <!-- end #sidebar -->
                                            <div style="clear: both;"> </div>
                                  </div>
                        </div>
              </div>
              <!-- end #page -->
    <div id="footer">
              <p>Copyright (c) 2011 Sitename.com. All rights reserved. Design by <a href="http://www.freecsstemplates.org/">Free CSS Templates</a>.</p>
    </div>
    <!-- end #footer -->
    </body>
    </html>
    Css:
    Design by Free CSS Templates
    http://www.freecsstemplates.org
    Released for free under a Creative Commons Attribution 2.5 License
    body {
              margin: 0;
              padding: 0;
              background:  ;
              font-family: Georgia, "Times New Roman", Times, serif;
              font-size: 12px;
    a
              color: #787878;
              color: #FFF;
    h1, h2, h3 {
              margin: 0;
              padding: 0;
              font-weight: normal;
              color: #000;
    h1 {
              font-size: 2em;
    h2 {
              font-size: 2.4em;
              color: #FFF;
    h3 {
              font-size: 1.6em;
              color: #FFF;
    p, ul, ol {
              margin-top: 0;
              line-height: 180%;
              font-size: 12px;
              color: #FFF;
    ul, ol {
    a {
              text-decoration: none;
              color: #CCC;
    a:hover {
              color: #FFC019;
    #wrapper {
              width: 960px;
              margin: 0 auto;
              padding: 0;
    /* Header */
    #header-wrapper {
              height: 90px;
              background: #000;
              border-bottom: 5px solid #F7811D;
              font-size: 10px;
    #header {
              width: 940px;
              height: 40px;
              margin: 0 auto;
    /* Logo */
    #logo {
              float: left;
              margin: 0;
              padding-top: 18px;
              color: #000000;
    #logo h1, #logo p {
              margin: 0;
              padding: 0;
    #logo h1 {
              float: left;
              letter-spacing: -1px;
              text-transform: inherit;
              font-size: 3.8em;
              color: #FFF;
    #logo p {
              float: left;
              margin: 0;
              padding: 26px 0 0 10px;
              font: normal 14px Georgia, "Times New Roman", Times, serif;
              font-style: italic;
              color: #FCF2D9;
    #logo a {
              border: none;
              background: none;
              text-decoration: none;
              color: #FCF2D9;
    /* Search */
    #search {
              float: right;
              width: 280px;
              height: 60px;
              padding: 20px 0px 0px 0px;
              background: #F7811D;
              border-bottom: 4px solid #FFFFFF;
    #search form {
              height: 41px;
              margin: 0;
              padding: 10px 0 0 20px;
    #search fieldset {
              margin: 0;
              padding: 0;
              border: none;
    #search-text {
              width: 170px;
              padding: 6px 5px 2px 5px;
              border: none;
              background: #FFFFFF;
              text-transform: lowercase;
              font: normal 11px Arial, Helvetica, sans-serif;
              color: #5D781D;
    #search-submit {
              width: 50px;
              height: 23px;
              border: 1px solid #FFE93B;
              background: #FFE93B;
              font-weight: bold;
              font-size: 10px;
              color: #F7811D;
    /* Menu */
    #menu {
              width: 940px;
              height: 49px;
              margin: 0 auto;
              padding: 0;
    #menu ul {
              margin: 0;
              padding: 0;
              list-style: none;
              line-height: normal;
    #menu li {
              float: left;
    #menu a {
              display: block;
              width: 155px;
              height: 33px;
              padding-top: 16px;
              text-decoration: none;
              text-align: center;
              font-family: Arial, Helvetica, sans-serif;
              font-size: 13px;
              font-weight: bold;
              color: #FFFFFF;
              border: none;
    #menu a:hover, #menu .current_page_item a {
              text-decoration: none;
    #menu .current_page_item a {
              padding-left: 0;
              color: #30476A;
    /* Page */
    #page {
              width: 940px;
              margin: 0 auto;
              padding: 0;
    #page-bgtop {
              padding: 20px px;
    #page-bgbtm {
    /* Content */
    #content {
              float: right;
              width: 620px;
              padding: 30px 0px 0px 0px;
    .post {
              margin-bottom: 15px;
    .post-bgtop {
    .post-bgbtm {
    .post .title {
              margin-bottom: 10px;
              padding: 12px 0 0 0px;
              letter-spacing: -0.5px;
              color: #FFFFFF;
    .post .title a {
              color: #FFFFFF;
              border: none;
    .post .meta {
              height: 30px;
              margin: 0px;
              padding: 0px 0px 0px 0px;
              text-align: left;
              font-family: Arial, Helvetica, sans-serif;
              font-size: 13px;
              font-weight: normal;
              font-style: italic;
    .post .meta .date {
              float: left;
              height: 24px;
              padding: 3px 0px;
              color: #F47227;
    .post .meta .posted {
              float: right;
              height: 24px;
              padding: 3px 15px;
              background: #567EDC;
              color: #F47227;
    .post .meta a {
              color: #FFFFFF;
    .post .entry {
              padding: 0px 0px 20px 0px;
              padding-bottom: 20px;
              text-align: justify;
              color: #FFFFF2;
    .links {
              padding-top: 20px;
              font-size: 12px;
              font-weight: bold;
    .post a {
              text-decoration: underline;
    /* Sidebar */
    #sidebar {
              float: left;
              width: 280px;
              padding-top: 0px;
              color: #999999;
    #sidebar ul {
              margin: 0;
              padding: 0;
              list-style: none;
    #sidebar li {
              margin: 0;
              padding: 0;
    #sidebar li ul {
              margin: 0px 0px;
              padding-bottom: 30px;
    #sidebar li li {
              line-height: 35px;
              border-bottom: 1px dashed #D1D1D1;
              margin: 0px 30px;
              border-left: none;
    #sidebar li li span {
              display: block;
              margin-top: -20px;
              padding: 0;
              font-size: 11px;
              font-style: italic;
    #sidebar h2 {
              height: 38px;
              padding-left: 30px;
              letter-spacing: -0.5px;
              font-size: 1.8em;
              color: #FFFFFF;
    #sidebar p {
              margin: 0 0px;
              padding: 0px 30px 20px 30px;
              text-align: justify;
    #sidebar a {
              border: none;
    #sidebar a:hover {
              text-decoration: underline;
              color: #FFFFFF;
              font-style: oblique;
    /* Calendar */
    #calendar {
    #calendar_wrap {
              padding: 20px;
    #calendar table {
              width: 100%;
    #calendar tbody td {
              text-align: center;
    #calendar #next {
              text-align: right;
    /* Footer */
    #footer {
              height: 50px;
              margin: 0 auto;
              padding: 0px 0 15px 0;
              background: #000;
              border-top: 5px solid #F7811D;
              font-family: Arial, Helvetica, sans-serif;
    #footer p {
              margin: 0;
              padding-top: 20px;
              line-height: normal;
              font-size: 10px;
              text-transform: uppercase;
              text-align: center;
              color: #FFFFFF;
    #footer a {
              color: #FFFFFF;
    #gallery-background {
              width: 620px;
              height: 360px;
              margin-bottom: 10px;
              background: #FFFFFF;
    #gallery-bgthumb {
              width: 620px;
              height: 120px;
              background: #FFFFFF;
    #gallery
              width: 620px;
              margin: 0 auto;
    #gallery img.output
              width: 600px;
              height: 340px;
              padding: 10px 0px 0px 10px;
    #gallery span.caption
              display: block;
              margin: 1em 0 0 0;
              font-weight: bold;
              font-size: 1.25em;
    #gallery span.caption2
              margin: 1em 0 1em 0;
              display: block;
    #gallery ul.nav
              width: 100%;
              list-style: none;
              margin: 0 0 3em 0;
              padding: 0;
    #gallery ul.nav li
              margin: 0 1em 1em 0;
              float: left;
    #gallery ul.thumbnails
              width: 100%;
              list-style: none;
              margin: 0;
              padding: 10px 0px 0px 6px;
    #gallery ul.thumbnails li
              margin: 0 0.5em 1em 0.5em;
              float: left;
    #gallery ul.thumbnails li img
              width: 128px;
              height: 88px;
              border: solid 6px #E6D9B7;
              cursor: pointer;
    #gallery ul.thumbnails li img.active
              border: solid 6px #BDAF8C;
    .entry p {
              color:#FFF

    Use Named Anchors.
    <a name="ortho">This is a named anchor point on the page</a>
    <a href="#ortho">This is a link to a named anchor</a>
    If you want to get fancy, you can apply smooth scrolling to your anchors.
    alt-web.com/DEMOS/SmoothScroll.shtml
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists 
    http://alt-web.com/
    http://twitter.com/altweb

  • Adobe Flash player for Asus Transformer Pad

    We're Sorry
    This content requires Adobe Flash Player, which is not supported by your device. This content can be viewed on a desktop computer or on mobile devices that support Flash Player.
    Why adobe.com doesn't have opportunity download adobe flash player for Asus Transformer Pad TF300T? Where I can download it?

    ASUS Transformer Pads are available with Windows RT, Windows 8 or Android (https://www.asus.com/us/Tablets_Mobile/Transformer_Pad_Products/).  Flash Player is available for, and works with Windows RT and Windows 8, so I'd have to assume that you have an Android Transformer Pad, which the TF300T is (https://www.asus.com/us/Tablets_Mobile/ASUS_Transformer_Pad_TF300T/). Android no longer supports Flash Player (for almost a year and a half now).
    See: "Why can't I install Flash Player on my Tablet?" (Kindle or Samsung Galaxy) which lists specifically Galaxy and Kindle, but applies to ALL Android devices, and the support was dropped by the developer of the OS and not necessarily by the individual manufacturers of devices that run Android.

  • Arch Linux running on Asus Transformer T100/T100TA... sort of.

    I'm not really asking for help here (can't find an appropriate place to put this post), but more to show off my accomplishment with this tablet.
    As the thread title says, I've gotten Arch Linux to run on the Asus T100TA which is a quite annoying little thing. I haven't documented the steps myself, however, I remember exactly what I have done, and in order to get the live image to at least run on this tablet, here are the steps I did:
    (you'll maybe need 2 USB drives, seems to be the easiest way)
    1. Create an ISO using the archiso set as you normally would (except you won't really need the ISO itself) OR if you can figure it out yourself, install the base image to the USB drive (either architecture will do, but I recommend i686 since the processor is 32 bit as well)
    https://wiki.archlinux.org/index.php/Archiso
    This step will be unnecessary as of May, as the live images onwards on the main download site will already contain the 3.14 or newer kernels.
    2. After the image building successfully finishes, copy all the contents from (PROFILE)/work/iso/ (except root-image squashfs files) to a FAT32 formatted USB drive (1). This is to simply create a bootloader drive that will allow us for later swapping the USB drives.
    3. Download an ia32 version of grub. Any will do as long as it can boot up on the tablet.
    http://www.supergrubdisk.org/category/download/supergrub2diskdownload/
    This one works, download the standalone IA-32/i386 EFI and paste it in (USB Drive (1))/EFI/boot/bootia32.efi .
    (use latest versions, no matter if it's unstable)
    4. Now you need to make a grub.cfg. The one I made looks like this
    menuentry 'Arch Linux i686'{
    echo 'Loading Linux core repo kernel ...'
    linux /arch/boot/i686/vmlinuz noefi nomodeset archisobasedir=arch archisolabel=ARCH_201404
    echo 'Loading initial ramdisk ...'
    initrd /arch/boot/i686/archiso.img
    menuentry 'Arch Linux x86_64'{
    echo 'Loading Linux core repo kernel ...'
    linux /arch/boot/x86_64/vmlinuz noefi nomodeset archisobasedir=arch archisolabel=ARCH_201404
    echo 'Loading initial ramdisk ...'
    initrd /arch/boot/x86_64/archiso.img
    NOTE: If you're using a later live image build, I advise to change the date accordingly. It's not necessary to do so, since the mount by label doesn't work, however, I like to keep everything intact.
    noefi flag seems unnecessary as well, though I have added it to prevent some kernel panics from happening, for just in case. It works without it, still, however you need the nomodeset flag or else you'll get a black screen!
    I'm not entirely sure where the grub.cfg goes, but I've put it in USB Drive(1)/boot/grub/ , /EFI/grub/ and in /EFI/boot/grub/ just to make it sure that it works.
    5. Create an ext2/3/4 (recommended ext2 for flash drives, not to wear it out) USB drive (2) and copy the arch folder to the root of the USB drive (2)
    ---- BOOT PROCESS ----
    Before this step, ensure that Secure Boot is set to OFF in the Aptio setup. Otherwise it will throw up an error in a red box crying it's not signed.
    6. Plug in the USB drive (1) into a USB port and while powering on the tablet, tilt the escape key to pop up a boot menu.
    7. Select UEFI: (your USB drive (1))
    8. GRUB 2 will pop up. If you're running the SuperGrubDisk version, you're gonna have to go to Everything and then scroll down until it says something like
    (hd0, msdos1)/boot/grub/grub.cfg
    and click on it to open the configuration data manually created.
    9. Simply select your desired version of Arch Linux live distro to boot.
    10. VOILAaa, not really... It'll pop up with a mount error saying it's a wrong FS to mount. This is where you plug in your USB drive (2) in place of the first one.
    11. Type in:
    # mount /dev/sda1 /run/archiso/bootmnt
    # exit
    12. Congratulations, you're running Arch Linux on your ASUS Transformer T100TA tablet!
    This is as far as I have went into running it. Installing it on a HDD would require mounting the mmcblk partitions, which I haven't looked into yet. For a start, I'd just recommend installing it on a USB drive, though you'd have to own one of the USB OTG converters or a USB hub. The screen is spammed with the mmcblk0rpmb timeout errors though and that is annoying. It stops after a while when it stops trying. Reboot doesn't work either, seems like acpi is broken.
    You could do it with a single usb drive, though it requires some knowledge of this tablet's EFI because it disallowed me from running a kernel on another partition other than FAT32. Grub pops up with an error:
    can't unload EFI services
    or something like that.
    I've also tried putting the USB Drive (2) in during grub and it pops up with an error with invalid sector sizes. That was to be expected.
    btw I know it's my first post, I'm just here to share this with you. I never had the need to ask for help but when absolutely necessary.
    PICS OF IT RUNNING
    Some USB devices aren't visible, like the camera.
    A custom partition layout without the recovery partitions. Yours may differ.
    Last edited by xan1242 (2014-04-13 22:54:46)

    I haven't tried much other than getting this live image to run on this machine. I'll attempt to install the base image using my desktop computer with the appropriate drivers and see how that goes. (or just install the wifi driver)
    That guy really made it to work much better than I imagined it to work at all! I'll see what can be done using the same drivers, though running Ubuntu seems tempting as well. He even got the touchscreen to work, which is really awesome. It seems that he also merged the drivers into the kernel image, which is going to be a challenge in Arch.
    Since he's using the 64 bit build of Ubuntu, I'll try it with x86_64 Arch as well to try and use his guide to make the drivers to work.
    EDIT: I have successully installed the base to an external drive and booted it on the tablet, however since the base was installed externally on another machine, I need to regenerate initrd. It boots on the fallback ramdisk, but still no wifi and the screen is spammed even more with the timeout errors. I've seen topics on Raspberry Pi having a similar issue and that it was repaired using some kernel flags, but I am not sure if those will work with the tablet. Also, using the bootflags jfwells used on Ubuntu work here as well, and gives full resolution output now. Wifi doesn't work. ip link doesn't give any signs of a wifi card present.
    EDIT2: Got Arch up and running relatively nicely on the tablet now. Though it is in the same state as the last edit in terms of functionality, it works I'd say well enough to be considered usable. I couldn't make the wireless card to work, for some strange reason, so I got a RT73 USB card (Edimax EW-7318USg to be precise, had to use 2 USB ports) and installed stuff on to the tablet. I ran X without a desktop manager, and the X apps worked fine, even with the touch screen (emulating a mouse, no right click) and I ran XFCE4 on it without a problem (with compositing).
    It simply needs more developed drivers on it, that's mostly it. The state is exactly the same as Ubuntu 14.04 that jfwells made to work (minus the wifi). I haven't played with the sound, either, due to the warning he posted, but I believe it works as it does in Ubuntu.
    The steps I made are as follows:
    1. Simply made another live ISO with the archiso set
    2. dd'd the image to a USB drive
    3. On the second USB drive I created two GPT partitions (200 - 300 MB for ESP, everything else ext2)
    4. Booted the live archiso USB drive
    5. Installed the base to the second USB drive while being mounted like this: ext2 partition -> /mnt and ESP -> /mnt/boot
    6. Installed GRUB x86_64-efi to simply generate a configuration
    7. Installed wireless utilities as well as everything else needed to make it to work
    8. To ensure bootability on the tablet, again, I put the IA32 GRUB to the ESP in /EFI/boot/bootia32.efi
    9. I have edited the grub.cfg, can't exactly remember with what, but this is what it looks like
    ### BEGIN /etc/grub.d/10_linux ###
    menuentry 'Arch Linux, with Linux core repo kernel' --class arch --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-core repo kernel-true-(hd0,gpt2)' {
    set gfxpayload=keep
    insmod gzio
    insmod part_msdos
    insmod ext2
    set root='hd0,gpt1'
    echo 'Loading Linux core repo kernel ...'
    linux /vmlinuz-linux root=/dev/sda2 video=VGA-1:1368x768e reboot=pci,force sdhci.debug_quirks=0x8000 rw quiet
    echo 'Loading initial ramdisk ...'
    initrd /initramfs-linux.img
    menuentry 'Arch Linux, with Linux core repo kernel (Fallback initramfs)' --class arch --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-core repo kernel-fallback-(hd0,gpt2)' {
    set gfxpayload=keep
    insmod gzio
    insmod part_msdos
    insmod ext2
    set root='hd0,gpt1'
    echo 'Loading Linux core repo kernel ...'
    linux /vmlinuz-linux root=/dev/sda2 video=VGA-1:1368x768e reboot=pci,force sdhci.debug_quirks=0x8000 rw quiet
    echo 'Loading initial ramdisk ...'
    initrd /boot/initramfs-linux-fallback.img
    ### END /etc/grub.d/10_linux ###
    I simply added the kernel flags jfwells added. It needs that root flag, or else it will not boot. I can't figure out the UUIDs though. It will reboot, but it will not shut down.
    10. Boot up your second USB drive on the tablet and... IMPORTANT - Boot with the fallback ramdisk - or else you're going to experience non functional input
    11. After booting it, you'll get the annoying mmcblk timeout spamming the screen. I haven't figured out how to fix it, but to hide it, type in
    # dmesg -n 1
    12. Generate another ramdisk (forgot the command, but search function should serve you)
    13. Reboot with the normal ramdisk now.
    14. After setting up the wireless connection, rock on with the pacman!
    At this point I installed a bunch of stuff, like Intel GPU drivers, xorg, xfce4, ntfs-3g, gparted,  and among other stuff I personally test stuff with.
    I couldn't mount the mmcblk partitions to at least somehow be able to edit data on the Windows partitions or the disk as a whole.
    Anybody willing to help getting Arch to run on this tablet is welcome.
    EDIT3: Internal WiFi working! Simply added "sdhci.debug_quirks=0x8000" flag.
    Last edited by xan1242 (2014-04-13 23:35:26)

  • Cannot reset/refresh Asus Transformer 2in1 laptop, What now ?

    Sorry for a little venting right now, but I must.This week I set out to buying a laptop for work since I primarily use a tablet and desktops. I wanted to buy one with decent graphics and a nice screen and set a budget of 1600. The key purpose here was to get it by the release of windows 10 and I was buying last weekend. Due to the fact that we use Dell at my work, and they have a price match guarantee I was set on buying a Dell. My experience was awful.So their guarantee states they will price match a similarly equip Lenovo or HP, I went to Lenovo and HP and configured a 'gaming laptop' at both for 1500. Of course they Dell counterpart from alienware was around 2200, so I contacted sales and showed them the offer and configuration. But, to my limited surprise they would not price match since HP and Lenovo use a 4720HQ i7 and Dell uses...

    Hi All,I require to reset (or at least) the Windows 8.1 O.S in the Asus Transformer 2in1 (Windows 8.1 and Android Tablet).1. I have tried to reset then I got following error :2. Then I have created Recovery Media (32GB USB Drive) by using internal media creator but the same error as above.3. At least thought to Refresh the Laptop, but getting another error*Recovery Partition is healthy.*Windows 8 was update to Windows 8.1 (there is no backup for Wins 8, probably this is the main cause)Query 1: Suggest for how to do resetting or refreshing the laptop with these errors ?
    Query 2: In least case, I want to format by using some Windows 8 Trial DVD and to activate, but for preloaded O.S, don't know how to get the license things like product key from laptop and I am afraid that I will loose the Original License. Any guidance to do so ?Thanks...

  • Hyperlinks in word containing spaces are cut off in pdf generation

    We are using a mix of MS Word 2003, 2007 and 2010. All are experiencing the same problem when using Adobe products (Abobe Acrobat Pro 9, Adobe X, Adobe Elements) for the generation of a pdf document with respect to hyperlinks.
    When we have hyperlinks containing "spaces" they will get cut off in the resulting pdf document.
    Examples have formatting like this in Word
    http://team.eu.enet/XXX/Master data forms/Master Data Project.xls
    When we convert this in Adobe it cuts off the link after encountering the first space, like this
    http://team.eu.enet/XXX/Master (on the face of it the whole line looks like the one above, but the hyperlink shown when hovering over it has been cut like shown)
    In some cases the spaces are replaced with %20 (IE for example replaces spaces with these characters automatically). For those cases the conversion works just fine, and the whole line is maintained as a hyperlink also in the pdf
    http://team.eu.enet/XXX/Master%20data%20forms/Master%20Data%20Project.xls (again, the line does not look like this in the pdf, but the link when hovering over it does)
    When we use the Save as function in Word 2007/2010 this replacement is done automatically. the links in the "word generated pdf" are not containing spaces,
    Is there any way to get this replacement done automatically when converting hyperlinks from Word to PDF? Repairing the links afterwards (which is possible, I know) is not a viable option when you have many such links in a word file.

    Sort answer: Use proper syntax and do not use the "space" character in any URL.
    "20" is hex for the space character (which is a "reserved" character in that it may have special meaning).
    If used out of context being "reserved" applications have to make something of a guess.
    Success is the %20. Sometimes success is not had.
    So, again, proper syntax - no "space" character in a URL (use the underscore).
    Some references for a starting point.
    http://www.w3.org/Addressing/
    http://www.ietf.org/rfc/rfc3986.txt
    http://en.wikipedia.org/wiki/Percent-encoding
    Be well...

  • Hi, i'm trying to download https anywhere on my asus memo tablet. i have downloaded the firefox brouser but the https anywhere says it will not load ?

    ASUS memo tablet - firefox loaded today but the https anytime download says cannot load om my firefox version, can you advise. thanks

    hello Paulsp8, have you tried the firefox for android version from https://www.eff.org/https-everywhere? otherwise please contact the developer of the addon for support, thank you!

  • Physical keyboard is qwerty on an azerty asus transformer, only in firefox

    on an azerty asus transformer (Belgian model), the physical keyboard behaves in firefox as a qwerty keyboard regardless of the locale.
    This only happens on firefox, and the virtual keyboard behaves normally.
    Is there something that I should configure ?
    Thanks,
    Rémi

    Hey Rémi
    Thanks for reporting this. There is currently an [https://bugzilla.mozilla.org/show_bug.cgi?id=669361 open bug] investigating this issue. I'm not sure if there's a workaround at the moment. It would be best to follow activity in the bug report if one is posted.
    Thanks,
    Aaron

  • Hyperlink in Word opens as garbage text

    I have a pdf document that’s part of an external Web site that I want to link to in a Word document. When I make the URL a hyperlink in Word and click on it, the Web site opens but the page is a mess on unreadable characters. But if I copy/paste the URL into Safari, the browser opens the pdf just fine. Any idea how I get the pdf to open via the hyperlink?
    This is the link: http://www.cms.hhs.gov/MLNProducts/downloads/expanded_benefits.pdf
    I have four additional links to the same site that have the same issue.

    We may not be able to tell you much without seeing the Word document.

  • Hyperlink the word files on DMS server

    Hi ,
    I want to hyperlink the word files on DMS server, whenever I open the file in edit mode I am not able to find other file while doing hyper linking.
    Please help.
    Regards,
    Amarnath Dube

    Hi,
    As I know, You can't open the hyperlinks in DMS itself. This will work in front end PC only.
    But if you just want to link, you can do one thing, You can link your DIR/Document with another DIR/Document from the object link option.
    In object link tab of a DIR, there is option for link another DIR.
    Regards
    Shishir

  • How do I embed hyperlinks from Word 03?

    Hyperlinks from Word 03 do not work on pdf. The link is highlighted and underlined on pdf but doesn't work. Solution?

    Hello,
    I apologize for the delay in responding to your post. Are you viewing the converted PDF within the PDF viewer? If so, this is why the links appear not to work... it's a known issue with Acrobat.com's PDF preview function - we're working on it. If you open the PDF using Reader or Acrobat the links should work... let me know!
    Kind Regards,
    Michelle

  • Mouse scroll wheel not working on Asus Transformer with Swiftpoint Mouse. Is there a fix?

    Asus Transformer with Android 3.1 Honeycomb. Mouse is the Swiftpoint mobile wireless mouse. The scroll wheel doesn't function in the latest firefox mobile browser. Other browsers like the built-in browser and Dolphin browser work.
    I've tried going into the firefox config and tried all the mousewheel fixes, but still cant get the wheel to work. Is this a known bug?

    Sorry, this is not possible in the current version of Firefox, but we have an open bug report where we are tracking this issue here:
    https://bugzilla.mozilla.org/show_bug.cgi?id=686228
    With luck it will be fixed in a future version.

  • Problems with active hyperlinks in Word 2008 to pdf conversion

    I'm hoping someone can help me with this.
    When converting from Word 2008 to a pdf document, the only hyperlinks that are actually "hot" are the ones that have an 'http://www.' text in front of the url address.
    In other words, if I have this link 'kingofcopy.com/max' and this link 'http://www.kingofcopy.com/max' written in the Word document, and BOTH links are hyperlinked to 'http://www.kingofcopy.com/max' OR even 'http://www.kingofcopy.com/max/index.html' only the text link with the FULL url displayed (http://www.kingofcopy.com/max) is an actual active hot link.
    What's strange though, is all the text that's hyperlinked, is blue and underlined and is "hot" in Word, just not in the pdf.
    I really hope someone has a clue here because this is very frustrating. Thanks in advance, Craig
    BTW, running Word 2008 on Mac 10.5.8

    Hi Craig,
    Did some testing this arvo with Word 2008 12.1.5 (can't install SP2 due to me using v13 of Entourage). I created a document with hyperlinks and found similar results to what you have mentioned.
    My word document had three hyperlinks; one with the full URL, one without the leading http and one with just a single word, but using the menu a hyperlink was made to a web site. As you said, all three entries appeared in the Word document with a blue underline and by hovering over the link, the URL would appear in a yellow pop-up.
    I then made two pdf's, one using the default PDF button within the print dialog and one using the Adobe PDF 8.0 printer queue (which is working okay for me).
    With both PDF's, I have to open them in Acrobat 8.1.6. None of the hyperlinks work for either document when I open them using Preview
    With either document opened in Acrobat, the hyperlink with the full URL and the hyperlink with the URL starting with just 'www' show the link when I hover over them. But, for the single word that is still hyperlinked to the same web site as the other two links, no URL is displayed when moving the mouse of the link.
    So it looks like there is a limitation to creating hyperlinks in Word if you are going to convert them to PDF. This may already be noted somewhere so I will have a snoop around for an existing solution.
    Pahu

Maybe you are looking for

  • Error in AR_INVOICE_UTILS.validate_tax_exemption ORA-01403: no data found

    Hi All,, --API - AR Invoice (Transaction) Creation CREATE OR REPLACE procedure APPS.xxx_ar_invoice_api is l_return_status varchar2(1); l_msg_count number; l_msg_data varchar2(2000); l_batch_source_rec ar_invoice_api_pub.batch_source_rec_type; l_trx_h

  • Compiling for Windows and Java

    Hi All This is a deff newbie question. Basically i have a program that will compile in Windows, but if I try and compile it in Linux (CentOS) then I get 48 errors all related to graphics of constructors. It was my understanding that Java was meant to

  • Change in Invoice percentage to be updated automatically in Contract

    Hi,   I am creating wbse in my project and assigning milestones to it.I am assigning various invoice percentages to these milestones. I am copying these milestones details into Sales Contract. Later on I am changing the invoice %age in milestones. My

  • Continuos kernel panic

    Hi Folks, I keep getting random kernel panics, especially after waking from sleep. See the most recent panic. What does this mean? My computer is just outside of it's warranty. Interval Since Last Panic Report: 118792 sec Panics Since Last Report: 1

  • OBIEE 10g Installation error "The application has failed to start because its side-by-side configuration is incorrect"

    Hi, I did installation of OBIEE10g on windows server 2008r2 which is placed on VM ware, Installation completed successfully. but while starting the BI services or opening the administration tool it is showing error as below "The application has faile