Iframe style sheet under DW4

Ask a Question related to Macromedia Dreamweaver, Design and Development.

  1. #1

    Default Iframe style sheet under DW4

    Hi everyone,

    got an iframe on my page that looks like this:
    <iframe src="a-texteoscar.htm" name="exemple" width="200" height="195"
    scrolling="no" style="border: none">

    But still there are borders, I have heard I got to delete the border style
    sheet under dreamweaver.
    When I edit style sheet with DW4, there is no specifications for borders or
    iframes.
    The only one where I can make modification on the borders is for the table
    tag.
    Do I need to create a new style sheet for IFRAMES ? If yes how ?
    Or else, does anyone knows how to make modification on iframe borders under
    DW4 ?

    Thank you for assistance.
    Dave.


    Dave Guest

  2. Similar Questions and Discussions

    1. Cascading Style Sheet
      :confused; I just signed up for the free trial of Adobe Contribute (Mac version) to make regular changes to my website, and I need to know how to...
    2. Style Sheet refresh?
      My client wanted more styles to choose from on his news pages. I have created new selections for him as Element styles and have uploaded to site. ...
    3. Style sheet problem
      Hi everyone, I've had to export a whole heap of text from a Quark document so that it ends up in Microsoft Word. The document came across into...
    4. Contribute Style Sheet
      I am having a problem with the style sheet updating for users once i change it. I created some new styles for users to to use but they are not...
    5. [Indesign 2.0.2] Style Sheet
      Hi to all, I have a paragraph wich is assigned a Style Sheet, but at the end of the Sheet's name there is a "+" (if it is as xpress it means that...
  3. #2

    Default Re: Iframe style sheet under DW4

    Dave wrote:
    > Hi everyone,
    >
    > got an iframe on my page that looks like this:
    > <iframe src="a-texteoscar.htm" name="exemple" width="200" height="195"
    > scrolling="no" style="border: none">
    >
    > But still there are borders, I have heard I got to delete the border style
    > sheet under dreamweaver.
    > When I edit style sheet with DW4, there is no specifications for borders or
    > iframes.
    > The only one where I can make modification on the borders is for the table
    > tag.
    > Do I need to create a new style sheet for IFRAMES ? If yes how ?
    > Or else, does anyone knows how to make modification on iframe borders under
    > DW4 ?
    The attribute for borders is "frameborder". For all specifications, look
    here:
    [url]http://www.w3schools.com/tags/tag_iframe.asp[/url]

    You need to keep in mind whether you want an attribute attached to the
    page with the iframe tag, or to the page being brought in. E.g. if you
    have <td><iframe blah blah></iframe></td>, then you might want to give
    the td tags the border instead of the iframe or to the pgae being
    brought in. And you also need to have a link to the style sheet in the
    page you'll get in the frame.

    Finally, don't use that dash in the filename. Use underscore. A dash
    might cause problems.

    HTH

    --
    Dan Vendel - *GOF*
    [url]http://www.vendel.info[/url]
    Contact me directly by clicking here:
    [url]http://contact.vendel.info[/url]
    Formmail tutorial:
    [url]http://www.vendel.info/tut/formmail.html[/url]
    Nested table demonstration:
    [url]http://www.vendel.info/tabletut/[/url]

    Dan Vendel *GOF* Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139