Discussion:
Creating Web Page Banner in Dreamweaver
(too old to reply)
Veroshka1
2008-04-08 06:49:15 UTC
Permalink
Not sure if this is the right forum, however am at my wits end with trying to
create a web banner using either an image or flash. How do one create a web
banner using either an image or flash and then get this to resize automatically
when viewed in the web page? Please help!!!
Dooza
2008-04-08 08:44:48 UTC
Permalink
Post by Veroshka1
Not sure if this is the right forum, however am at my wits end with trying to
create a web banner using either an image or flash. How do one create a web
banner using either an image or flash and then get this to resize automatically
when viewed in the web page? Please help!!!
Images don't resize in web pages, they are a fixed size.

Steve
Nick Gray
2008-04-08 09:09:12 UTC
Permalink
Post by Dooza
Post by Veroshka1
Not sure if this is the right forum, however am at my wits end with trying to
create a web banner using either an image or flash. How do one create a web
banner using either an image or flash and then get this to resize automatically
when viewed in the web page? Please help!!!
Images don't resize in web pages, they are a fixed size.
Steve
Not neccessarily, you can resize an image in HTML using <img
src="bannerimg.jpg" width="468" alt=""> (the same is true with Flash) and
the image will be stretched or squashed to 468 pixels wide, and the height
resized propotionally. However this might not be the desired effect, so the
'correct' way is to create the banner image in an image editor or Flash at
the correct dimension that you want to use on the page.

Cheers

Nick
Veroshka1
2008-04-08 10:58:30 UTC
Permalink
thank you for the response... however, if i then wish to use an image (or a
flash file) as a header then how would i apply this in a web page for example
see following as http://www.onenesscentre.org.uk/. appreciate your comments and
help...
Dooza
2008-04-08 12:08:14 UTC
Permalink
Post by Veroshka1
thank you for the response... however, if i then wish to use an image (or a
flash file) as a header then how would i apply this in a web page for example
see following as http://www.onenesscentre.org.uk/. appreciate your comments and
help...
That header is put there with the Javascript library called jQuery. Its
one of the families of AJAX. It doesn't resize like you initially asked.

Steve
Murray *ACE*
2008-04-08 12:31:30 UTC
Permalink
A banner is usually just an image on an HTML page. You place an image on an
HTML page by clicking on the page, and using INSERT | Image.
--
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
==================
Post by Dooza
Post by Veroshka1
thank you for the response... however, if i then wish to use an image (or
a flash file) as a header then how would i apply this in a web page for
example see following as http://www.onenesscentre.org.uk/. appreciate
your comments and help...
That header is put there with the Javascript library called jQuery. Its
one of the families of AJAX. It doesn't resize like you initially asked.
Steve
Continue reading on narkive:
Loading...