Ask a Question related to Macromedia Dreamweaver, Design and Development.
-
guruinthemaking webforumsuser@macromedia.com #1
Banners not aligning properly?
Hi:
I'm new to Dreamweaver and am having a really hard time inserting my banner JPEG into my layout. Even if I insert a table or frame or table within a frame and insert image and align to 'top', the image, when viewed in IE has space around it. Also, when returning to Dreamweaver, the image sometimes is pushed up into my window where I can only see the bottom portion of the banner?? There are no scroll bars on Dreamweaver's window? My banner is about 730 x 150 pixels...
Also, there are sometimes that I can't adjust a frame's dimensions. I use a Mac, but I grab the frame that I want to change, and I can't. Aren't you suppose to be able to do this? I am totally new to the webdesign interface, but am sooooo frustrated with just trying to 'get started'!
I appreciate any and all responses as I've had my head in many, many books and websites and can't find 'the fix' for my banner insertion problem!
Thanks
guruinthemaking
guruinthemaking webforumsuser@macromedia.com Guest
-
banners
Hello, I have a problem with the banners on the site. Some visitors may make it leads to. while others can not (not an isolated case).'s not worth... -
dynamic banners?
Let's say I have an asp based site that on my home page says, "I have 67 clients." This is changed regularly by updating the info through the... -
adding banners
balfourx wrote: You would need to have FTP connection info set up for the remote account, such as ftp host, username and password. Once you have... -
Flash Banners - properly hyperlinking
I had someone provide us with a Flash ad banner which did not have the hyperlink embedded. Is this appropriate? They told me to wrap HTML code... -
Flash Banners
Does anyone have instruction on how to create a flash banner? -
Murray *TMM* #2
Re: Banners not aligning properly?
Make sure you are managing the page margins properly -
Link to an external stylesheet (using DW's CSS editor), or embed a
stylesheet in your code (between <head> and </head>) with the following
style in it (embedded shown for cut-n-paste convenience) (assuming you want
zero margins) -
<style type="text/css">
<!--
body { margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left:
0px; padding:0px; }
-->
</style>
you could also try
body { margin : 0px 0px 0px 0px; padding:0px; }
or
body { margin : 0px; padding:0px; }
as a shorthand method.
This will take care of the margins in IE4+ and NN6. To take care of NN4x,
you will need to use MODIFY | Page Properties... and set the two right hand
margin fields (marginwidth and marginheight) to 0.
--
Murray --- ICQ 71997575
Team Macromedia Volunteer for Dreamweaver MX
(If you *MUST* email me, don't LAUGH when you do so!)
==================
[url]news://forums.macromedia.com/macromedia.dreamweaver[/url] - THE BEST WAY TO GET
ANSWERS
==================
[url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
[url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
[url]http://www.DreamweaverFAQ.com[/url] - DW FAQs, Tutorials & Resources
[url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
==================
"guruinthemaking" <webforumsuser@macromedia.com> wrote in message
news:bepgfo$t4q$1@forums.macromedia.com...banner JPEG into my layout. Even if I insert a table or frame or table> Hi:
> I'm new to Dreamweaver and am having a really hard time inserting my
within a frame and insert image and align to 'top', the image, when viewed
in IE has space around it. Also, when returning to Dreamweaver, the image
sometimes is pushed up into my window where I can only see the bottom
portion of the banner?? There are no scroll bars on Dreamweaver's window?
My banner is about 730 x 150 pixels...a Mac, but I grab the frame that I want to change, and I can't. Aren't you> Also, there are sometimes that I can't adjust a frame's dimensions. I use
suppose to be able to do this? I am totally new to the webdesign interface,
but am sooooo frustrated with just trying to 'get started'!and websites and can't find 'the fix' for my banner insertion problem!> I appreciate any and all responses as I've had my head in many, many books>
> Thanks
> guruinthemaking
>
>
Murray *TMM* Guest
-
guruinthemaking webforumsuser@macromedia.com #3
Re: Banners not aligning properly?
Murray, you are AWESOME!!
I can't believe I finally overcame that hurdle!! Thank you soo much for helping even, 'the beginners!'
Now I can start getting serious about working with my web page!
Thanks,
guruinthemaking :)
guruinthemaking webforumsuser@macromedia.com Guest



Reply With Quote

