Mystery red border

Hi, im getting a mystery red border on my tables. I have
checked the border colour in properties (its set to black). any
ideas what this could be?

From
http://www.ldnwrestling.com/profiles/Jon%20ritchie/Jon%20ritchie.html:
the code for the first table starts with:
<TABLE class=frame cellSpacing=0 cellPadding=0 width=770
align=center
bgColor=#ffffff border=0>
You have class="frame" applied to the first table which
contains the LDN
image.
Your CSS defines the class of "frame" as:
.frame {
BORDER-RIGHT: #990000 1px solid;
BORDER-TOP: #990000 1px solid;
BORDER-LEFT: #990000 1px solid;
BORDER-BOTTOM: #990000 1px solid
Remove class="frame" from the table on the problem page and
the red border
disappears.
Regards
John Waller

Similar Messages

  • Red Border Around Image

    Hi,
    In Photoshop CS3 I'm creating a 5 x5  pixel image in a green color. On my canvas it shows it completely green. I then emboss it. Before and after I emboss it I look at the navigator window and I see this red border around the green image. After I save it as a PSD file and then bring it into Dreamweaver, I can see the red border when viewing in IE. I tried making the background and foreground green but still a red border. Am I missing something?
    Thanks
    Steve

    You're confusing some things...
    The red rectangle in the Navigator window has nothing to do with the content of your image.  It shows you what part of your image you're looking at in the main window.
    If you're saving your file an seeing the red border in the image, you have somehow saved the red color in the image, or the way you're using the image has put a border around it.  For example, put in a web page a certain way a browser might put a border around the image to indicate that it's a link.  I'm not familiar with DreamWeaver, but I suspect from what you're describing the red isn't really in the image.
    Do you see the red in the image when you use an image viewer to view the file from within your folder?
    Please post the image here (use the little camera icon just above where you type) and we'll let you know if we see any red.
    -Noel

  • Red border around bottom of audio clip?

    I added an .aif audio clip to a PR timeline (from a tutorial DVD). When I click on the clip, a thin red border appears across the bottom and left and right sides of the clip:
    There were some clicks in the audio. So I rendered it as a .wav file but that didn't have any impact on the sound or the border.
    What does the border signify?
    Kathleen

    kllanini wrote:
    What does the border signify?
    That the audio clip is selected.
    Peter Garaway
    Adobe
    Premiere Pro

  • How do you remove or change red border in Livecycle required

    How do you remove or change red border in Livecycle required field?
    When I make a field required, it makes the pdf show a thick ugly red border. How can I change that?

    Now you see me, now you don’t.
    Interactive forms highlight where you should enter data. To turn this highlighting on, click the Highlight Existing Fields button.
    The fillable fields within the form (see example below) are highlighted in a light blue color. This lets you enter information into these fields. By default, Adobe® Reader® displays a red border around required fields:
    Pretty dang ugly, huh?
    Fortunately, it can be turned off.  This script (placed on a form:ready event) will do the trick:
        if (xfa.host.name == "Acrobat")
    app.runtimeHighlight = false;
    Here’s how we achieve this:
    Part 1:
    In the Object palette, click the Value tab. Under Type, choose User Entered – Required.
    First, we need to define which fields are mandantory/required. Click within the desired field to select it.
    You can assign as many mandatory fields as the form requires. When you are finished doing this, enter the Script Editor.
              Note:   To show or hide the Script Editor window as you need it, click the toggle.
    Select the form:ready event. Be sure JavaScript is the chosen scripting language to run on the Client.
    Type the following script into the window:
        if (xfa.host.name == "Acrobat")
           app.runtimeHighlight = false;
    Save your work.
    Part 2:
    From the File menu, choose Form Properties.
    Click the Form Validation tab.
                   Click Color Failed Fields.
                   Check the box next to Color fields and fail their validations.
    To turn borders off, click the arrow next to Border Color, then click the box.
    To define a background color, click the arrow next to Background Color, the choose More Colors.
    Select the first available empty box, then click Define Custom Colors.
    Define a custom color per your visual identity guidelines.
    When you are finished, click on Add to Custom Colors, then click OK.
    Click OK on the Form Properties window.
    Save your work.
    The result? When the user tries to submit a form without first entering data into the required fields, an alert message is displayed.
    When the user clicks OK to clear the error message, form submission is cancelled.
    Failed fields are highlighted in an attractive way—without red borders.

  • I can't move a layer in photoshop CS6 Beta for Mac. I just get a red border

    I can't move a layer in photoshop CS6 Beta for Mac. I just get a red border around the canvas. Any Ideas?

    You might want to try posting in the CS6 forum.
    http://forums.adobe.com/community/labs/photoshopcs6?view=discussions

  • Red border on top left corner

    My PB always has this red border on the top left corner of every app, and page I view.  Is it broken?
    Thanks!

    no, I believe you have a notification:
    http://docs.blackberry.com/en/smartphone_users/deliverables/27018/View_notifications_1360776_11.jsp
    swipe in from the top-left frame onto the screen
    Please click the Thumbs Up icon if this comment has helped you!
    If your issue is resolved, please click the solution button on the resolution!
    Every BlackBerry should have BlackBerry Protect, get it now! | Follow me on Twitter | Bring Back BBM Music!

  • Red Border on opening Apps?

    Hi,
    For example, opening the "Settings" from the "Home" screen, I briefly  see a red border around the edge if the display area. It is about 2-3mm wide in all four edges, and is only there for about a second.
    Is it telling me somthing? Or is it a display corruption before the new app redraws the screen.
    I am sure that it was not always there? But when/why/how it started, I've no idea. Please enlighten me...
    Regards, Martin

    no, I believe you have a notification:
    http://docs.blackberry.com/en/smartphone_users/deliverables/27018/View_notifications_1360776_11.jsp
    swipe in from the top-left frame onto the screen
    Please click the Thumbs Up icon if this comment has helped you!
    If your issue is resolved, please click the solution button on the resolution!
    Every BlackBerry should have BlackBerry Protect, get it now! | Follow me on Twitter | Bring Back BBM Music!

  • Red Border Around Logo on PC browsers

    There is a thin red border around the logo on the site I am creating. I am on a Mac and didn't notice this issue until I was troubleshooting on a PC. The red border only appears on PCs.
    I viewed my site in Firefox, Safari, and Chrome on the mac. No red border.
    I viewed the site in IE and Firefox on PCs. Red border.
    Anybody know the issue? (I'm thinking it has something to do with the a link values because the color changes from red to blue after the image is clicked.)
    http://www.jgraveslawyers.com
    a:link {
    text-decoration: none;
    color: #900;
    background: transparent;
    a:visited {
    text-decoration: none;
    color: #006;
    background: transparent;
    a:hover {
    text-decoration: none;
    color: #F00;
    background: transparent;
    a:focus {
    text-decoration: none;
    color: #fff;
    background: #6196BC;
    a:active {
    text-decoration: none;
    color: #600;
    background: transparent;

    It doesn't have to do with that.  You need to remove the border from that instance.  Now you could use:
    a img { border: none; }
    But that would eliminate the borders from around all images. If you only want the one image to have no border around it you should just have to use the border: none attribute on the img tag (ie: style="border:none;" inside the <img> tag).

  • Red border around checkboxes

    I can't get rid of the red border when I add checkboxes to my form. I have tried showing properties and selecting no line, but there's still a red border...?
    Also, how can I look at the document as it will appear when finished -- i.e., without the blue backgrounds for the fields?
    Thanks.

    This is controlled by forms-related user preferences. "Edit > Preferences > Forms >" various highlight colors.
    George

  • How get rid of red border

    IN 8 An annyoing red border pops up. I got rid of visul aids,
    but this persists makes it very difficult to select a single line
    of text.
    thanks!

    Red border?
    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
    ==================
    "KevinC." <[email protected]> wrote in
    message
    news:es034a$13j$[email protected]..
    > IN 8 An annyoing red border pops up. I got rid of visul
    aids, but this
    > persists makes it very difficult to select a single line
    of text.
    > thanks!

  • Highlight Required DropDownByIndex with dotted red border

    Hello, I have a context node named "copy". This node has 2 String attributes "key" and "value".
    I also have a DropDownByIndex in which the texts are mapped to "copy.value".
    This DropDownByIndex is mandatory/required so i need to validate if it is selected.  In order to do that i  have this code on the onAction of the submit button.
    int selected=wdContext.nodeCopy().getLeadSelection();
    if (selected==-1) //No item of the dropdown is selected
       IWDAttributeInfo info = wdContext.nodeCopy().getNodeInfo().getAttribute("value");
       msgMgr.reportContextAttributeMessage(wdContext.currentCopyElement(),info,  IMessageTarjetasVentaComp.MISSING_INPUT, new Object[] {"COPY IS EMPTY"},true);
    The issue here is that i need to display an error message and highlight the DropDown with the red dotted  border. I can´t get it work because wdContext.currentCopyElement() is null when no item is selected for the DropDown.
    I also test selecting one item of the DropDown and removing the condition "if (selected==-1)". I got the massage displayed but could not see the red dotted border.
    I´m also doing like a validation with InputFileds and is working fine, i see the message and the red dotted border.
    I appreciate any help.
    Thanks in advance.

    EDIT:   I just tried it,  and you're right,  at first i didnt have this problem because i was using  NODE Cardinality: 1..n,  Selection :1..1, this way can't be empty.
    Then i made the node Cardinality: 0..n, Selection: 0..1   (The way you  have been trying)  and yes, that Nullpointer happens.
    You could just set the node Cardinality: 1..n,  Selection :1..1 so that dotted red border wouldn't be needed.
    But if you really need that option to leave it empty, I'll look for a solution anyways
    Regards.
    Julio Herrera

  • How to get rid of this red border around firefox.

    Hi, i just getting this annoying red border and also my history doesn't seen to save. I'll tried everything, cancel sandbox but nothing work
    :here is a picture.
    [https://fbcdn-sphotos-a.akamaihd.net/hphotos-ak-ash3/s720x720/549411_10150669783553335_660638334_9412257_523793685_n.jpg link text]

    When you say "cancel sandbox" where do you do that -- in a Firefox add-on or in some other software?
    If you normally start up Firefox using a shortcut, can you check its properties and see whether the other program "sandboxing" it is identified there? You might also be able to edit the path to its default, which of my Win7x64 is:
    Target: "C:\Program Files (x86)\Mozilla Firefox\firefox.exe"
    Start in: "C:\Program Files (x86)\Mozilla Firefox"
    Shortcut key: None
    Run in: Normal window

  • Browser has a red border

    My Firefox browser has picked up a red border and I can't seem to get rid if it. So has my IE. Is there something in my computer causing this?
    Thank you.

    You're welcome

  • ALV: Mark cell with red border

    Hello,
    can somebody tell me, how i can mark a cell as error, with a red border (which style is this)? My problem is that i've add some protocol entrys to the alv protocol at the event DATA_CHANGED_FINISHED with method ADD_PROTOCOL_ENTRY of class CL_ALV_CHANGED_DATA_PROTOCOL. After that i show the protocol entry with method DISPLAY_PROTOCOL but the wrong cells are not marked red. Is there a other method wich i've to call to et the cells marked red.
    Best regards,
    TomSd

    If the cells are not marked in red, you probably missed to give the method the right parameters:    
         CALL METHOD rr_data_changed->add_protocol_entry
                EXPORTING
                  i_msgid     = '0K'
                  i_msgno     = '000'
                  i_msgty     = 'E'
                  i_msgv1     = text-004 "Buchungskreis
                  i_msgv2     = l_rbukrs
                  i_msgv3     = text-006 "exisitiert nicht
                  i_fieldname = ls_mod_cells-fieldname
                  i_row_id    = ls_mod_cells-row_id.
    you loop at your changed cells with
    LOOP AT rr_data_changed->mt_good_cells INTO ls_mod_cells.
    and with    
    CASE ls_mod_cells-fieldname.
          WHEN  'RBUKRS'.
    you can place the adding of the error protocol entry mentioned above.
    You can have a look at it in program BCALV_GRID_EDIT.

  • Remove red border from required fields

    Is there a way to remove the red border from required fields.?

    No, not the same error message that Acrobat issues. You'll have to do your own using JavaScript. The script would check each of the required fields and alert the user if anything was wrong, but you'd have to set up your own "Print" button on the form and convince your users to use it. But they can always choose not to use it and orint without going through the checking process.
    Even though there is a Document Will Print event that you can attach code to, there is no way to prevent printing in the event.

Maybe you are looking for

  • How to select a field from view

    Hai All This is my view name mtl_item_flexfields mif i can able to select a single column Ie Inventory_item from view when i use this Select inventory_item from mtl_item_flexfields mif. But i not able get the values when i use this select statement S

  • Bluetooth Issues Since Update

    Since the November update my Bluetooth no longer works properly. I can no longer use Bluetooth and hear turn by turn directions. I had to rename some contacts for the voice recognition to work. The connection quality is intermittently poor, transferr

  • Open a new window on clicking the CommandButton in JSF

    Hi, I have a page and two <h:form> in that page. The second <h:form> just has a date field and a Submit button. Selecting a date and clicking the CommandButton should open the report in a new window. If no reports found then a msg needs to be display

  • Botched and delayed sheltered housing installation

    To summarise in as few words as possible the reason why I am unhappy with BT: *Order ref: AGTA032**** *The order is on behalf of my elderly mother, who has moved into a sheltered housing complex. *Placed by phone and booked for installation on 2nd Ju

  • Bridge CC not displaying video files

    Bridge CC not displaying video files - I just installed the new Bridge CC and I am unable to view and play my video files.  The files are Quicktime files.  The title of the file is displayed with a QT logo, yet no video is registered.  Has any one el