Removing the Border

Hey
I was wondering if anyone knows how to remove the border on
this image. It is a random picture image generator thing. Take a
look at the page.
http://www.fly-va.com/vaj/logomenu.htm
Here is the javascript used.
<script
language="JavaScript1.2">mmLoadMenus();</script>
<a href="Index1.shtml"><SCRIPT
LANGUAGE="JavaScript">
var num_images = 4
var images = new Array(num_images)
images[0] = "logo2.jpg"
images[1] = "logo4.jpg"
images[2] = "logotail.jpg"
images[3] = "logotakeoff.jpg"
var n = Math.floor(Math.random() * num_images)
document.write( "<img src=\"" +images[n]+ "\">" )
</SCRIPT>

Start with valid HTML - the page has no doctype, not
<html>, and no <head>
tags.
Then try adding this CSS to the page -
a img { border:none; }
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
==================
"andreluxury" <[email protected]> wrote in
message
news:f5fk21$8r0$[email protected]..
> Hey
>
> I was wondering if anyone knows how to remove the border
on this image. It
> is
> a random picture image generator thing. Take a look at
the page.
>
http://www.fly-va.com/vaj/logomenu.htm
>
> Here is the javascript used.
>
> <script
language="JavaScript1.2">mmLoadMenus();</script>
> <a href="Index1.shtml"><SCRIPT
LANGUAGE="JavaScript">
> var num_images = 4
> var images = new Array(num_images)
>
> images[0] = "logo2.jpg"
> images[1] = "logo4.jpg"
> images[2] = "logotail.jpg"
> images[3] = "logotakeoff.jpg"
>
> var n = Math.floor(Math.random() * num_images)
> document.write( "<img src=\"" +images[n]+ "\">" )
> </SCRIPT>
>

