Set the color of the horizontal rule

How to set the color of a horizontal rule? The properties box allows you to change the length, width, location & shading - but not color. Is it possible to change the color in the code? If the color change is NOT possible, is there another option to 'draw the objects' in Dreamweaver? Note: I use Dreamweaver 8.0.

Thanks for your time!

You can go to Code view and add the color = "whatever" to the HR tag, but I think it only works on IE. The best way is to add a property of CSS color for the hr tag.

Tags: Dreamweaver

Similar Questions

  • Remove all the horizontal rules?

    Hello everyone,

    is it possible to remove all the horizontal rules only once?

    Thank you

    Leo

    Which will also get rid of all vertical lines too so be careful.

  • Site respect the CSS, color of the horizontal rule.

    Hello

    I did a CSS syle: -.

    .HR {}
    border: 0;
    border-top: 1px solid #840017;
    height: 0;
    background: #840017;

    What makes a horizontal line to act as a break.  But in FF and IE it comes out not Maroon and gray (#840017)

    Any ideas what I did wrong?

    page can be seen here

    http://www.thevillagers.co.UK/matchreports/1011/chinnor15holyport.html

    Thank you

    Richard

    .HR {}
    border: 0;
    border-top: 1px solid #840017;
    height: 0;
    background: #840017;

    What makes a horizontal line to act as a break.

    Unfortunately not.

    You have inadvertently by a class of 'hr' (which has no effect the)

  • How to set the horizontal and vertical screen on my desk

    I have a problem remembering how to return to the setting of the vertical and horizontal on my desktop screen. Now, he threw my TV formatting to reports of the screen.  Text information on the programs and ads are either too high or too low on the TV screen, no matter how I ratios of formate the TV screen. This started after I messed up with the desktop screen ratios. I use my TV as a monitor for my computer. I forgot to write how I came to this page to adjust the ratio of the screen on my desk. I thoght I was in Control Panel, but I don't think. How do no wrong?

    Someone, anyone, please answer my question? I haven't gotten a response yet. I already gave on my model number, etc., in a previous post of my question. Please send me the answer directly, I don't check foroms. I don't like wading through all this stuff to get a simple answer to a question. Thanks again.

  • Bar tools, horizontal rule, and timeline panel broken in version Windows in Photoshop on a monitor Dell 5 k

    I know not how many people have this problem, but, when I set the resolution of the monitor at 5 k, rule the toolbar, horizontal and panel mounting are partially covered by black rectangles. The bug disappears when I lower the resolution of 4 k (3840 x 2160) or when I select the put 100% on the scale in Photoshop.

    My computer specs:

    Reference Dell UP2715K

    Dual NVIDIA GeForce GTX 980 graphics (disabled SLI)

    Photoshop CC 2015

    Windows 8/10

    Thanks in advance for your help.

    Alessandro


    Photoshop-5k.jpg

    The Photoshop CC 2015.1.1 update, released on 14 December, fixed the problem of scaling. The toolbar, the horizontal rule and the mounting Panel are still visible.

    Thank you a lot to solve this problem and to bring the oil paint filter.

    Alessandro

  • Set the color for emphasis on the interactive whiteboard to HorizontalFieldManager

    I have an array of horizontal fields that contains a bitmap and a labelfield each. The entire line should be clickable who worked until now, but how do I set the color to accent properly? At the moment the onFocus and onUnfocus functions are completely ignored.

    It's the definition of my table:

    for (int i = 0; i < listSize; i++) {
            logInDetailManager[i] = new HorizontalFieldManager(
                    Manager.USE_ALL_WIDTH | Field.FOCUSABLE) {
    
                protected void onFocus(int direction) {
                    super.onFocus(direction);
                    background_color = Color.RED;
                    invalidate();
                }
    
                protected void onUnfocus() {
                    invalidate();
                    background_color = Color.GREEN;
                }
    

    And that's how I add my horizontal fields:

    logInDetailManager[i].setChangeListener(this);
    logInDetailManager[i].add(dummyIcon[i]);
    logInDetailManager[i].add(new LabelField("hello"));
    logInDetailManager[i].add(new NullField(Field.FOCUSABLE));
    add(logInDetailManager[i]);
    

    Thanks for your help!

    AAH it got already...

    If someone has trouble with this too: I removed onFocus() and onUnfocus and set the background color in the paint so the color of the entire line method is modified when:

    protected void paint(Graphics graphics) {
    
        graphics.setBackgroundColor(isFocus() ? Color.RED : Color.GREEN);
        graphics.clear();
        invalidate();
        super.paint(graphics);
    }
    
  • setting the background color

    Hello

    I don't think it's possible, but want to ask if there is an easier way to do it.

    The question is... I have 12 columns and all columns are displayed horizontally on the oracle forms 11g.
    I want that when a user clicks on the recording of the entire record gets highlighted.

    I know it can be done by performing the following steps for each article, but I want to know if there is a way to highlight the entire file?
     SET_ITEM_PROPERTY('item1',CURRENT_RECORD_ATTRIBUTE,'color'); 
    Thank you
    Laba

    If there is a block of several rows, you can simply set the current record attribute for the block property to highlight the currently selected line.

    Rgds
    Tony

  • How can I set the xml file data button colors?

    I read an xml file to create a group of buttons. I also use a Repeater to create the Group of buttons.

    I am the created buttons, but am unable to correctly set the fill color. I get the error 'Implicit coercion of a value of type String to a type unrelated to Array' if I try to plug r.currentItem.value, even when I used an Actionscript function to convert a string to an array of 2 uints. Is there a solution of casting of simple type that I'm simply not?

    Any help would be greatly appreciated!

    The xml file has the following format:

    < color >
    < color >
    < name > cantaloupes < / name >
    < value > 0xFFCC66 < / value >
    < / color >
    < color >
    < name > banana < / name >
    < value > 0xFFFF66 < / value >
    < / color >
    < color >
    < name > lemon < / name >
    < value > 0xFFFF00 < / value >
    < / color >
    < color >
    < name > honeydew < / name >
    < value > 0xCCFF66 < / value >
    < / color >
    < / color >

    The code I have so far is:

    <? XML version = "1.0" encoding = "utf-8"? >
    "" < mx:Application xmlns:mx = ' http://www.adobe.com/2006/mxml ' initialize = "colors.send ()" layout = "absolute" > "
    < mx:HTTPService id = "color" url = "assets/colors_standard.xml" resultFormat = "e4x" / > "
    < mx:XMLListCollection id = source="{colors.lastResult.color}"/ "xlc_colors" >
    < mx:TabNavigator left = "0" top = "0" right = low "0" = "0" >
    < mx:Canvas label = "Tab 1" width = "100%" height = "100%" >
    < mx:Accordion width = "200" left = "0" top = "0" low = '0' >
    < mx:Canvas label = "Colors" width = "100%" height = "100%" >
    < mx:Label text = "Current color Selection" left = "10" right = "10" top = "10" height = "20" fontWeight = "bold" / >
    < mx:Button label = "Update of colors" left = "10" right = "10" top = "227" height = "22" id = "button_colors_update" / >
    < mx:Canvas height = "189" left is '10' right is "10" top = "30" borderStyle = "outset" backgroundColor = "#e9e9e9" >
    < mx:Tile id = "tile_standard" direction = "horizontal" tileWidth = "25" tileWidth = "25" horizontalAlign = "center" verticalAlign = "middle" borderStyle = "outset" left = "10" right = "10" top = "10" height = "134" backgroundColor = "#ffffff" >
    < mx:Repeater id = "r" dataProvider = "{xlc_colors}" >
    < mx:Button toolTip = "{r.currentItem.name}" height = "15" width = "15" x = "10" y = "10" / > "
    < / mx:Repeater >
    < / mx:Tile >
    < mx:Button label = "Other colors" id = "button_colors_online" height = "22" left = "10" right = "10" low = "10" / >
    < / mx:Canvas >
    < / mx:Canvas >
    < / mx:Accordion >
    < / mx:Canvas >
    < / mx:TabNavigator >
    < / mx:Application >

    Here you go:


    http://www.Adobe.com/2006/mxml '.
    verticalAlign = "middle" horizontalAlign = "center".
    layout = "horizontal" >


    [Bindable]
    private var array: Array = ['blue', 'red'];
    private var _color:String = "red";

    private void fillColors(c:String): Array {}
    StyleManager.getColorName ('red'), StyleManager.getColorName ('blue')
    return [c, c];
    }
    ]]>




  • How you set the default on HP3520 to black &amp; white, not color?

    Try to set the default on Mac and Windows 7 b & w

    Your user manual States "for grayscale printing, your printer must have a black cartridge installed." If a tricolor cartridge is installed, remove it so that only the black print cartridge remains in the cradle of the print cartridge. Don't forget to store the print cartridge properly three colors".»

    This is a direct excerpt from your user manual, has no page numbers. If allowing you to view the information. Click on the link, leave the manual loading and then type Ctrl and F, which will bring up a search at the top of the page bar. Type "change default settings" and it will be one of the two hits. Scroll down, check the instructions to default settings and the foregoing quotation will be on the next page under the title "Print in grayscale", I hope this helps.

  • How can I set the background color for a photo book to be between photos as well as on the perimeter?

    I am trying to create a book in iPhoto. I can set the background color, but it doesn't seem to work between photos that appears white by default. How can I make the background color of work between photos?

    You can not

    but to see exactly what you always get an overview of your book before ordering

    LN

  • is it possible to set the background color of a table or chart to be transparent?

    is it possible to set the background color of a table or chart to be transparent?

    Thank you

    Yes.

    Select tools palette (view > tool palette) and set the background of the graph as well as the control in transperent.

  • keyFocus research set the Boolean background color

    I searched "ctl class [] colors property" before posting.

    I changed the background colors Boolean by their properties [] of different colors, but I was wondering if there is a way to scan the controls [] refnums and set background colors based on the main orientation for the true/false.

    See the code snippet. I don't see a property of background colors in the ctl class. Is there another under "ctl" class that allows you to set Boolean [] property colors?

    Thank you

    There is no property to the control level.  You will need to cast to a more specific 'Boolean' to get the property.  However, you will have to do in a case because it will error if the control is everything except Boolean.

  • Set the color to a table Cluster

    Is it possible to set the color, if the table, fonts, cluster, etc. on a specific column and row within a table Cluster? Looking at the properties and methods, it does not seem so. I have no other options that rethink my VI?

    Here's an example of how my data are implemented with the sample data provided.

    I would appreciate any advice.

    Interesting that you should raise this issue.  Coincidentally, a similar question was answered just in time:

    https://forums.NI.com/T5/LabVIEW/change-enum-colour-in-a-cluster-that-is-in-an-array/m-p/2918506#U29...

    Check out Jeff's response and see if maybe you can adapt to your problem.

  • Set the name of a Visible plot and color lines draw graphic legend of XY

    Hi all

    Updated 20 plots data on that and I'm initializing the XY graph with 20 plots.

    After update of data, I do draw 3 to invisible, now I need to trace the legend to organize such that he should have, plot 0, plot1, plot2, plot4, plot 5... plot19, in the legend of his plot and should not have Plot3.

    So while graphic print and consult the chart in pdf format, I can see field only for Visible names draw in the legend of the plot and can avoid the confusion of having plot3 in my graphic impression. (Given that this parcel is invisible and data used pot in chart 3 and so I do not have this as my as well catalogue)

    Is there are ways of achieving them, please send your suggestions.

    Thank you

    Stéphane

    You can set the colors of the plot, point style, etc. by program like I did with the name of the parcel. The colors are just an extension of the notion that I have used with the array of names.

  • How to set different color for the table column header

    Can I set different colors for the 4 following as being attached.

    -color of the header text

    -the head of the column of the background color

    -color of the text of the content

    -color of background content

    The value of the cluster - 2, -2 to define all of the cells,

    Then go back and the cluster the value-1, -2 to simply set the line header.

    (If you also had a column of row headers, then -2,-1 would set them.  Course the upper left corner which is the intersection of the column header and row header will change with any of them.)

Maybe you are looking for