problem inserting image in DIV tag

Ask a Question related to Macromedia Dynamic HTML, Design and Development.

  1. #1

    Default problem inserting image in DIV tag

    To match corp font styles and look, I tried loading font and that didn't work
    (font not avaialble) so I decided to insert a FW graphic instead. The HTML is
    based on a DW provided template but when I inserted image bewteen the div tags
    it displays in a layer outdide the DIV; weird. I hope I explained this well
    enough. Here is the div without the image and with. The div I want to insert
    the image in is <div id="pageName"></div>

    Without:
    <div id="pagecell1">
    <div id="pageName"></div>
    <div class="style1" id="content">
    <div class="feature"> .....................

    With:
    <div id="pagecell1">
    <div id="pageName"><img
    src="../../../images/Products/2300/2300_title.jpg"></div>
    <div class="style1" id="content">
    <div class="feature">


    dkmanley Guest

  2. Similar Questions and Discussions

    1. Inserting Image
      I select Insert Image from My Computer. The image is a .jpg and is < 1MB. I can then see the image on the page being edited. However, when I publish...
    2. Inserting an Image into a Column
      Hi All, I want to know how to insert an image into a datagrid column. I am using the following method to create a DataTabel which I then add to...
    3. Inserting image into PDF document
      We have a product manual which has our old logo in the bottom left hand corner, we want to insert the new logo over the top without having to...
    4. Inserting an image into a pdf file
      I am trying to insert a jpg into a pdf file I am working on. What are the steps I must take to do this????
    5. Inserting image into mysql
      hi i created a table and a field with blob datatype. now i want to insert an image into the mysql database. can it be achieved...if yes then...
  3. #2

    Default Re: problem inserting image in DIV tag

    > it displays in a layer outdide the DIV; weird.

    I'll say.
    > I hope I explained this well
    > enough.
    I don't think you did.
    > <div id="pagecell1">
    It sounds like you are using the HALO template - are you? If you are not
    very comfortable with HTML, CSS, and javascript, you are in for a rough
    ride.
    > With:
    > <div id="pagecell1">
    > <div id="pageName"><img
    > src="../../../images/Products/2300/2300_title.jpg"></div>
    > <div class="style1" id="content">
    > <div class="feature">
    Which div did you want it in? Why not just move the code?

    --
    Murray --- ICQ 71997575
    Team Macromedia Volunteer for Dreamweaver
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    [url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
    [url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.dwfaq.com[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
    ==================


    "dkmanley" <webforumsuser@macromedia.com> wrote in message
    news:do1fv7$kdc$1@forums.macromedia.com...
    > To match corp font styles and look, I tried loading font and that didn't
    > work
    > (font not avaialble) so I decided to insert a FW graphic instead. The HTML
    > is
    > based on a DW provided template but when I inserted image bewteen the div
    > tags
    > it displays in a layer outdide the DIV; weird. I hope I explained this
    > well
    > enough. Here is the div without the image and with. The div I want to
    > insert
    > the image in is <div id="pageName"></div>
    >
    > Without:
    > <div id="pagecell1">
    > <div id="pageName"></div>
    > <div class="style1" id="content">
    > <div class="feature"> .....................
    >
    > With:
    > <div id="pagecell1">
    > <div id="pageName"><img
    > src="../../../images/Products/2300/2300_title.jpg"></div>
    > <div class="style1" id="content">
    > <div class="feature">
    >
    >

    Murray *TMM* 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