Similar Messages

  • I want to remove the border in iFrame when opendocument is used

    Hello
    Recently, I customized the EIS system by using JSP langiuge
    but, I had problem with the border in 'iFrame' Tag when opendocument url was used.
    I executed the opendocument url in iFrame Tag. but iframe's border appeared.
    I wanted to remove the border.  so,  I added frameboder =  'no' on attribute of the iframe.
    but, border still remained.
    I need your help. T . T
    Message was edited by: Yongho Park

    Yongho, It looks like you are posting your question on the "wrong EIS" page.  This is for Enterprise Inventory and Service Level Optimization.  I think you are referring to a different system.  Correct?

  • How to remove the border from an AWT Component (specifically a ScrollPane)

    I've been trying to remove the border from an AWT ScrollPane, but having no luck.
    I've tried setting the bounds on the ScrollPane to get rid of the border:
    ScrollPane scrollPane = new ScrollPane();
    scrollPane.setBounds(-2, -2, getSize().width+4, getSize().height+4);
    I've also tried overwriting the paint method of the ScrollPane but it didn't draw anything:
    private class CustomScrollPane extends ScrollPane
         public void paint(Graphics p_g)
              super.paint(p_g);
              Graphics2D g2 = (Graphics2D)p_g.create();
              g2.setColor(Color.MAGENTA);     //tried magenta so I could easily see it
              g2.drawLine(0, 0, 0, getSize().width);
    Is there anything else I should try? (I wish AWT components had a setBorder method)

    Is there anything else I should try? (I wish AWT components had a setBorder method)Actually this probably isn't possible. One of the main drawbacks of AWT was that since everything is connected to peers, you can't actually draw over or customize the view of your AWT component.
    The only recommendation I might make would be that you could try creating Canvases around your ScrollPanel that draw over the border

  • I wanted to remove the border in iframe (when opendocument url)

    Hello
    Recently, I customized the EIS system by using JSP langiuge
    but, I had problem with the border in 'iFrame' Tag when opendocument url was used.
    I executed the opendocument url in iFrame Tag. but iframe's border appeared.
    I wanted to remove the border.  so,  I added frameboder =  'no' on attribute of the iframe.
    but, border still remained.
    ** iframe tag**
    <iframe id="layout" frameborder="0" framespacing=0 marginheight=0 marginwidth=0 scrolling=no vspace=0  src = "<opendocument url>">
    I need your help. T . T

    Yongho, It looks like you are posting your question on the "wrong EIS" page.  This is for Enterprise Inventory and Service Level Optimization.  I think you are referring to a different system.  Correct?

  • Removing the border around a PopUpButton

    Hi,
    Is there a way to remove the border around a PopUpButton,
    especially the vertical border between the label and the "down"
    arrow (such that it looks like one button, not two)? Thanks in
    advance.
    -los

    My response by email got garbled.
    It should look something like this:
    Button.blankButton{
        upSkin: Embed(source='assets/blank_btn_up.png');
        overSkin: Embed(source='assets/blank_btn_over.png');
        downSkin: Embed(source='assets/blank_btn_down.png');
        disabledSkin: Embed(source='assets/blank_btn_disabled.png');
    Harbs

  • How to remove the border of a JSplitPane?

    Hello,
    I'm using NetBeans 6.1 under Mac OS X 10.5.5, JDK6. When I design my GUI, I want to have the splitpanes witouht border. On Mac and Linux it works fine, however, on Windows and the Metal-Look'n'Feel the borders are painted, although I set the border-property in the GUI-designer to "null".
    My question is, can I additionaly manually remove the border? I found [this sample|http://forums.sun.com/thread.jspa?forumID=57&threadID=566152], but I didn't really help me since I don't know how to handle UIResources...
    Thanks in advacne and kind regards
    Daniel
    Edited by: DnlLdck on Nov 7, 2008 7:16 AM

    I guess you could try overriding paintBorder to do nothing.
    If you post a SSCCE that clearly demonstrates your problem, more members are likely to take a look.
    To post code, use the code tags -- [code]Your Code[/code] will display asYour CodeOr use the code button above the editing area and paste your code between the {code}{code} tags it generates.
    I don't know how to handle UIResources...So take time out from whatever you're doing and learn how to use them. They're no different from other classes.
    db

  • Removing the border around buttons in a CS Extension

    Hi,
    I'm creating a new extension for Creative Suite, and all  the buttons I have in the extension are using icons, but there is always a border around the button, which I cannot remove. I have tried changing the borderColor to match the background colour of the Extension, but the border is still there.
    I have attached a screen shot of one of the buttons a add button, in the extension so you can see what I mean. This button should just show the plus icon and not have a border around it. How can I remove this border? I'm using CSS to add the icons to the buttons, even using CSS means I can't remove this border.
    Thanks
    Stephen

    My response by email got garbled.
    It should look something like this:
    Button.blankButton{
        upSkin: Embed(source='assets/blank_btn_up.png');
        overSkin: Embed(source='assets/blank_btn_over.png');
        downSkin: Embed(source='assets/blank_btn_down.png');
        disabledSkin: Embed(source='assets/blank_btn_disabled.png');
    Harbs

  • How can i remove the border of TextField

    Hi,first i set the border of textfield in my program now i want to remove this border and want to set the default border.how can i do that.
    thanks

    try this,
    UIManager.put("TextField.border", new EmptyBorder());
    or maybe set the border part to null. I think it works.
    by the way put this line right at the start of your program so that all text fields will be shown without borders.
    Jim

  • How do i remove the border from the top of an image when my dreamweaver project is shown in IE8?

    Hi,
    I have a simple holding page...
    http://www.mjcaudioservices.com
    When viewed in IE7, the page displays as I have intended, with the image butted up to the very top of the page.  However, I have just upgraded to IE8 and the border "0" setting I have appears to be ignored.
    Does anyone know why this happens in IE8 and how to fix?
    Many thanks

    Star!
    Thank you

  • Can i remove the border around the header?

    the border that is automatically created around the header box is creating an annoying separation between the header and page background.. can i get rid of it?

    Please post some code and/or a link to the page(s) you are talking about. To make sure you get help in the most efficient manner possible, read these posts first:
    http://forums.adobe.com/thread/470404
    http://forums.adobe.com/thread/427712
    Just a wild guess, but if your "header box" is an image that is also a hyperlink, you might want to do a Google search on this very common behavior to find a solution:
    http://www.google.com/search?q=border+around+linked+images+html
    Cheers!

  • How to remove the border of an Adobe Form Image Field

    Hello everyone
    I am using Desinger 8.0.
    Form properties: Preview type = Print Form (One-side):
    I am using an "image field" to include a image from the transaction SE78.
    There is always a box arround the image. How can I remove that box?
    I am using the "Image field" because the image will change depending on conditions.
    Here is my setting:
    Object: Field
                       type    = Image Field
                       Sizing  = Scal Image Proportionally
                Binding
                        Default Binding (Open Save Submit) = $record.GRAPHIC
                        (Graphic is defined in the global area in the interface)
    Layout :
                  AnchorX: 171.477mm  AnchoY: 15.111mm
                  width:       78.175mm  Height :   21.777mm
                   Margins: all at 0mm
                   Caption Position: None
    Border:
               Edges: Edit Together
                           None
                Background fill: None
    Based on my understanding, with border edges to none I should not have any border arround the image But I still have it.
    Any suggestions?
    Regards
    stjacqd

    Hello Raju
    Thank you for your reply.
    Unfortunattely the Field tab doesn't have the Appearance in it.
    The field tab contain only the following Items:
    Type : Image Field
    Caption:
    URL
    Embed Image Data
    Sizing: Scale Image Proportionally
    Presence: Visible
    Locale: Default locale
    There is no item named "Appearance".
    I am using AdobeLiveCycle Designer 8.0
    Version 8.01.3250.1.491864
    Regards
    dstj

  • How to remove the border on an af:InputText in 11g

    My tag looks like this,
    <af:inputText inlineStyle="border-color:white; border-width:0px"/>
    But it did not work.
    The inputText from the JSF HTML library works fine.
    <h:inputText style="border-color:white; border-width:0px"/>

    Hello,
    We will take a look at this and try to reproduce. Just for clarification, are you referring to the visual editor (ie., design time) or the run time?
    thanks,
    --Srini Raman                                                                                                                                                                                                                                                                                                                                                                                       

  • [F8] Tree Component: How can I hide/remove the scrollbar and border?

    I'm using the Tree Component in my Flash 8 Pro - Project. I'm
    trying to customize the look of the Tree component in two ways:
    1. Is there any way to remove the scrollbar from the Tree
    Component?
    2. Can I also remove the Border from the Tree Component?
    I checked the Component Inspector and couldn't find any
    options for the scrollbar nor the border.
    Does anyone know how to do this or could you point me in the
    right direction?
    Thanks

    You can use the Status-4-Evar extension to replace some functionality that was lost withthe removal of the Status bar in Firefox 4.
    Open the Customize window via "View > Toolbars > Customize" or via "Firefox > Options > Toolbar Layout" after you have installed the Status-4-Evar extension and drag the items (Status Text, Progress Meter, Download Status) upon the Add-ons Bar (View > Toolbars > [X] Add-on Bar)
    * Status-4-Evar: https://addons.mozilla.org/firefox/addon/235283/

  • Can't remove portlet border.

    Hi Gurus,
    i'm facing some unexpected behavior with a portlet:
    The portlet appears in the page with a gray border.
    BUT the "show portlet border" checkbox isn't checked in area edit page.
    So, what is happening?
    And how can i remove the border.
    I've already try some stupid things as:
    1)check "show portlet border"
    2)apply changes
    3)Ok
    4)edit area
    5)uncheck "show portlet border"
    6)apply changes
    7)Ok
    but nothing
    Thanks,
    Felippe.

    The portlet calls a jsp page.
    It has been created like all the other, via XML.
    It displays the jsp content correctly but the border around the portlet.
    When i toggle the checkbox "Show portlet border" it makes no difference at all but the "Show portlet header" does.
    Any ideas??
    I'm trying to seek some erros in jsp code.
    thanks,
    Felippe.

  • DreamWeaver Template - How to remove a border?

    Hi Folks,
    I'm a newbie here. 
    I decided to use a dreamweaver template to start my website.  I want to remove the border of the template...as well as to make the Left and Right hand side "margins" the same background color as the webpage... can anyone tell me where to start on this?  Thanks for the help,
    Joe

    For myself, the best place to learn about this sort of thing is staring you in the face... I don't like books.  I find that suffering thru solving things is the best way to learn.  The internet is a very good resource, and taking a course or two never hurt me, though I usually had most courses completed by the second class (I couldn't put this stuff down once I started).
    Dreamweaver is just a tool...one of a few fairly decent ones.  Learning how to use it is nice, but the more important things to learn are the languages of web design, which can be overwhelming to catch and keep up with.  For the basics, I'd say you want to get neck deep into HTML, CSS, and Javascript.
    I don't do web design on a continuous basis... my dealings are more often in the Flash realm. Other folks here may have other recommendations that may be better advice to follow.  You'll probably find a few postings where someone has asked how to learn what, so look around a bit.  If you don't find anything, just ask it straight out as a new posting.

Maybe you are looking for