Complete n00b over here, really need some help..

M-Ko

New Member
I don't know if I'll be condemned for this but I've always used fireworks when messing with site editing.

I've come across a problem though, inserting an HTML code which I've never done. I own dreamweaver but have no idea how to properly insert this code I want into the fireworks site. PLEASSSSSE HELP.

-----------

fireworksdesign.jpg


is what it looks like now, I want it to look like:

fireworksdesign2.jpg
 

M-Ko

New Member
You want to embed a google map? just an image? Post the page markup or a live url.
Yes, I want to embed a google map.

<iframe width="425" height="350" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.com/maps?f=q&amp;source=s_q&amp;hl=en&amp;geocode=&amp;q=241st+Street,+New+York,+NY&amp;aq=2&amp;sll=37.0625,-95.677068&amp;sspn=55.455479,79.013672&amp;ie=UTF8&amp;hq=&amp;hnear=241st+St,+Queens,+New+York+11362&amp;t=h&amp;z=14&amp;ll=40.759328,-73.742022&amp;output=embed"></iframe><br /><small><a href="http://maps.google.com/maps?f=q&amp;source=embed&amp;hl=en&amp;geocode=&amp;q=241st+Street,+New+York,+NY&amp;aq=2&amp;sll=37.0625,-95.677068&amp;sspn=55.455479,79.013672&amp;ie=UTF8&amp;hq=&amp;hnear=241st+St,+Queens,+New+York+11362&amp;t=h&amp;z=14&amp;ll=40.759328,-73.742022" style="color:#0000FF;text-align:left">View Larger Map</a></small>
 

Jordan Foreman

New Member
Correct me if I'm wrong, but isn't fireworks for designing? If you're going to want to embed something like a Google Maps viewer, you're first going to have to actually have a webpage to embed it into. As far as the design goes, you should be just fine throwing an image in there for now.

When you actually CODE the page in HTML, you're going to want to place the <embed> object in there
 
Top