Ask a Question related to Macromedia Dynamic HTML, Design and Development.
-
dkmanley #1
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
-
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... -
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... -
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... -
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???? -
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... -
Murray *TMM* #2
Re: problem inserting image in DIV tag
> it displays in a layer outdide the DIV; weird.
I'll say.
I don't think you did.> I hope I explained this well
> enough.
It sounds like you are using the HALO template - are you? If you are not> <div id="pagecell1">
very comfortable with HTML, CSS, and javascript, you are in for a rough
ride.
Which div did you want it in? Why not just move the code?> 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 --- 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



Reply With Quote

