Backgroung image in cells CS4

Hi there
I have just started to use dreamweaver cs4 after using
dreamweaver since version 3 (yonks!!!). Where has the background
image cell property gone? Am I being stupid or has it been removed?
Cheers
Kerry :O)

It has been deprecated. You will need to use CSS to specify
such things.
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.projectseven.com/go
- DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs,
Tutorials & Resources
==================
"Kerry Anne" <[email protected]> wrote in
message
news:gk0ghs$9nr$[email protected]..
> Hi there
>
> I have just started to use dreamweaver cs4 after using
dreamweaver since
> version 3 (yonks!!!). Where has the background image
cell property gone?
> Am I
> being stupid or has it been removed?
>
> Cheers
>
> Kerry :O)
>

Similar Messages

  • How to get background image in cell not to repeat help please.

    hi folks,
    i want to fill a cell with a background image and not have
    the image repeat if the cell is resized by a viewer by enlarging
    the text. (Previously i jsut used CSS to control the text, so it
    couldn't be rezied, but now it seems that firefox ignores the CSS).
    ANyway i would like people not to be able to resize the cell and
    the background not to repeat.
    Here is an example that when the text is resized the
    background image and cell saty the same but a scroll bar appears
    for the text.
    http://www.stephenhuyler.com/projects.cfm
    thanks for any help!

    Use CSS -
    td.special { background-repeat:no-repeat; }
    for this cell -
    <td class="special"....
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "intolight" <[email protected]> wrote in
    message
    news:enh08e$8u9$[email protected]..
    > hi folks,
    >
    > i want to fill a cell with a background image and not
    have the image
    > repeat if
    > the cell is resized by a viewer by enlarging the text.
    (Previously i jsut
    > used
    > CSS to control the text, so it couldn't be rezied, but
    now it seems that
    > firefox ignores the CSS). ANyway i would like people not
    to be able to
    > resize
    > the cell and the background not to repeat.
    >
    > Here is an example that when the text is resized the
    background image and
    > cell
    > saty the same but a scroll bar appears for the text.
    >
    http://www.stephenhuyler.com/projects.cfm
    >
    > thanks for any help!
    >

  • Yosemite place psd or tif images in Illustrator CS4.

    I have just upgraded to Yosemite and cannot place psd or tif images to Illustrator CS4. I need a high resolution image with a transparent background for print. Surely there is a fix for this.

    In Illustrator CS2, the individual Spot Channels from Photoshop used to become Opacity masks when imported.
    In Illustrator CS4, they are not converted to Opacity masks. Your spot colors are still there - look in the Swatches panel. There is a Spot channels image in the layers panel with 100% Multiply blend mode applied to it.
    So it is not correct to say that it is no longer possible to bring spot channels from Photoshop into the Illustrator CS4. See the comparison snapshots below.
    Hope this helps.

  • Extract image in Photoshop CS4

    Hello, I'd like to extract an image in Photoshop CS4, but I can't find the Extract tool. I saw an online tutorial that says it's under the Filter Menu > Extract. But it's not there. Any thoughts?
    Thank you.

    Hello, I'd like to extract an image in Photoshop CS4, but I can't find the Extract tool. I saw an online tutorial that says it's under the Filter Menu > Extract. But it's not there. Any thoughts?
    Thank you.

  • Attach or link images to cell

    Hi,
    Using numbers '09 how can I attach images to a cell so they move with entire row when rows are reordered?
    Please note this is not the same as adding an image as cell background which provide no real control of placment withing the cell and does not allow for multiple images to be placed with cell.
    The screenshot above shows the column in question. The icons you can see are currently just placed on top or floating on top of the document - if I reorder the rows the icons stay in the same place. Each icon is different EPS file - I would like to somehow group them and then 'attach' them to the cell they are in so when I move the row the icons move with it.
    I *could* do this by creating a separate image of each possible icon order and placing the image that shows the correct combination of images in as a background image of the cell but you can see how labour intensive and unituitive this would be?
    Anybody got any ideas how this can be done?
    Thanks for any advice

    voodoo6,
    There is another option I would like to suggest.   Here is the overall concept which I will follow with an explanation.
    In this case I assigned each badge (or image) a value:
    =1  =2 =4=8
    (Powers of 2)
    These can be combined into a single value from 0 to 15 and will produce all combinations of the symbols.  We cannot change out images dynamically so we will put check marks in columns instead based on whether the value contains the multiple of two for each value (show in column B, the binary value of the decimal valu ein column A).
    bell B1=DEC2BIN(A2, 4)
    I found this is necessary for the following formulas to work because the cell formats this as text for the mid() functiom we will use next.    I was not able to eliminate this column.
    C2= IF(MID($B2, 1, 1)="1", "√", "")
    D2=IF(MID($B2, 2, 1)="1", "√", "")
    E2=IF(MID($B2, 3, 1)="1", "√", "")
    F2=IF(MID($B2, 4, 1)="1", "√", "")
    Make sure for each of these formulas you use column-absolute referencing for B2 (the binary value for this row).
    If you change the decimal value in cell A2 you will get difference check marks.  The decimal value could be derived from a set of check boxes, a slider, a numeric entry (manually) depending on how you want to enter the different combinations.
    not as nice as the images but...
    Regards,
    Wayne

  • CS4 no Background Image for cells

    In CS3 there was a way to insert background images in a cell
    using the Property Inspector. Now in CS4 it isn't there!! What
    gives?

    http://www.projectseven.com/tutorials/css/qdmacfly/index.htm
    http://www.macromedia.com/devnet/mx/dreamweaver/css.html
    http://www.macromedia.com/devnet/dreamweaver/articles/tableless_layout_dw8.html
    http://www.macromedia.com/devnet/dreamweaver/articles/css_concepts.html
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "cdscindy" <[email protected]> wrote in
    message
    news:gdd0jh$t33$[email protected]..
    > >With CSS, you define the rule in one place and it
    affects all table
    > cells to which the rule is applied. If you want to
    change the
    > background, you change just one place.
    >
    > You win! Sort of... I have been using html for a
    looooong time. Works
    > pretty
    > good for me. I just can't see an instance where using
    backgrounds in so
    > many
    > cells would even happen. Normally I would just change
    the background once
    > by
    > changing it in PS.
    >
    > Its looking more and more like I am going to have to
    refine my CSS. I want
    > simple...simple book or tutorial. I don't have time
    these days to have a
    > long
    > learning curve. So on the simple part, any ideas?
    >
    >

  • Image Processing Cells Manipulation

    Hi Guys,
    I am working on cells manipulation. Due to the nature of image processing which scans from a top-down-left to right approach, i am unable to fix a index number on the specific cell which I required this information in order to manipulate the cells as my command. The image processing will be running throughout the programme. As attached is the picture of the Imaq count objects i am using. 
    On a side note, just want to ask a biology-related experiment if anyone encounter the same issue before, why is a cell easily stuck onto the surface as this action prevents the cells from being trapped once it get stuck on the surface of the cover slip. 
    Thank you in advance,
    Scott
    Attachments:
    Image Processing.png ‏227 KB

    Hello,
    yes I understand your problem. But it seems to me that the scan direction has no effect on this... What if the scan direction was from bottom-up, left-to right and the cell flows in from the left bottom corner? You would have the same problem...
    Or do new cells flow into FOV of the camera only from top-left corner? Could you count the number of objects and linearly increment the indexes of your cells? For example, the first cell that comes into the FOV of the camera has index 0, and when the next cell is introduced, the first cell will have an incremented index that equals 1. And so on...
    But if the new cells come into the FOV of the camera randomly from left, right, bottom, top, etc... it would be more difficult. What you could do is calculate some parameters (check particle measurements in NI Vision Concepts)  for the cell you want to manipulate (at the time when you are sure this is the correct cell) and then compare these parameters with the cells on every subsequent frame. You can build a feature vector of these parameters and use classification tools. When you classify the cell, then you would have no problems manipulating it.
    If your cell changes shape dynamically, then I do not see a way to do this.
    Best regards,
    K
    https://decibel.ni.com/content/blogs/kl3m3n
    "Kudos: Users may give one another Kudos on the forums for posts that they found particularly helpful or insightful."

  • How do I make selective screenshot images in cells the same size?

    I am putting together a spreadsheet to list the purchasing options for our company from some of the Mac mini models but have a problem with image sizes in spreadsheet cells.
    First I took screenshots of each of the price and spec panels of the self-configured options I was interested in recommending using CmdCtrl+Shift4 to save the screenshot to the clipboard. Next, I highlighted the cell into which the image was destined to go and clicked Cmd+V and the image appeared in the cell (as an image fill for background colour). I repeated this process for six different Mac minis, being careful to start and finish the crosshairs in exactly the same place for each option. Each of these images had been lifted from a separate Tab in Safari 4.0.5 and appeared to be identically sized.
    The problem is, when placed in the spreadsheet cell grid, each image was either higher or lower than the one next to it, yet all cells were the exact same size. Some images appeared to be centred in the cell, others appeared to be top aligned.
    Can anyone help me to understand why this happens, and to give a suggestion on how to avoid it in the future?
    TIA

    OK, my mistake! The images were not the same size because the specs were different for each one, meaning that the info boxes were of different heights. When I copied them again, using the coordinates to ensure the screenshots were exactly the same size this time (rather than adding on a fixed width to the outside of the boxes) the problem was solved.
    Sometimes it's the user not the tools that has the problem!
    Having said that, it would be useful if the images were not background fills, but images that you could highlight because that would show quite quickly the size of each one - and allow you to add a background colour to a column to indicate a category type.
    Thanks for your help!

  • Placing Images in Illustrator CS4 causes them to appear 1/3 size

    Whenever I try and place an image (whether it be simply placing an image or opening one) within Illustrator CS4 for Windows - for whatever reason, the images appear at about 1/3 the size they should be.
    I go to View > Actual Size and it shows that the image is at 100% but it's obvious the images are nowhere near 100% (see attached ai.cs4.jpg). What could be causing this? I open up the same images (I know this because I am pulling from my desktop so I know I am pulling the same files to avoid confusion) in Fireworks CS4 and it pulls open correctly the right size, the same time - every time (see attached fw.cs4.jpg).
    I'm really trying to  come to grips with Illustrator, but this simple task is driving me nuts.
    Your help in this matter would be greatly appreciated -
    Sincerely,
    kstagg

    You sir, are "the man".
    For whatever reason, that image came through with a res of 240. Not sure how I did that but once I corrected it and tried placing it in Illustrator again - no problem.
    Thanks to you not all of my hair is gray.
    All of the best -
    Kevin

  • Viewing images in Bridge CS4

    I have recently reloaded CS4 on a new computer.  Image preview not working in Bridge CS4 - shows only CR2 file icon instead of image.  How do I get my image preview back?

    Update Camera Raw.
    Mylenium

  • Help with image analysis Photoshop CS4 Extended

    Hi there - I recently went to the Birmingham NEC photo expo and saw a guy there giving a CS4 extended demo.  He showed how at the click of a button a folder of new photos were reduced to a smaller bunch of just the most tack-sharp ones.  I can't find out how to do this with my CS4 Extended - can anyone help - or am I just imagining it all  :-)))

    Sounds interesting.
    Did he do that in Photoshop itself or Bridge or Lightroom?
    Anyway, I suspect one could maybe achieve something like this in Photoshop with some fairly heavy Scripting, but I suspect the Script would have to actually open the images for analysis …

  • Cannot edit PSE 5 Organizer image in Photoshop CS4

    After reverting from the Organizer in PSE 6 to PSE 5, I had been using the PSE Organizer with Photoshop CS2 without difficulty. I have upgraded to CS4, but before doing so, I replaced my hard drive and did a clean install of Windows XP and my various programs, among which was PSE 5. The catalog which had been backed up came through fine in the new install. Today I was browsing through the Organizer and chose an image to edit in Photoshop CS4. Unfortunately, although CS4 opened, I got an error message that "An error occurred while attempting to edit the file in the external editor." I tried to designate CS4 as an external editor, but, as I expected, PSE would not accept it as Photoshop is normally recognized as an editor. I had backed up Documents and Settings from my old drive and can access them, if that would be helpful. I would appreciate any information that would put ne on the right track to solve this problem.
    Ellie Dee

    There is an old workaround to make PSA2(Organizer 2)use CS2 the external editor. I have no idea if it will do any good in your case. Might be worth a try though.
    http://www.adobeforums.com/cgi-bin/webx?128@@.3bbdbe06
    (#11 of 15)
    "Peter, we have found that PSA really does use CS2 with a simple workaround: you must go into the CS2 folder, right-click the executable file, select COPY from the pop-up menu. Now, right-click any blank area of the same folder and select PASTE to add a copy of this executable. I suggest renaming this copy to something like CS2COPY.EXE
    Now, back in PSA, point the "default editor preference" to this newly named executable file, CS2COPY.EXE. Make sure you are not selecting a shortcut to the original program executable."

  • Opening raw images in PHotoshop CS4 extended

    I appologize in advance for this DILETTANTE question. I was happily using Lightroom II until recently when I decided, like an idiot,  to buy Adobe Design Suite, which includes Photoshop Cs4 Extended.
    I am unable to open raw images, I get "could not complete your request because it is not the right kind of document.". The camera I use right now is Canon 5D Mark II. Lightroom does not have any problem either importing the raw images from the card or importing them from my hard disk, if I had already copied them there from the camera card.
    Could anybody help me?

    For that camera you need the ACR plug-in version 5.2 or higher; you probably still have 5.0 from the installation of the software.
    Check in PS Help > About Plug-in...
    For 5.5 for Mac look here: http://www.adobe.com/support/downloads/detail.jsp?ftpID=4577
    For  5.5 for Windows here: http://www.adobe.com/support/downloads/detail.jsp?ftpID=4578

  • Workflow from Canon to Raw image in PS CS4

    Hello,
    I apologize if I am in the wrong place with this question.  I have a Canon Rebel XSi that I am learning to use and also have CS4.  I've been working through Kelby's 7 step book with Photoshop and am ready to start working on my own photos, but I realized that I don't know how to get a RAW file from my camera into photoshop.  I was wondering if you all could help with the workflow.  Right now, this is what I do:
    1) Take the picture in RAW
    2) Connect the camera to my MacBook Pro running the latest version of OSX
    3) iPhoto opens and I import the pictures I want
    4) Export pictures from iPhoto in the "Current" format/file type (this is now a .CR2 file)
    5) Open Photoshop
    6) Open the photo in Camera Raw
    Unfortunately, when I do this, I get some stock image that it not my picture.  I don't get an error, but I also don't get my picture.
    Is this an issue I can fix solely with photoshop, or is my process of going through iPhoto causing a problem?  Is there any way you know of that I can view the pictures on my Canon as files (like the camera is an external drive) rather than having to import everything through iPhoto?
    Thanks

    kparton1976 wrote:
    Is there any reason I should use Bridge instead of doing this?
    It largely depends on how many images you are dealing with. If you're just editing one or two images per shoot, then you can keep doing it the way you're doing it.
    But if you're going to work on many images, Bridge and the Adobe Photo Downloader give you a lot more options that might save you a lot of time and labor:
    Import an entire card at once, or any selected pictures you preview, without needing to drag and drop
    Automatically send photos to your hard drive in folders organized by shot date as they come in
    Batch-rename files as they come in
    Apply your copyright, keywords, etc. in bulk as each photo comes in
    Compare and closely inspect the photos in Bridge, better than you can in the Finder, before you open the photos in Camera Raw
    Edit images in bulk in Camera Raw within Bridge, without having to open Photoshop at all until you need it
    Automatically make a second copy of every image in a backup folder, even on another disk
    If you take advantage of customizing the import options, all you would have to do is sit back, click once, and let all the photos import to your specifications. Personally, I think the greater control and automation is easier, faster, and more powerful than using the Finder to track down the images I want and having to manually drag and drop them to the right folders.
    Maybe you don't need it now, but if your shot volume goes up, drag-and-drop really will turn into a drag.

  • JPG Image saved in CS4 not opening in IE,but works in Firefox

    Hi All,
    I have received images from my client which are edited & saved in CS4. But when i m trying to open these images in IE its not opening, but it is opening in Firefox.
    Wat is the solution for this??
    I m here attaching a file in which i have shown the screenshot of IE and Firefox. And also the properties of images saved in CS3 and CS4.
    Please mail me at [email protected]

    Are the documents all RGB?  Most browsers don't speak CMYK.
    Also, next time, use the camera icon to add an image, don't put them as attachments -- the virus scanning queue for attachments is busted at the moment.

Maybe you are looking for