CFLayout Border color

I like the layout feature but I don't want my site to look
like a bunch of gray boxes all the time. I tried the style
attribute on the border but it doesn't seem to work for me. I can't
seem to hide the default gray border or change its color.
How can i change the gray color in cflayout by using CSS.

install Firefox browser.
install Firebug Add-on.
inspect the css generated by cf for your cflayout using
Firebug. you can
even edit the css on-the-fly in Firebug and see changes
immediately on
screen (but Firebug does not save the changes you make, so
you know).
over-ride appropriate css generated by cf by defining your
own in-page
styles for the same ids/classes.
Azadi Saryev
Sabai-dee.com
http://www.sabai-dee.com/

Similar Messages

  • 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.

  • I have never used my mac for desktop publishing before and am having some problems.  This sounds really dumb, but I can't figure out how to put a border around a text box.  Also, how do you edit the border, i.e. border color, thickness, etc. Help!

    I have never used my mac for desktop publishing before and am running into some real problems.  How do you put a border around a text box?  Can you edit the border - color, thickness, etc.?  Help!

    I think the best solution is to read Pages documentation, go to Help and you have a long list of options. Pages is capable of quite sophisticated things, some features are above Nisus or Mellel, so it is not so simple to summarize things in a few lines.

  • How we can change JFrame Border Color Not Background.

    How we change jframe border color not background
    if any body know about that then plz tell me
    at this [email protected]
    i m thanksfull to ..... .

    hi Shafr
    beleive it or not, i got it using trial and error. i keep
    trying words in the function setStyle until the color changed. i
    dont know why it is not documented.
    var periodBarColor:SolidColor = new
    SolidColor(taskSchedColorChooser.selectedColor, 1);
    periodBar.setStyle("fill",periodBarColor);
    //where taskSchedColorChooser is colorPicker component. you
    can replace it by any color you want

  • Changing shape border color

    I'm working with Photoshop Elements 6
    I've created a round rectangle. I want the shape to be black with a white border. However whenever I finalize and save, my white border disappears and I'm just left with a black shape. Edit > Stroke is'nt highlighted, and for the life of me I can't figure out how to change it.
    Whenever I change the colors from black and white I dont seem to have this problem. How can I change/modify the BORDER COLOR of my shapes?

    Steve,
    1. Simplify the shape layer, and Edit>stroke will be available
    2. CTRL+left click the shape layer in the layers palette - should see marching ants
    3. Edit>stroke - ?outside
    4. If your background is white, you will not see the white of the stroke - need contrast
    http://www.pixentral.com/show.php?picture=1VIYN3bamn2z7lD5GsLsYAeYK0qJU1
    Let us know how you make out.
    Ken

  • Border color change of UILoader

    Hi
    Does anyone now how to change the border color of the
    UILoader component when user clicks on that. I have put UILoader in
    the sprite container and i need to implement that if user selects
    that UILoader its border color will be changed (to red may be).
    Please help me out . Here's the my dummy code for that.
    Basically what I need is the border of UILoader to be shown as soon
    as mousedown event is generated and the border to hide as soon as
    mouseup event is generated.
    Any help or any new idea will be highly appreciated.
    Thanks
    /****************CODE******************
    var container:Sprite=new Sprite();
    var myUILoader:UILoader = new UILoader();
    myUILoader.source = "XYZ.swf";
    myUILoader.load();
    container.addChild(myUILoader);
    addChild(container);
    myUILoader.addEventListener(MouseEvent.MOUSE_DOWN,dragUILoader);
    myUILoader.addEventListener(MouseEvent.MOUSE_UP,dropUILoader);
    myUILoader.addEventListener(MouseEvent.CLICK,
    moveSelectedVideoOnFront);
    function moveSelectedVideoOnFront(event:MouseEvent):void
    //Brings selected UILoader on top
    function dragUILoader(e:MouseEvent):void
    //Allows dragging of the UILoader
    function dropUILoader(e:MouseEvent):void
    //Allows dropping of the UILoader

    <a href="/HTML/index.html">Catalog</a>
    <a href="index.html">Home</a>  
    Just so you'll know, this is not a good way to link to the default file in any folder (including the root folder. These links *should* be like this -
    <a href="/HTML/">Catalog</a>
    <a href="/">Home</a>
    without mentioning the default filename. That's because when the site is spidered, the spider will think you have two different pages (in this case both default and index.html), and may penalize you for having "two" pages with identical content. So, anytime you are linking to the default file within a folder, just remove the filename from the link, and just link to the folder instead.

  • Gridview Border color issue in IE10

    Hi,
    I am facing an issue in IE10(Version: 10.0.9200.17116, Update Versions: 10.0.21 (KB2987107)).
    when I try to render a grid view, the borders of the cell are not in proper color.
    The grid view is applied black border for cells and text color of grid cell is Red and Yellow on alternate row. But the border color of the grid view cell gets mixed with the text color inside the cell  and applied black border.
    You can see my post on (http[:]//forums[dot]asp[dot]net/t/2024404.aspx)
    Please let me know a suitable solution for the issue.
    Regards,
    Salman

    Hi,
    I noticed that you're using IE10(Version: 10.0.9200.17116, Update Versions: 10.0.21 (KB2987107)).As Robear mentioned in the first reply, we recommend to install the latest update KB 3008923 for IE to have a best performance.
    Have you checked the application code with F12 developer tool, then change the user agent string below Internet Explorer 10 as a test?
    I've checked the link you posted in the asp.net forum, seems you're trying to delelop a web application in IE, I'm not a developer, but I found some useful links
    some guys recommend css instead of html and others point a direction of tables inheritance
    http://stackoverflow.com/questions/16803844/border-colours-in-ie10-incorrect-all-other-browsers-ok
    https://social.msdn.microsoft.com/forums/ie/en-us/c3797399-3571-48e8-8d09-b771a9665109/ie10-incompatible-on-table-border-design
    NOTE
    This
    response contains a reference to a third party World Wide Web site. Microsoft is providing this information as a convenience to you.
    Microsoft
    does not control these sites and has not tested any software or information found on these sites.
    Yolanda Zhu
    TechNet Community Support

  • Ratpoison border color

    Well, I dabbled in openbox and fluxbox for a while, but have switched back to ratpoison 'cos despite its flaws, its mouseless charm is lovable
    Anyway, although I haven't changed my ratpoisonrc from before, my border around urxvt is now white instead of black, and I don't know why... the border is black around firefox, as desired, but  the border is either white or transparent around urxvt.
    The Xdefaults options I have affecting urxvt are:
    *foreground: #B0B0B0
    ! Green
    !*background: #202f37
    !*background: #20372f
    ! Brown
    !*background: #372f20
    ! Blue
    !*background: #101520
    !*background: #151825
    *background: #232b42
    ! Black + DarkGrey
    *color0: #000000
    *color8: #666666
    ! DarkRed + Red
    *color1: #b45151
    *color9: #fe8686
    ! DarkGreen + Green
    *color2: #aece92
    *color10: #97fa97
    ! DarkYellow + Yellow
    *color3: Khaki3
    *color11: #efe58b
    ! DarkBlue + Blue
    *color4: #2797d8
    *color12: #86cdea
    ! DarkMangenta + Mangenta
    *color5: #aa6eaf
    *color13: #cb96ce
    !DarkCyan + Cyan
    *color6: #418179
    *color14: #71bebe
    ! LightGrey + White
    *color7: #bebebe
    *color15: #ffffff
    *saveLines: 32767
    *scrollTtyKeypress:true
    *scrollTtyOutput: false
    *scrollBar: false
    *internalBorder: 20
    urxvt*loginShell: true
    urxvt*termName: rxvt-unicode
    urxvt*inheritPixmap: true
    urxvt*shading: 40
    urxvt*font: xft:Bitstream Vera Sans Mono:pixelsize=11
    urxvt*tintColor: #405070
    Even when I get rid of the most likely culprits - *inheritPixmap, *shading, *tintColor and *internalBorder, the border still remains invisible.
    So my main problem is getting the border back around urxvt 
    Also though, is it possible to change the border color in ratpoison? I spent hours customising my .rc for it, and never found an option to alter the border color...
    I wouldn't even be bothered about having a border tbh, but urxvt won't sit right up against the screen edges, despite ratpoison's padding being 0. It won't even work when  urxvt's *externalBorder: 0 is set in Xdefaults.

    Komodo wrote:at least you can usually track down the cause of every problem you find, since you're sufficiently knowledgeable.
    Very OT:
    When it comes to schooling, I have a degree in Computer Engineering.  That is, basically an Electrical Engineering degree, with low level programming (I can recall using 7 different assembly flavors, along with C and C++, not to mention design languages such as Verilog and VHDL, plus matlab).  Most people in the field that I actually work in are Computer Scientists.  Now, the difference when it comes to knowledge usually isn't that great.  People know how to code fairly well.  However, when it comes to methodology, I feel that the engineering disciplines are superior.
    Most engineering training, from a general standpoint, is all about diagnosis of an issue.  A lot of time is spent dealing with design from a *generic* point of view.  It may be "design a bridge for this ravine" or "design a 128bit ALU" or "design an algorithm that computes the number of LEDs lit up".  In most engineering disciplines, this methodology is the same.  You go about it the same way.
    When it comes to Computer Science, it seems the methodology is left out, and people tend to come into the "real world" with this understanding that there is no general way to do something.  You design using UML and Use Cases and that's it.
    It's the same when it comes to 'fixing' something.  Fixing a problem is really just re-designing the original solution (the original solution was a 'fix' for something anyway, wasn't it?).  I find myself to have very good skills when it comes to diagnosing issues, and am usually pretty quick about it.  That said, there is knowledge of the task at hand involved - I know, from a generic overview, how window managers work (hell, I've written a few mini ones just to get a feel for it), and thus can 're-design' the color handling fairly easilly.
    I wish Computer Science would grasp the methodologies used in the engineering disciplines... it pays alot.

  • Set control border color for tabbing

    Is there a way to set the color of the border when tabbing through controls? Right now I have a darker background so it doesn't do much good to be tabbing through enum and ring dropdowns when you can't tell which is selected because the border is black.
    CLA, LabVIEW Versions 2010-2013

    Here is a post that talks about how to hide the key focus:
    http://forums.ni.com/t5/LabVIEW/How-do-I-get-rid-o​f-the-Key-Focus-object-border/m-p/844383
    Maybe Label.TextColor can be changed when the focus is on the numeric control or blink the control.
    Jst some ideas until border color change is provided in LV.
    CLD,CTD

  • Cfwindow header border-color

    I seem to be having difficulty changing the border color of the header of a cfwindow. No matter what attribute I set the left and right border of the header will not change to the color I want. I want the header to be all black but I still get a gray line on the left and right side. My code looks like this:
    headerstyle="background-color:##000000;font-family:Arial; font-size:13px;color;border-left:##000000;border-right:##000000"
    Why won't the sides of the header turn black?

    No one has responded, however I have determined the only true way to get everything to match a theme is to tunnel down in the asset folders and edit/replace the graphics used to created the window frame.  Attributes and CSS can't touch all the elements.  So, there you have it.

  • HTML Editor Table border colors, JavaScript Integration

    Hi,
    i have two questions regarding the HTML Editor in KM:
    1) How can I change the border color from tables?
    I have tried to change it with the adjustment from Tables
    in Theme Editor, but nothing happens.
    2) Can I add JavaScript Coding in HTML-Editor?
    For example to create icons with navigation (back, home)
    or print function.
    Thanks in advance
    Sascha

    Hi Sascha,
    You might be using the HTML Editor in KM for a particular KM Document right?
    Anyways, regarding question 1 you can change the border color of a html table using the bordercolor attribute e.g. bordercolor = "red"
    Regarding question 2, Yes you can add javascript code to your html; but please use the Text editor; its reliable in these matters.
    Regards,
    Prem.
    SAP GDC.

  • Border Color Problem

    When I printed with a green-colored border, it came out black, although all of the rest of the picture's colors were accurate. I don't see any settings that would over-ride the border color. Any ideas about what is the problem?
    Thanks,
    Tim
    PS: A screen shot is at: http://www.pbase.com/xygoat/image/89094277/original.jpg

    No idea. Just tested on Win XP Home with a green border 10 pixels and printed fine. What platform?
    --John

  • How to change table border color in DW CS6

    I need to know how to change the color of the border around my tables in Dreamweaver CS6. I saw a article on how to change it on http://forums.adobe.com/message/4451812, but i really couldnt follow because im just starting out using dreamweaver and i dont know anything about code. Is there a simple way to change the border color or can you give me a basic step process on how to change the border color in the code?

    Just an FYI, nobody uses Table-based layouts anymore.  It's much better to use CSS for layouts.  Only use tables for tabular data like spreadsheets and charts.
    Dreamweaver has a bunch of pre-built CSS Layouts for you to use as starter pages.  Just go to File > New > Blank page > HTML.  Pick a layout from the 3rd panel and hit Create button.  See screenshot below.
    Nancy O.

  • Table Border Colors Not Corresponding to CSS

    Having an issue with tables not displaying their designated border colors. I think something is over-riding in CSS, but don't know how. Here is the page. I've assigned it a new class w/background-color, but it's not showing up - - just transparent borders. Thoughts?
    .table{
    display:inline;
    border-color:#000000}

    seanmc81 wrote:
    That worked for the border, thanks. Although I'm trying to get each cell outlined in #000000 as well. Would i assign something like
    border-right-color: 1px solid #000000;
    border-left-color: 1px solid #000000}
    as well?
    .table {
    border-collapse: collapse;
    .table td {
    border: 1px solid #000;

  • Table border colors & Firefox/Safari

    I've noticed that when I set a table border color (using the
    Property Inspector), the color displays only in IE. Firefox and
    Safari do not display the border color like IE does. Why is this?
    How do I work around this--CSS?

    "csbridges" <[email protected]> wrote in
    message
    news:eushlq$5q7$[email protected]..
    > Yeah, that's what I thought. Thanks.
    >
    > Any idea, though, why FF doesn't recognize the HTML
    table border-color?
    > Seems odd that it wouldn't recognize this.
    Firefox recognises:
    .table {border: 1px solid #black}
    black being the border color.... so not sure why you say that
    it doesn't
    recognise it :)
    Nadia
    Adobe® Community Expert : Dreamweaver
    CSS Templates |Tutorials |SEO Articles
    http://www.DreamweaverResources.com
    ~ Customisation Service Available ~
    http://www.csstemplates.com.au
    ~ Forum Posting Guidelines ~
    http://www.adobe.com/support/forums/guidelines.html
    CSS Tutorials for Dreamweaver:
    http://www.adobe.com/devnet/dreamweaver/css.html

Maybe you are looking for

  • BADI for restrict creation of business transaction independently

    Hello Experts, I have a requirement where I need to check if the Business activity (say any 'Z' transaction) has a opportunity follow-up document then only that business transaction need to be executed else should give the error that "Z transaction n

  • What is the significance of having Ver 1 and Ver 2 in a Bal Sheet?

    Hi, 1. What is the significance of having Version 1 and Version 2 in a Balance Sheet(Income Statement)? Any real life significance of these versions? 2. I had a previous question which was not answered, can verify if having version 1 and version 2 in

  • Not all songs in album upgraded to iTunes Plus

    I have many tracks that weren't upgraded after selecting "Upgrade to iTunes Plus" (actually, hundreds of them). I understand that not all tracks are currently available. Oddly, 3 tracks from the Aerosmith album "Big Ones" were not upgraded, yet all o

  • Crystal Reports 2008 Setup Has Failed

    Post Author: MWheeler CA Forum: Upgrading and Licensing I get a setup error as soon as I hit "install" on the English upgrade to 2008 on my Windows Xp Sp2 machine.  I am running XI developer edition on this machine.  The Window title for the error me

  • I dream of running Dreamweaver on a Windows 2003 Terminal Server

    I have a "volume" license and attempted to install Dreamweaver CS4 on a Windows 2003 Terminal Server.  I get an error message right away indicating that the system does not meet the minimum install requirements, ie XP/Vista. Adobe volume licensing te