Changing colour of text in dreamweaver CS5.5

Before I was using Dreamweaver 8 and really liked how handy all the menus were, but since getting Windows 7 I have had to upgrade to Dreamweaver CS5.5 and I am stuggling to do the most simple of tasks which is very annoying.
Anyway is there anyway to add text colours box to the bottom properties bar so I can just highlight the text I want on a page and then choose the colour I want the word changing to?
If not what is the easiest way to just change the colour of highlighted text?
Please help,
Thanks.

sammyg227 wrote:
thanks, I found that but when I change the colour of the h3 headings, it changes all h3 headings on all pages which is not what I wanted.
You can avoid that by doing something like this:
1) Create a style like this:
.green {
    color: green;
2) Create your HTML like this:
<h3 class="green">This is in Green</h3>
This should fix it for you.
Good luck.

Similar Messages

  • How can I see the size and colour of text in DW Cs5?

    Hi forum, how do you see the size and colour of a piece of text in Dreamweaver Cs5, I have some text in a dreamweaver file which is a size I like and a colour I like and I want to make a CSS rule with these characteristics. How can you see what size and colour a piece of text is?
    Many thanks for any help
    Gareth

    <td height="89" colspan="5" valign="top"><p><font color="#FF0066" size="-1" face="Arial, Helvetica, sans-serif">what is the text size, colour and boldness of this piece of text.</font></p></td>
    Above code is deprecated.  CS5 will not pick up these styles in the CSS styles panel.  Legacy sites are not simple to work with.  They need to be converted to  modern standards.  You do this by stripping the HTML styles from markup  and re-writing styles to CSS.
    <p>This is a normal paragraph</p>
    Put your CSS styles between your document's <head> and </head> tags:
    <style type="text/css">
    p {
    color: #FF0066;
    font-size: small;
    font-family: Arial, Helvetica, sans-serif;
    </style>
    Or, create an external stylesheet to which your HTML documents are linked like this:
    http://alt-web.com/DEMOS/DW-Link-Stylesheet.shtml
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    http://alt-web.com/
    http://twitter.com/altweb

  • Unable to change colour of text

    I have a simple illustrator document with some text on it.  The text is green.  I wish to add additional text to the document in the exact shade of green that the current text is in.  Believe it or not, I can't figure out how to do this.  I can select the text I want to to be green and select a colour from the swatches menu, but the shades of green available there are not the exact shade of green that I need.  I tried selecting my newly written text, click the eye dropper tool, and then clicked on my old text (which is in the shade of green that I want) but this frustratingly changes the font of my newly written text to the same font as the original text, without changing it's colour.
    If anyone can help me I would appreciate it.  Please be verbose in your response/instructions.  Thanks,

    I figured it out!!
    So, in short.. the green color you have on the word CAR is a gradient. If you look closely you can see small bits of black around the edges of the word. Black is the original color of the text, and the green gradient is sitting on top of it as an appearance. It's a bit of a hassle that you cannot just apply a gradient color to live text but here is how you work around it.
    1. Save the green color (gradient) as a swatch by selecting the word CAR and dragging the fill icon over to your swatches panel.
    2. Next, select the text that you want to change (the word "Within"). Change it so it has no fill and no stroke.
    3. With that same word selected, open the appearance panel. In the panel flyout menu, choose Add New Fill...
    4. It will automatically choose black. Just open the fill option and choose the swatch you made it step 1.
    5. Bam! Here is your desired fill.
    6. As an extra step, if you would like to get rid of the black text that is peeping out from behind the green on the word CAR just use the Type tool and highlight the word car.
    7. In the Fill section, Click the small thumbnail of black to select it and then click the option for None (white box with red slash) to remove it.
    8. Here you go, clean lines!
    I'm not sure if you meant to have a green gradient on your text, or if you just wanted one color green. Here, I've outline the solution for applying a gradient to live text and replicating the same gradient on other pieces of text.
    I hope this helps solve your problem if it hasn't already been solved!
    Michael

  • FTP Connection Issues Dreamweaver CS5.5

    I can't ftp into the top level directory of any of my hosting accounts with dreamweaver cs5.5
    This is becoming a major issue and I'm aware now of other users with the same issue.
    First  log in to an ftp server works fine - the test case directory is created  and deleted - and I think it is this which is causing some odd  permissions issue.
    Second time you try to log in, the connection is made,  but then any directory listing times out. However if I define a  directory such as /public_html/images/ then it will connect and display  directory listings just fine.  Clicking "Test" in the server definition dialog results in an OK message.
    If i FTP in using a different FTP Client (in this case  Transmit) and upload a single file, the issue goes away, and  dreamweaver can again connect - one time only, until I perform this odd  "reset".
    This happens on all FTP connections across multiple  hosting companies (all of the hosting companies my clients sites are  stored at).
    FTP log is below:
    < 257 "/www"
      < 220 Welcome to Proweb Server FTP service (JubJub).
      > USER winfo
      < 331 Please specify the password.
      > PASS
      < 230 Login successful.
      > PWD
      < 257 "/"
      > CWD /
      < 250 Directory successfully changed.
      > CWD /www
      < 250 Directory successfully changed.
      > PWD
      < 257 "/www"
    Then it waits for a while before  giving me the following error message (I've extended timeout to anything  up to a couple of minutes, no difference):
    Toggling the "USE Passive FTP"  checkbox may help you establish a connection. -Select or de-select the  checkbox and click Test to tray again.
    -if you are connecting  using an IPv6 enabled server, please select the "USE IPv6 transfer mode"  checkbox in the Advanced site definition dialog.
    If  the problem persists, check you network settings, including the local  firewall settings on your computer, or consult your network  administrator.
    I have tried PASV checked and unchecked, performance optimisation, and every other combination available to me. I am not connecting through a proxy.
    The  settings on ALL of my sites worked before the cs5.5 upgrade. The  settings on NONE of my sites with a root directory specified work since  the upgrade.  The only thing that has changed is the move to dreamweaver  cs5.5.  I can connect with other ftp clients.  my ftp server settings  are correct. My server and network settings are unchanged. The settings on ALL my sites on other FTP clients continue to work fine.
    Am on an i7 2.8GHz Intel iMac running 10.6.7 with 8 gigs of RAM. I have quit all software except dreamweaver and tried running my mac firewall both on and off.
    Really running out of ideas, and know of other people with the same issue since the upgrade - what's going on Adobe?!

    Same for me, in that I had an unreliable and effectively unusable FTP connection with CS5.5 . I've reverted to CS5, because even though I'll miss a couple of the new features I need to have a working connection to the site when working with PHP - because otherwise I can't see my site at all other than via Firefox. I also suspect that at least a couple of times I've had some sort of corruption occur as a result of the FTP hanging. All was okay before CS5.5, and I may have slagged off a different hosting provider than my present one when it was in fact (at least in part) a DW issue. If it isn't fixed in CS6 then CS6 is unusable for me and I'd definitely be happier with 'unenhanced' CS5 FTP functionality. The theoretical performance gains with the CS5.5 implementation are trivial by comparison with the problems. If all else fails, please revert to CS5 code for the FTP side of things.
    UPDATE!!!!!!!!!!!!!!!!!!!!!!! This is now fixed for me. The problem was that I did not have a proper web url entered in my site definition for the remote server. I'm not sure how that was placing any limitation on FTP access - after all, the need for a full site definition was removed a couple of software issues ago - but the fact is that with the correct web address entered I have working FTP on CS6 (and seemingly on CS5.5 too). I had a simple forward slash entered for the web address, probably as a result of some earlier investigation of the local server/remote server relationships for file upload on a PHP site. I was running CS5 with the correct Web Url entered, so that was working and the CS5.5, without the correct Web Url, was not. I vaguely remember reading that the Web Url was connected with DWs management of absolute/relative links and not much else, but it seems that is not the case. The new FTP is MUCH faster and I'm a happy guy. Site menu>>>Manage sites>>>[select your site]>>>Edit>>>Servers>>>[2-click your server]>>>Web URL:    Put in the full URL e.g. http://www.somesite.com . Not sure if you need a trailing / after, but I have one.
    UPDATING AGAIN: Through all of that I had turned on the  'IPv6 protocol' and 'Passive FTP' options in an attempt to get working. The result of that was FTP that worked well once transferring files but often took a while to hook up. Deselecting those, and using CS6, I'm happy with my FTP.

  • How do I change an image border color to another color - Dreamweaver CS5?

    Good day,
    I have just learned how to add a border to an image with Dreamweaver CS5 within the Properties Inspector.
    After typing the width in pixels in the Border Text Field and pressing the Enter key, Dreamweaver created a black border.
    How do I change the image border color to another color?

    I added your suggested rule to the Style Sheet "in any order" as you explained. See the image below.
    However this did not change the image border from black to light blue. In fact, nothing changed.
    Nothing changed because the CSS that has been written into DW is incorrectly written.
    You want the following (exactly as written below)
    img {border: 4px solid #0062C8;}
    You've inadvertently wrapped the rule inside a #main_image container rendering it meaningless.
    It's easiest to go into Code View and change
    #main_image {
         img {border: 4px solid #0062C8;
    to
    img { border: 4px solid #0062C8; }
    The Property Inspector added a border exactly as I wanted it, other than the color I wanted the border to be. What is the use of this function in Property Inspector if it can add a border within Property Inspector but not let me change the COLOR of the black border that Property Inspector added, to another color?
    That's a deceptively simple, yet valid, question with a long answer.
    Back in the dark old days of web design web designers were restricted to inline HTML formatting which offered  border properties but no colors.
    CSS styling offers colors and more but has to be written differently.
    These days. it's best to avoid HTML formatting. Unfortunately border="4px" in the PI still allows it. But does not permit color.
    Does anyone else out there ever add color borders to their IMAGES (not the containing box for the image) ?
    Yes, using CSS.

  • How do I stop text from changing colour when hovering over it?

    Hello, I have downloaded a template for Dream Weaver CS6 (Which is the version i am usig). When you hover over one of the boxes the top text changes colour to black instead of staying white... does any one know how i can make it so the text stays the same colour. I will post a print screen of it.
    Before clicking:
    View image: 1
    When hovering over it:
    http://postimg.org/image/wdsii9mab/
    I will post the code of the index page aswell: <!DOCTYPE html> <html lang="en"> <head> <title>Home</title> <meta ch - Pastebin.com
    Any help is appreciated. Thanks.

    Your unwanted pink hover color comes from style.css line 181 here
    .btn_{
        background: none repeat scroll 0 0 #cf3046;    border: medium none;
        border-radius: 3px;
        box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
        color: #ffffff;
        font-family: "Open Sans",sans-serif;
        font-size: 12px;
        font-weight: bold;
        line-height: 15px;
        margin-top: 20px;
        padding: 7px 13px 8px;
        text-decoration: none;
        text-shadow: none;
        text-transform: uppercase;

  • How do I change the colour of text in a cell in a JTable?

    I am trying to change the color of the text in a single cell in a JTable. I have tried not adding a cell renderer and it changes the colour of text in all cells.
    I have tried adding a cell renderer to the table and it does the same ie all cells text colour changes.
    I am able to add a cell renderer to a column and it changes all the cells in the column.
    I cannot figure out how to change just one single cell's text colour without effecting the other cells.

    Ok, so if i create my own cell renderer do I set it as the default renderer for the whole table i.e.
    table.setDefaultRenderer(MyCellRenderer, renderer);
    Does this set one cell renderer for the whole table or is there an individual one for each cell?

  • Can I change default text size in CS5

    Every new document seems to open with a default text size of 12 pt. (or 0.167 inches). I am a sign maker and my typical artboard size is often 120" x 120" or larger.
    Is there a way to change the default text size so that new documents open with a text size of, say, 1 inch (or 3 inches, etc)?
    Any help would be greatly appreciated.
    thanks,
    Duncan McLean

    Open the New Document Profile that you use the most (from HD>Users><yourname>>Library>Application Support>Adobe>Adobe Illustrator CS5>en_US>New Document Profiles) or the equivalent path in Windows. Then go to Window>Type>Character Styles and double click on the [Normal Character Style] at the top of the list and modify the settings there to your liking. Save the document and restart AI.
    Here's a view

  • Change font colour in Text Field

    If I have typed 'The Cat Sat On The Mat' into a text field yet I want 'The Cat' to appear in bold  and the rest as normal, how can I do this or even in a different colour?
    Any help would be appreciated

    The only way to do this, is a text field that you change from plain text to rich text. 
    Then you can enter what you want, press ctrl+b to make something bold.
    If you want to see the content of your box, use TextField.value.exData.saveXML() ...

  • How to change the colour of text property in Radio button?

    Hello All,
    I am having some radio buttons in my application. i want to change the colour of text property by default it is black.
    Could any one please suggest me how to do it?
    Thanks in advance.

    Currently you cannot, it is a known (and hopefully reported, and at least addressed for next version) bug (or limitation, as they rushed to get the components out before JavaOne...).
    People reported they just put an empty text and put a label beside the component. Ugly workaround (bad when the component will be complete) but if it works... :-)

  • 3d Text not changing colour in Photoshop CS6 Extended-Any Thoughts?

    Hi,
    I'm trying 3d text for the 1st time in Photoshop Cs6 Extended and thought I'd post my query on here as I've always found people to be really friendly and helpful.
    The problem is every time I create new text and and change the colour it's always showing up as black. Nothing I do seems to alter this. Someone suggested a memory problem but I really don't know
    Any solutions would be greatly appreciated

    Did a complete reinstall and that seemed to allow me to change colours.Interestingly when I did the offered upgrade it reverted back to the way it was.Although I can't seem to see the widget(with grid) that allows me to easily move the text around.Is that in CS6? There is an example at 57 seconds here:
    http://www.youtube.com/watch?v=CvtluKm6P-0&feature=player_embedded#!
    Many Thanks

  • Mail changing fonts and text colour as I type

    I am having a problem with the text changing colour and even the font as i type replys. I have checked the defaults and the fonts and colours are set as the defaults and have never been changed. Can anyone help at all its driving me up the wall!

    2ManyDogs wrote:Do you have a wireless keyboard or mouse? Anything else you changed recently?
    Nothing's changed hardware-wise, I've been experiencing it since a re-install of Arch from the latest install media, both in Openbox and Xfce.
    I just found this thread, and I'm not sure if it's related, but it is similar since text that was not copied was pasted.  I've gone ahead and disabled TapButton 2 and 3.  I sure hope this is the solution
    If I experience it again I'll post, but in the meantime if anybody has had an issue very similar to this and has a solution other than to disable two and three finger tap, please post it.  Also, if you need config or log files, tell me.
    Last edited by Mindstormscreator (2012-08-31 01:29:26)

  • Menu text items to change colour

    Hello.
    I'm trying to use highlights on a dvd menu to get text to change colour between normal and selected mode.
    When layer transparency is set to < 100% the colours are mixed. When transparency is set to 100%. the 'underlying' normal mode image can still be seen underneath
    Furthermore, what Encore actually builds is different from what is displayed in the project preview.
    Confused. Thanks for any help.

    First, the Encore Preview is but a rough emulation, and a test RW DVD, or doing a DVD VIDEO_TS folder for viewing in a DVD software player, will always be the best way to see what you are actually getting.
    Now, what I think you are describing is the inherent limitation of Sub-picture Highlights: they are always on top of all graphics in a Button on a Menu, and are limited to 2-bit (either ON, or OFF, with zero anti-aliasing) color, but can have Transparency (the opposite of Opacity in PS). Because of these limitations, the Sub-picture Highlights will be jagged, over all other elements and limited to one of three possible colors.
    You might get a better result, if you employ parts of this ARTICLE.
    Good luck, and hope that something in that article helps you.
    Hunt

  • Text  disappear if I change colour or size

    Hi..If I write a text in the cc2014 and want to change size or colour it just simply disappear. It looks like a weird bug. I can still make effects in the layer section.
    I have tried to reinstall photoshop, but still the same problem.
    I have used photoshop for 10 years so I thought I was skilled enough to solve all problems, but I need your help..
    Henrik

    I have just deleted and reinstalled Photoshop, still the same problem.
    What I have:
    Adobe product and version number - Photoshop cc 2014  with creative cloud,  up to date
    Operating system and version number 10.9.4
    The full text of any error message(s)  Non
    What you were doing when the problem occurred      All other programs closed
    Computer hardware, such as CPU; GPU; amount of RAM; etc.     2.66 GHz Intel 2 duo / 4GB memory / 1067 MHz / 26 GB free space
    Screen shots
         I type "Hello"
    I change colour and click "ok"
    And the text is gone

  • Cannot paste text into Dreamweaver after the fancy new version changes

    After the latest update I can no longer paste text into dreamweaver.  I'm sure it's because of some corrupted file but don't know where to find and make that correction.
    Thanks Adobe, really appreciate it.

    Well I can't paste any text into any DW document, file, blank, page name, nothing
    The paste command does not work in DW
    I have deleted corrupted cache
    I have tried Restore Preferences
    Nothing allows me to paste text in any format from any file format period.

Maybe you are looking for

  • Quality of service

    I had internet services with verizon when i lived in new york and i absolutely loved it. The service was the best, the customer service was excellent. Now that I have moved to the Atlanta metro area there is no available coverage from you in this are

  • Adobe Illustrator could not complete the requested operation

    I have just installed Adobe CS6 Design Standard and Illustrator won't open.  It gets a message "could not complete the requested operation" and the program won't open.  I can't figure out what's wrong.  Tried to reinstall - no change.  Tried to re-co

  • I made an error in the book I uploaded.

    I made an error in the book I uploaded 12 hours ago. Can I correct the error in the uploaded copy or re-upload the book without buying it again?

  • Deleting Dashboard Links

    Hi, We are using Oracle Business Intelligence Enterprise Edition v10.1.3.4. In the OBIEE Answers, on the Oracle Interactive Dashboards Page, in addition to the "My Dashboard" link, we can also see the following four links: 1. 00 Overview 2. 01 Ranks

  • ADF Faces: processTrain and Action

    Hi, I have followed ADF User's guide and SRDemo guide and SRDemo code to create processTrain. The model is based on outcomes defined in faces-config.xml so we can say that Action of commandMenuItem component is rather static - it just takes String fr