Computer problems,Computer help
*AX SOFT>>>Programming & Design

How can I make an image that contains HTML?


I want to make an image that has HTML links within it on different parts of the image.
If that makes sense.

Basically, it should be a big square with other pictures and text on it and some links. Like a mini website navigation page.

If anyone understands what I'm talking about I'd appreciate any information!

Two options, either split/slice the image into different sections (with adobe imageready if you have it) or manually, and assign a link to each of the individual images created and reassemble them in an html table.
Or, probably what you want to do:
http://www.w3schools.com/tags/tag_area.a... defining areas of an image to have differnet links. The HTML <area> tag - Defines a region in an image map.

The way to do this is a so-called "image map".

Here is a good link explaining it:
http://www.w3schools.com/tags/tag_map.as...

Here is a small demo to help you get the hang of it:
http://www.w3schools.com/tags/tryit.asp?...

If you are using dreamweaver then there is a built in image map generator (as with all good web editors actually)

Tags
  General - Computers & Internet   Software   Security   Programming & Design   Facebook   Flickr   Google   MSN   MySpace
Related information
  • Anybody ever click on a website and see nothing but Question marks?????????? Like literally what I just typed?

    Yes, depending on your browser, it may replace unknown characters with questionmarks. Either they did not specify the correct character set in the header of the HTML or you do not have the proper c...

  • What is a README file?

    The teacher who asked you to do this home work needs clear instructions on how your program needs to be executed. These instructions u need to write on the Readme file. Thats what the teacher meant...

  • What computer language is used with a PLC on an assembly line?

    Programmable logic controllers can be programmed using different development platforms. One common development platform is called relay ladder logic (RRL). Ladder logic is a programming language ba...

  • What's the code you'd use in a simplified division function?

    div(x,y) say you wanted to do x / y for example 9 / 2 int result = 0; while(x > y){ x = x - y; ++result; }; int remainder = x; that would work like: while 9 > 2 ...

  • C++ help! why a number 1 keeps on popping up in my priming read?

    cout << "Enter region: " << regions; because of that ... The program is OK ... but there's some changes will make shorter ... instead of writing the 4 using:...

  • What's the difference between URL, Direct Link, HTML and IMG???

    url = universal resource location direct link = the direct link to the source html = hyper text transfer protocol img = image

    ...
  • Questions removed?

    Did it have any answers? If it expires, with no answers, a question gets deleted. If more than one person considered to be a "reliable user" reports a question, then it will automatic...

  • What would be the pseudo code for this piece of Visual Basic code that is underneath???

    start function Load if gfGetYellow is false then exit function for li as 1 to the last element of laParkData if the value of the li'th item at position 1 in laparkdata is not equal t...

  •  

    Categories--Copyright/IP Policy--Contact Webmaster