I just want my image in list in bullets paragraph, and not in the spry menu?

http://www.kansascitycrates.com/air_packs.html

Which property is ONLY for the image in the list in a bullet of paragraph?

I tried several different approaches and none worked until suddenly, the image in the list is in every sense.  I don't want in my menus spry menu horizontal/sup, just paragraphs in my hand/body content.

Forgive me, I'm lost.  Thanks in advance.

JM

Too much

    tags in your HTML lists.  You only need a set of tags to
      as follows:


             
      • License & insurance

      •      
      • Uniformed personnel

      •      
      • All new materials

      •      
      • Protection floor (before, during and after the service)

      •      
      • Leg guards

      •      
      • Clear invoicing

      •      
      • Crate labels (Item description, room, Crate # of #)

      •      
      • The final inventory Crate (w/Total cubic feet)

      •      
      • Status reports (w/photos)

      •      
      • DOT commercial trucks

      •      
      • Satisfaction guaranteed!

      • In your CSS, add the bottom margin between the elements of list as follows:

        .star_bullet li {}

        margin-bottom: 15px;

        }

        Nancy O.
        ALT-Web Design & Publishing
        Web | Graphics | Print | Media specialists
        http://ALT-Web.com/
        http://Twitter.com/ALTWEB

    Tags: Dreamweaver

    Similar Questions

    • I just downloaded Creative Suite 6 on my new MacBook and not only the interface seems a bit different but I noticed that the oil paint filter is not available.  I used the same discs on my office iMac and the filter still works there.

      I just downloaded Creative Suite 6 on my new MacBook and not only the interface seems a bit different but I noticed that the oil paint filter is not available.  I used the same discs on my office iMac and the filter still works there.  I use it often and would appreciate any help to recover!

      Please download and install Photoshop CS6 from the following link: download Creative Suite 6 applications

    • I just want to know if there is a problem if I delete the files '%Temp%' race

      Hey guys, I just want to know if there is a problem if I delete the files '%Temp%' run! ???

      Free disk space
      Last updated 18/01/2014
       

      Content

      • To see how much space you have used and free
      • To see where the files are too much space
      • Disk Cleanup
      • System restore
      • Fix the basket
      • Fix temporary Internet files
      • Delete files in the system and the folder Temp of Service Profiles
      • Check the size of the swap file
      • Disable the hibernation
      • Compact the Windows databases use various
      • Delete the files updated by the Service Pack
      • Move your Documents
      • Remove saved files created by Photo Gallery
      • Which extends the size of the disk
      • Compress files
      • Turn off the low disk space warnings
      • Boost disk cleanup
       

      To see how much space you have used and free

      Start - All Programs - Accessories- Click with the right button on command prompt and choose run as administrator. Type (or copy and paste by clicking in the command prompt window and choose Paste).

      For the system drive

      WMIC volume where (DriveLetter = '% lecteur_systeme %') are legend, capacity, freespace List

      For all readers

      WMIC volume get/all, freespace, the ability, the legend

      If you want to store this info on your desktop

      WMIC /append:"%userprofile%\desktop\Free on disk space" volume get Caption, freespace format:htable

      To open double click on Free Disk Space on your desk or type

      Start "" "%userprofile%\desktop\Free report.HTML of disk space.

      Then come back here after cleaning and repeat these commands to see the difference.

      If for any reason, the wmic command does not work, use these two commands. Both take a lot of time.

      % Lecteur_systeme % - one defrag

      or

      dir %systemdrive%\*.*/a/s

       
      To see where the files are too much space
       
      It lists the number of files and the size of the folders on your drive. Each command is a subset, so you can run it better.
       

      Start - All Programs - Accessories - right on command prompt and choose run as administrator. Type (or copy and paste by clicking in the command prompt window and choose Paste).
       
       
      Then configure the command prompt. Right-click on the tab of the titlebar - Properties - Layout command prompt - and enter 1000 screen buffer size height and 43 (or 50) to Window Dimensions height. Change the color (color tab) and the police (police tab), if you want.
       
      To see the size of the folders in Documents, excluding images, video, or music files.
       
      for /f "Skip = 2 tokens = 3 ' set doc = A %%A in ('Reg query"HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders"/v"Personal"")
       
      for /f "usebackq tokens = 2 * delims =" %i IN ("dir"% doc"/ a/s ^ |") "." findstr/i/v "\/"^|findstr/l/v "photos video" ') @echo %j & echo. "
       
      To see the size of the folders in the music.
       
      for /f "Skip = 2 tokens = 4" %A in ('Reg query "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders" /v 'My music' ") set Doc = A %
       
      for /f "usebackq tokens = 2 * delims =" %i IN ("dir"% doc"/ a/s ^ |") "." findstr/i/v "-/"') @echo %j & echo. "."

       
      To see the size of the image files.
       
      for /f "Skip = 2 tokens = 4" %A in (' Reg query "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders" "My pictures" /v ") set Doc = A %
       
      for /f "usebackq tokens = 2 * delims =" %i IN ("dir"% doc"/ a/s ^ |") "." findstr/i/v "-/"') @echo %j & echo. "."
       
      To see the size of the files in the video.
       
      for /f "Skip = 2 tokens = 4" %A in ('Reg query "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders" /v 'My videos' ") set Doc = A %
       
      for /f "usebackq tokens = 2 * delims =" %i IN ("dir"% doc"/ a/s ^ |") "." findstr/i/v "-/"') @echo %j & echo. "."
       
      To see the size of the files on the desktop.
       
      for /f "Skip = 2 tokens = 3 ' set doc = A %%A in ('Reg query"HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders"/v"Desktop"")
       
      for /f "usebackq tokens = 2 * delims =" %i IN ("dir"% doc"/ a/s ^ |") "." findstr/i/v "-/"') @echo %j & echo. "."

      To see the size of the files in the Windows folder.
       
      for /f "usebackq tokens = 2 * delims =" %i IN ("'%windir%' dir /a /s ^ |") "." findstr/i/v "-/"') @echo %j & echo. "."
       

      To see the size of the files in the Program Files folder.
       
      for /f "usebackq tokens = 2 * delims =" %i IN ("'%ProgramFiles%' dir /a /s ^ |") "." findstr/i/v "-/"') @echo %j & echo. "."
       
       

      Disk Cleanup
      To run Disk Cleanup, normal is to click with the right button on the drive in my computer (Start menu - computer), then Properties - general tab - Disk Cleanup button.
       
       
      Another way is menu Start - All Programs - Accessories - System - Disk Cleanup tools.
       
      Disk Cleanup can be started from the command line.
       

      Start - All Programs - Accessories - right on command prompt and choose run as administrator. Type (or copy and paste by clicking in the command prompt window and choose Paste).

       
      To make your primary drive.
       
      cleanmgr letter
       
      Choose which lead to do.
       
      Cleanmgr
       
      See the last section of this post to see how to performance of disk cleanup.

       System restore

      With disk cleanup displays above the Other Options tab. You can delete all but the last System Restore point and see if that is too much space.

      System Restore uses 15% of the space normally. Change click Start - All Programs - Accessories - right on command prompt and choose run as administrator. Type Regedit and navigate to

      HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\SystemRestore\cfg

      Double click on DiskPercent and click on decimal and change the value to the desired percentage,

      You can change the command prompt.

      Start - All Programs - Accessories - right on command prompt and choose run as administrator. Type (or copy and paste by clicking in the command prompt window and choose Paste).

      To see the size of the system restore folder.

      You don't normally have access to this folder. You will need to take possession, allow administrators to permission, then the size of the query.

      takeown /f "%systemdrive%\System Volume Information" / a r d y
      ICACLS "%systemdrive%\System Volume Information" / grant administrators: f, t, c, q
      dir "%systemdrive%\System Volume Information" / a/s

      To see the current percentage

      Reg query "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\SystemRestore\cfg" /v DiskPercent

      It is in hexadecimal. The numbers are 0-9 and a-f. So 0xf is 15. 0x5 is 5, 0 x 9 is 9, 0xa is 10, 0 x 14 is 20.

      To set a different value.

      You can use decimal values to set. This affects 10% (in bold in the example and the last item in the line).

      Tracking Add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\SystemRestore\cfg" /v DiskPercent /t REG_DWORD /f /d 10
       
      To repair the system restore, file delete and restart the system restore.
        
      SC stop vss
      takeown /f "%systemdrive%\System Volume Information" / a r d y
      ICACLS "%systemdrive%\System Volume Information" / grant administrators: f, t, c, q
      e "%systemdrive%\System Volume Information" / q/s
      SC start vss

      Fix the basket

      Sometimes, files get lost in the trash. Remove the storage folders. It will be automatically re-created next time you delete a file or open the Recycle Bin. It will remove the trash and the files it contains for all users.

      Empty the trash.

      Start - All Programs - Accessories - right on command prompt and choose run as administrator. Type (or copy and paste by clicking in the command prompt window and choose Paste).

      To see the size of the files in the Recycle Bin

      It must have one or no files inside if you work. There should be a directory (folder) by user.

      dir % systemdrive%\$RECYCLE. BIN\ *. * /a /s

      To reset the trash

      e % systemdrive%\$RECYCLE. BIN/s/q

      Fix temporary Internet files

      Sometimes, files get lost in the temporary internet files folder. Delete the files. It will be automatically recreated the next time download you. It will remove the current user only.

      Start - All Programs - Accessories - right on command prompt and choose run as administrator. Type (or copy and paste by clicking in the command prompt window and choose Paste).

      To see the temporary internet files size empty files folder

      RunDll32.exe InetCpl.cpl, ClearMyTracksByProcess 8

      dir ' %userprofile%\AppData\Local\Microsoft\Windows\Temporary Internet Files\ *.» * ' / a/s.

      Then delete.

      First close Internet Explorer. Some files may not remove at the moment, they can be deleted later.

      "%userprofile%\AppData\Local\Microsoft\Windows\Temporary Internet Files" del /s /q

      So to see the new size.

      dir ' %userprofile%\AppData\Local\Microsoft\Windows\Temporary Internet Files\ *.» * ' / a/s.

       
      To see the size of the cache, type the following
       

      Start - All Programs - Accessories - right on command prompt and choose run as administrator. Type (or copy and paste by clicking in the command prompt window and choose Paste).

       
      Reg query /v "Settings\5.0\Cache\Content Software" CacheLimit valid
      Use the calculator to convert hexadecimal into decimal. Start the Calculator (Start - All Programs - Accessories - calculator) and choose the menu display - scientific, then the menu display - Hex. Enter the value returned above. Menu display - decimal. To convert windows units divide by 1024 for kilobytes, divide by 1024 megabytes.
       
      Located between 50 MB and 250 MB. You can use decimal here. The unit is expressed in kilobytes. Here it is 250 megabytes (250 000 x 1024 bytes)
       
      Add tracking 'Software Settings\5.0\Cache\Content' v CacheLimit valid /t Reg_DWord /d 250000 f
        

      Delete files in the system and the folder Temp of Service Profiles

      The system temp folder is only used when no one connects. It is rarely used but never cleaned. Some services have their own temporary folder which is also cleaned.

      Start - All Programs - Accessories - right on command prompt and choose run as administrator. Type (or copy and paste by clicking in the command prompt window and choose Paste).

      To the list

      dir c:\windows\temp C:\Windows\ServiceProfiles\NetworkService\AppData\Local\Temp C:\Windows\ServiceProfiles\LocalService\AppData\Local\Temp/a/s

      To remove

      del C:\Windows\ServiceProfiles\NetworkService\AppData\Local\Temp\*.* C:\Windows\ServiceProfiles\LocalService\AppData\Local\Temp\*.* c:\windows\temp\*.*/s/f/q

      Check the size of the swap file

      As a rule generally you want to your swap file slightly larger than the amount of memory that you have. It develops automatically but spread automatically. If you use hungery memory programs as this video editing should be bigger. If too big you can reduce and rush of space can be moved to another drive.

      Start - All Programs - Accessories - right on command prompt and choose run as administrator. Type (or copy and paste by clicking in the command prompt window and choose Paste).

      To see what was your use

      WMIC pagefile get List

      To see the size of the file on disk

      dir /a c:\pagefile.sys

      To change the size or change the road see change the size of virtual memory in Start - Help and Support.

       

      Disable the hibernation

      The file shows up is the same size of installed memory. If this is not the case, turn off the computer in hibernation and save a lot of disk space.

      Start - All Programs - Accessories - right on command prompt and choose run as administrator. Type (or copy and paste by clicking in the command prompt window and choose Paste).

      To see if it is on

      If the file will be found. If off the file won't be there.

      dir %systemdrive%\hiberfil.sys /a

      To turn off

      powercfg-h off

      Make a u-turn

      powercfg-h on

      Compact the Windows databases use various

      You can compact the various databases that Windows uses. This is the Windows Update, Windows Search, and certificates of security, Windows Mail, Windows Contacts, Windows, Windows Live and Internet Explorer ver 10 applications calendar.

      Close Windows Mail and Internet Explorer. Wait a minute for Internet Explorer release locks of sound files.

      See how much space taking up type which is below and note the total size (because it scrolls away).

      Start - All Programs - Accessories- Click with the right button on command prompt and choose Run As Administrator. Type (or copy and paste by clicking in the command prompt window and choose Paste).

      dir c:\*.edb c:\*.msmessagestore c:\WebCacheV*.dat c:\catdb/a/s

      Then at compact

      SC stop wuauserv
      stop bits SC
      SC stop wsearch
      SC stop cryptsvc
      for c:\ /r %A in (*.edb *.msmessagestore WebCacheV*.dat catdb *.) do esentutl.exe /p "%A" / o
      for c:\ /r %A in (*.edb *.msmessagestore WebCacheV*.dat catdb *.) do esentutl.exe /d "%A".
      SC start cryptsvc

      SC start wsearch

      SC start bits
      SC start wuauserv

      Then to delete some temporary files.

      del c:\*.integ.raw c:\TEMPDFRG*.edb/s

      To see the new size and compare it to the old size

      dir c:\*.edb c:\*.msmessagestore c:\WebCacheV*.dat c:\catdb/a/s

      If a program has a file open, you can use this procedure to find out which program.

      openfiles/local on

      Reset

      openfiles/query /v | findstr /i "WebCacheV [0-9] *------catdb \.edb \.msmessagestore .dat".

      Delete the files updated by the Service Pack

      See how much space taking up type which is below and note the total size (because it scrolls away). Also, note that the total is higher than it actually is.

      This will remove the ability to uninstall service packs.

      According to the service pack that Windows was provided with you can have both, one or none of these two files.

      Start - All Programs - Accessories - right on command prompt and choose run as administrator. Type (or copy and paste by clicking in the command prompt window and choose Paste).

      dir /a /s c:\Windows\WinSxS

      Then type

      Vsp1cln.exe
      COMPCLN.exe

      To see the new size and compare it to the old size

       
      c:\windows\WinSxS dir /a /s

      Move your Documents

      If you have another disk, you can move the documents folder to it.

      Click with the right button on your Documents (or pictures, etc.) Office, videos, Contacts,) the tab file - Properties - location - move.

       

      Delete the thumbnail and icon Caches

      These files can contain thumbnails or icons of files deleted a long time ago. The files will be recreated if necessary.

      Start - All Programs - Accessories - right on command prompt and choose run as administrator. Type (or copy and paste by clicking in the command prompt window and choose Paste). The desktop and the start menu will disappear briefly.

      To see the size

      dir "% userprofile%\AppData\Local\*.db" "% userprofile%\AppData\Local\Microsoft\Windows\Explorer\*.db" /a

      then remove

      Taskkill /im explorer.exe/f
      attrib - r s h '% userprofile%\AppData\Local\*.db '.


      attrib - r s h '% userprofile%\AppData\Local\Microsoft\Windows\Explorer\*.db '.
      del "% userprofile%\AppData\Local\*.db".
      del "% userprofile%\AppData\Local\Microsoft\Windows\Explorer\*.db".
      Explorer

      to check the new size

      dir "% userprofile%\AppData\Local\*.db" "% userprofile%\AppData\Local\Microsoft\Windows\Explorer\*.db" /a

       

      Remove saved files created by Photo Gallery

       

      Photo Gallery Windows makes a copy of any file that you are editing. Click Start - All Programs - Accessories - (or press the Windows key + R). Type

      Images of the hull: original

      Delete the ones you don't want.

      Which extends the size of the disk

      If all the space on the disk has not all been used it is possible to extend your drive.

      Start - All Programs - Accessories - right on command prompt and choose run as administrator. Type (or copy and paste by clicking in the command prompt window and choose Paste).

      DiskPart

      then type

      Select the c volume:

      Then type to see in size

      the list volume

      then (it will work if possible or not as appropriate)

      extend

      type to display the new size

      the list volume

      then type exit

      output

      If you want advice on the extension of the partition type the following and paste the result back

      DiskPart

      list disk

      the list volume

      Select disk 0

      partition from the list

      Select disk 1

      partition from the list

      output

      To copy the final text right click in the window - Mark , then select the text and press enter.
       

      Compress files

      There are two ways to compress files in windows. Zip files and built-in file compression. It's built-in file compression. For more information on compression type zip in Start - Help and Support .

      Photos, music and video are already compressed. They can get larger if Windows tries to compress it any further. Also usually a bad idea to compress system files.

      If you have files of worksheet they can very well be compressed. If you have files, installation files, they can also be good candidates. Web pages are also good candidates.

      In Windows Explorer, blue file names means Tablet (it is the file system compression not aka zip files compressed files). Green filename means Encrypted.

      To disable file names colored, in Explorer - Tools menu (Alt + T)- display tab and then clear the check box for Show encrypted or compressed NTFS in color .

      Windows compression, encryption and security to work for the most part by applying attributes to a folder and the files in the folder inherit the folder.

      If you have all the files appropriate for compression, find them in solution, made Explorer right click - Properties - general -Advanced button tab - Compress contents to save disk space. Choose to apply to all files and folders when asked.

      To use a command line to compress the files in the Favorites folder.

      Start - All Programs - Accessories - right on command prompt and choose run as administrator. Type (or copy and paste by clicking in the command prompt window and choose Paste).

      compact/c /s:"%userprofile%\Favorites." *

      Put in Favorites to compress files added

      compact/c /s:"%userprofile%\Favorites.

      To view the details of the compression of the Favorites folder

      Compact '% userprofile%\Favorites\*.* '.

       

       

      Turn off the low disk space warnings

      To disable the function to display the disk low space warnings.

      Start - All Programs - Accessories - right on command prompt and choose run as administrator. Type (or copy and paste by clicking in the command prompt window and choose Paste).

      Tracking Add "HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer" v "NoLowDiskSpaceChecks" /t REG_DWORD /d 1 f

      gpupdate/force

       

      Boost disk cleanup

      • Operation of disk cleanup
      • Schedule disk cleanup
      • Creating custom cleaners

      To see a list of products of cleaning disk cleanup.

      Start - All Programs - Accessories - right on command prompt and choose run as administrator. Type (or copy and paste by clicking in the command prompt window and choose Paste).

      @echo. & @echo list of cleaners&@echo = & FOR /F "usebackq tokens = 8 delims =-' %i IN ('reg query 'HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\VolumeCaches'") @echo %i

      
       List of cleaners
       ================
       Active Setup Temp Folders
       Content Indexer Cleaner
       Downloaded Program Files
       Hibernation File
       Internet Cache Files
       Memory Dump Files
       Microsoft_Event_Reporting_2.0_Temp_Files
       Offline Pages Files
       Old ChkDsk Files
       Previous Installations
       Recycle Bin
       Setup Log Files
       System error memory dump files
       System error minidump files
       Temporary Files
       Temporary Setup Files
       Temporary Sync Files
       Thumbnail Cache
       Upgrade Discarded Files
       Windows Error Reporting Archive Files
       Windows Error Reporting Queue Files
       Windows Error Reporting System Archive Files
       Windows Error Reporting System Queue Files
       WLX Thumbnail Cache
      
       

    • Can I install PS elements 13 and PS Cc on my PC?  I want to be able to use my skills and according to the needs of the image function.

      Can I install PS elements 13 and PS Cc on my PC?  I want to be able to use my skills and according to the needs of the image function.

      Different, different programs installed in different folders

    • I just wanted to know at all, if you encounter a problem with the update of creative cloud as if I was (error 1001), I discovered that my Webroot AntiVirus has been the origin of the problem. I turned it off and it updated correctly. Hope that helps some

      I just wanted to know at all, if you encounter a problem with the update of creative cloud as if I was (error 1001), I discovered that my Webroot AntiVirus has been the origin of the problem. I turned it off and it updated correctly. Hope that helps some people I've seen so angry about it here by searching for the answer myself.

      Thanks for sharing this, yes turning Firewall works.

      Concerning

      Stéphane

    • I just reinstalled my cs6 and it wants a serial number, but on my package do not match the fields required for a serial number. Where can I find the serial number of the product?

      I just reinstalled my cs6 and it wants a serial number, but on my package do not match the fields required for a serial number. Where can I find the serial number of the product?

      Find the serial number of your Adobe product quickly

    • want to remove some programs from my "adding and deleting' on the control panel

      I am wanting to remove some programs from my "adding and deleting' on the control panel.  I have several that I don't know if they are necessary in order to do not want to delete them until I have found.  Example: Microsoft.NET framework 2.0 service pack 2, if I said the same thing with the exception of program 3.0 can remove either one or both or what?  Redistributible MS Visual C ++ 2005 and also have 2008 and 2110.  Platform Installer 3.0, WCF RIA Services V1.0 for visual studio 2010.  I don't even remember downloading all of this stuff, but don't know if it has a meaning to my computer or not.  Y at - it somewhere I can look to find such information?  Don't like silly things like this, but would rather ask that screw up something.  Thank you

      Hello

      • What version of Windows are you using?

      I suggest you to see these steps:

      a. type msinfo32 in the start search box and press on Enter.

      b. a pop-up window, press CTLR + A, then CTLR + C and after that information here.

      c. then we can suggest you what program needs to be uninstalled.

      Response with more information

    • "Clear recent items list" is no longer an option in the start menu

      I have re-installed Windows Vista Business, all installed updates, and then installed Windows Security Essentials, then ParetoLogic PC Health Advisor.

      After you have installed the last two programs mentioned, I then noticed that the 'clear recent items list' is no longer an option in the start menu when I right click on the recent items. I have this problem once or twice using the restoration of the system, but after that I installed Adobe Reader X option disappeared permanently in the start menu. When I right click on the recent items on the start menu I get the following

      Open

      Explore

      Open in Notepad in OneNote

      Scan with Microsoft Security Essentials...

      ______________________________

      Share

      Restore previous versions

      ______________________________

      Send to

      ______________________________

      Copy

      ______________________________

      Change of name

      ______________________________

      Properties

      How can I get the command "Clear recent items list" on the context menu?

      Use this tutorial:

      Optionmissing 'Clear recent items list' when you right click on the recent folder
      http://www.Winhelponline.com/blog/clear-recent-items-list-missing-right-click-recent-folder/ . for the benefits of others looking for answers, please mark as answer suggestion if it solves your problem.

    • If I click on Favorites and then scroll through the list of favorites, it does not show the entries in each file.

      * Original title: to access Favorites

      If I click on Favorites and then scroll through the list of favorites, it does not show the entries in each file but suddenly close showing the list of favorites. . I use Chrome and it happened all of a sudden. It was functional this morning. All the advice to fix this will be greatly appreciated

      Have you tried the Chrome forum? https://productforums.google.com/forum/#! forum/chrome

    • I've added two elements (accessibility and analyze) in the Tools menu of right hand.  How to remove or hide?  Or at least rearrange the elements of the toolbar. I want to Sign & certify be the last element/section.  Thank you.

      I've added two elements (accessibility and analyze) in the Tools menu of right hand.  How to remove or hide?  Or at least rearrange the elements of the toolbar. I want to Sign & certify be the last element/section.  Thank you.

      Hi Stacey Nathan,

      To remove the items from right toolbar, click Tools at the top.

      Then open the fall down to the accessibility or analyze and select 'delete the shortcut '.

      In a similar way, select "Add a shortcut" in the Tools drop-down menu to add to the tool on the right pane.

      Let us know if you need help.

      Kind regards

      Meenakshi

    • I want to uninstall the application, because it does not stay charged and want more on my computer and not perform the steps for removing it, but none does not work for me.

      I want to uninstall the application, because it does not stay charged and want more on my computer and not perform the steps for removing it, but none does not work for me.

      Cancel see answer #1 in https://forums.adobe.com/thread/2023066 - includes a link to Chat from Monday to Friday

      Sign out of your account... Uninstall... to run vacuuming...

      -http://helpx.adobe.com/creative-cloud/help/install-apps.html (and uninstall)

      -https://helpx.adobe.com/creative-suite/kb/cs5-cleaner-tool-installation-problems.html

    • How to create images that react to the size of the browser (and not to the device)?

      How to create images that react to the size of the browser (and not to the device)?

      Hello

      Please try this widget.

      http://widgets-musethemes.BusinessCatalyst.com/tb032.html

      Concerning

      Vivek

    • How I have underlying wothout save documents or pdf files in the memory of the device inrernal, I have the files in the external SD card and I want to keep them there. I just want to be able to write about them. Thanks for the information

      How can I underlying without save documents or the pdf files in the memory of the device inrernal, I have the files in the external SD card and I want to keep them there. I just want to be able to write about them.

      Thanks for the information

      Hello

      When we try to edit any PDF file that is stored on a MicroSD card, then, first of all, the file must be saved in the internal memory to cause permissions defined by Android for external storage.

      Due to limitations set by Google in Android 4.4 and above, it is not possible to change files that are stored on the SD card in system no App.

      Thank you

      Abhishek

    • just upgraded to ch 2014, when using contact sheets and by adjusting the results of font sizes in the spacing between the images bigger and bigger while the size of police remains the same. See you soon,.

      upgrade to ch 2014, when using contact sheets and by adjusting the results of FontSize to spacing between the images grows while the font remains the same size.

      Someone at - it ideas on why this is happening.

      See you soon,.

      PAul

      Hi Paul,.

      There is a bug in the script that affects text attributes. We are now studying.

      In the meantime, xbytor updated the plug contact to work around the problem. You can find it here: ContactSheetX 2.1 released

      Kind regards

      Steve

    • List of Figures: How to not include the figure discription?

      Hi, I'm writing my thesis for a Ph.d. student, and I have a very specific requirement for figures and Figure legends and tries to use the automated features of InDesign to help me. I know it must be possible, I don't know how. Here's the situation:

      I need to have a figure which is subtitled as follows: 'Figure 1.1 products chemicals used. This figure illustrates the structures of chemicals...» In which 'Figure 1.1' is the number of digits, "chemicals" are the title of the figure, and the rest of the text is the real legend. I need them to be, as shown, in the same paragraph (IE not on separate lines). I have about 100 numbers. I learned how to set a list and then set legend style to use the list so that the figures are numbered automatically. Here's the question:

      Then I need to generate a list of Figures (similar to a table of contents) which lists each figure in the following format:

      Chapter 1. Introduction

      Figure 1.1 chemicals used... 1

      Figure 1.2 made molecules... 2

      In which the number and title of the Figure are reported in the table of contents, but the figure legend text is not. I was able to understand a little about how to set up the table of contents report on more or less in the format I need to (although I still have to solve what I mess up), but the real problem is that when I automatically generate the table of contents, it includes the text of the entire legend. It is because in the legend of the origin, the text and the title and number are all one paragraph, so when I fill out the table of contents based on a definition of the paragraph, it fills with the whole paragraph.

      Two things I can think that it can solve are if I can) 1 defines two different paragraph styles in the same paragraph or 2) fill a table of contents based on a character instead of a paragraph style style (then I could define just the number and title as a certain style and populate the list with it.)

      Anyone out there have the solution for me? I clearly have a familiarity with the program (I went through all the class in a book in the last days), but am no expert. Your advice and assistance will be greatly appreciated!

      LunaKT wrote:

      "* If there are too many titles figure for the approach described above, you can insert a nested here at beginning and end of each caption Style end character (example: this figure shows blah)." These characters of width zero invisible are preserved in a generated table of contents. Modify paragraphs in the table of contents entry to include a nested style is none until 1 end nested here Style and a character style placeholder Style nested here until 1. The character style must not have any visible properties.  Create a condition. Set up the table of contents, then select include a full paragraph.  Once the table of contents are generated, use find/replace to find the placeholder style character and replace it with the State. Then, hide the condition. "

      There are too many titles (some of them, a lot of long words) figure for the first approach.

      Maybe I didn't explain it clearly enough. The way I understand you description, your auto numbered paragraphs start with a figure title, a short sentence as chemicals used, created molecules, etc.. This title is followed by a longer text, that you seem to call the legend text.  I think you want to extract the end of automatic and numbering introductory paragraph for the TOC. You found that InDesign cannot separate the parts of a paragraph to the TOC process. You also found that InDesign cannot easily put two paragraphs on the same line, so your disposal presents a dilemma.

      There were descriptions of how to put the two paragraphs on the same line on these forums, so try searching on Google for "InDesign two paragraphs on the same line," 'Zero InDesign space before paragraphs' "InDesign negative space before paragraphs," and other similar expressions, without quotes. (Google searches find topics in these forums and other resources outside of Adobe).

      The method of image inline was mentioned in another post on this thread.

      as for the second, I'm still pretty new to this program I think I follow your logic, but will have to play a little to make it work. As a solution, it seems viable, but I am really surprised that InDesign doesn't have a feature for this built in - I think that this kind of situation would be pretty common.

      FrameMaker has the opportunity to present two or more independent paragraphs on the same line. The so-called "break-in" paragraphs they are essentially the paragraphs with a "carriage return" but no line breaks. You can post a formal request to incorporate it into a future version of InDesign to https://www.adobe.com/cfusion/mmform/index.cfm?name=wishform.

      If you have the time, do you think you can only simplify/clarify this explanation a bit more? I follow your logic, but am not following how do a space character reserved up to 1 nested Style to end of style here. (Literally, I can't know which menu to open and what to do in order to complete this statement)

      Thanks for your thoughts.

      "Style of placeholder characters" may be a term that is too vague. I wanted to say that you need a character style that is not what anyone other than to identify the text to which you want to apply a condition, so that you can hide text in the table of contents extracted, by hiding the condition. The condition does not change a text property, although you might want to temporarily give a different text like a color property or "BOLD" when you set the nested style, so you can immediately see the result. After you've proven configuration, remove the property changed the character style.

      Nested styles are created in the balls and Nested styles from the paragraph Styles panel Panel. Read more about nested InDesign using paragraph styles. You can simplify the insertion of markers end nested Style here using the quick apply feature. Him to the position of the text insertion point where you want to insert the marker, press Cmd + enter on Mac or Ctrl + enter on Windows, to open the quick apply dialog box. Type "here" without the quotes in the text entry box to view and select the command "Nested at the end Style here". Press ENTER to insert the marker and close the dialog box. Move the cursor to the next position, press Cmd / Ctrl + Enter again. Apply quick should redisplay and highlight the last command, "End Nested Style here." Press ENTER. Etc. Another approach is to select and copy the marker, then paste it where you need it. If you do not see the marker, turn on Type > show hidden characters.

      HTH

      Kind regards

      Peter

      _______________________

      Peter gold

      Know-how ProServices

    Maybe you are looking for

    • problem with wifi on HP g4 2313tx

      New laptop I bought last week and I put 8 victory to my laptop but wifi isn't good. I have just connected internet when my laptop has full signal. If the 3/5 signal, it can not connect wifi internet although he always connect and is not limited. Help

    • Click on the magic mouse no longer works on iMac

      Hey,. Today my mouse Apple Magic click stopped working on the iMac. I can move the cursor, but do not click on anything - right/left click does not work. Also, no swipe gestures don't work. The mouse batteries are fine, no new hardware has been insta

    • Windows 7 driver for laserjet p2014

      I have the HP Laserjet P2014 printer. I need the 7 (64-bit) Windows driver for my printer.

    • VI controls are frozen on the second run.

      I have a VI that gives the word in another VI. Let's call them a - VI and VI - b. Now, when I try to run VI, one, it works as it is supposed to. No matter how many times I run and close it. But when she is called in VI - b, it works well for the firs

    • I had a volume icon in my taskbar that suddenly has disaapeared... . How do I get it back?

      The status bar that appears at the bottom of the page has a volume icon through which I could adjust the volume of which has been played / this icon suddenly disappeared. How to restore the volume icon?