Ask Experts Questions for FREE Help !
Ask
    chrisbaker4937's Avatar
    chrisbaker4937 Posts: 14, Reputation: 1
    New Member
     
    #1

    Jul 29, 2003, 05:04 AM
    Html help !
    ??

    I have a website for my in laws villa in Florida which I will shortly be updating, I have seen whilst browsing the net another site: -

    www.users.waitrose.com/~elainenicol

    When you click on 'the cottage' you are presented with a floor plan, by clicking on the room you then move to the page with a picture and brief description. I would like to have something similar on my site I do have a copy of the architects floor plan at: -

    http://floridavillarental0.tripod.com/id_27.html

    I would like to reproduce this floor plan on the updated website but cannot view the text on the elainenicol site to see how its done... can anyone help with this please??

    Thanks
    coreybryant's Avatar
    coreybryant Posts: 134, Reputation: 2
    Junior Member
     
    #2

    Jul 29, 2003, 07:28 AM
    html help !
    They are using a map reference. This might help you: http://www.users.waitrose.com/~elainenicol/cottage.htm

    What do you use to create your HTML? If you use DW:
    Choose File > Open, and in the dialog box that appears, navigate to the GettingStarted folder you created, then navigate to Tutorials/Completed and open the file named imagemap_comp.htm. (C:\Program Files\Macromedia\Dreamweaver MX\Samples\GettingStarted\Tutorials)

    In FP:
    Click the graphic.
    On the Pictures toolbar, click the Hotspot button corresponding to the shape you want:.
    *Note: To display the Pictures toolbar, point to Toolbars on the View menu, and then click Pictures.


    chrisbaker4937's Avatar
    chrisbaker4937 Posts: 14, Reputation: 1
    New Member
     
    #3

    Jul 29, 2003, 09:13 AM
    html help !
    Hi Corey,

    Thanks for the info - I originally used a trellix wizard to write my site and then over time have self taught all the additions to the html. I tend to view source on sites and then modify the html to my own ends.

    Therefore I was really looking to see how they created the original floor plans and then the code that goes into the page to send the click to the relevant room. Is the plan created using a 'program' ?

    Sorry - as I said I am self taught and have no specialist programs as you can probably tell from the web site.
    coreybryant's Avatar
    coreybryant Posts: 134, Reputation: 2
    Junior Member
     
    #4

    Jul 29, 2003, 09:17 AM
    html help !
    Well they are just images. They created the images & then used the map area (hot spots) to make areas on that image clickable. The image is created using an image program like Photoshop or PaintShop. And then you use HTML code to make the areas clickable, like they did here (it seems using FrontPage):
    <map name="FPMap1">
    <area target="main" href="groundfl.htm#Hall" shape="rect" coords="86, 147, 182, 262">
    <area target="main" href="groundfl.htm#Bathroom" shape="rect" coords="7, 148, 87, 262">
    <area target="main" href="groundfl.htm#Lounge" shape="rect" coords="181, 149, 286, 263">
    <area target="main" href="groundfl.htm#Bedroom 5" shape="rect" coords="7, 77, 87, 149">
    <area target="main" href="groundfl.htm#Kitchen" shape="rect" coords="86, 78, 197, 148">
    <area target="main" href="groundfl.htm#Dining Room" shape="rect" coords="196, 76, 287, 148">
    <area target="main" href="groundfl.htm#Terrace" shape="rect" coords="6, 18, 287, 75">
    <area target="main" href="groundfl.htm" shape="default">
    <area target="main" href="groundfl.htm" coords="0, 0, 10000, 10000" shape="rect">
    </map>
    theguyfromoz's Avatar
    theguyfromoz Posts: 14, Reputation: 1
    New Member
     
    #5

    Nov 20, 2003, 03:10 AM
    html help !
    Actually, the easiest way to do it is with a program like Photoshop 7 or PhotoImpact that has image mapping built right in. You just load the floorplan into the program and create "hotspots" for each of the rooms by dragging a box around them, then inputting the URL of the page you want to link to. These programs (and some others) will then generate a HTML page for you with the image in it and all the map coordinates properly coded. You can either use that page directly or cut and paste the HTML from the page.

    TONY
    chrisbaker4937's Avatar
    chrisbaker4937 Posts: 14, Reputation: 1
    New Member
     
    #6

    Jun 28, 2004, 12:26 AM
    html help !
    Re the help above - thanks Guys - have been neglecting this for a bit but recently purchased Photo Shop 7 and Paintshop to get going again.

    Especially thanks to theguyfromoz - will try as you suggested tonight !

    LiQuiD8ToRoK - thanks for the link - this used to be a very good site with quick informative responses but will check out your link asap.

    ;)


Not your question? Ask your question View similar questions

 

Question Tools Search this Question
Search this Question:

Advanced Search

Add your answer here.


Check out some similar questions!

Help with HTML. [ 6 Answers ]

okay. So I have my webpage at index.htm and I start building the structure. <html><head><title>my homepage of ittle</title></head> <body> <center><b><u><h1><font color=red> WELCOME! <br size=5 color=pink> now I have a matrix animation using javascript. Then I have a button that says home so...

Css vs. Html [ 9 Answers ]

Ok, I thought there was a thread onthis but I couldn't find it. I wanted to know when I should use CSS and when I should use HTML? I noticed websites that are using CSS are still using HTML, psecifically tables, to do some of there layout. I thought that was a no, no since CSS came out. I am...

Html [ 2 Answers ]

hi, I want to create web pages which should independent of screen resolution, i.e. I develop the page in the screen size 800x600 but when I viewing it in the screen resolution 1024 x 764 then positioning of the page and component on it changes i.e layout changes. How can I prenevt this. Please...

HTML question [ 4 Answers ]

Hello, I would like my website to display the date automatically (without me having to update the page each day) , can anyone let me have HTML to do this ? I can understand that putting the time on the page could be more complicated allowing for time zones but hopefully the date is a bit...

Html [ 1 Answers ]

Howdy I have some files, all of which are .jpg I have FTP them to an AOL web server. Questions: What extension do they now have? If not HTML, how do they get to be HTML which is What I am wanting? And, yes, I am new at this.


View more questions Search