0903946431
0903946431 Hang
How Do I Put Links On An Image??
I'm really stuck guys on this lol Please help
How do I make a navigation banner with all links on it?
Lets say I have made the this navigation banner.
How on earth do I put links on it so when I click on each button it takes me to: News, Forums, IRC etc...
You can do it with map.
Here some info about it:
http://www.activejump.com/g-6.shtml
http://webdesign.about.com/od/imagemaps/Image_Maps.htm
and here you can find some software to do it:
http://www.freedownloadscenter.com/W...Mapping_Tools/
Download GeoHTML. It's a free, though old, image mapper.
mapping of the image is BAD in terms of SEO and in terms of compatibility with different brawsers and also in terms of size of your page in kb's.
what i would do is cut the image to 2 half, upper and lower. the lower part would be the "buttons line"
then cut the button line into actual buttons
make a table with 2 raws and many columns (as many as your buttons are)
place the top image (the logo one) in the top row (after merging the cells of course)
put each button in a separate cell in the bottom row and add the links to those buttons
make sure you put cellspace=0, cellpad=0, border=0 to your table
also , border=0 to your buttons
this is the best solution i know so far ..
You can also design it using css so that you don't have to use an image map...
Css code is cleaner than image maps, although for a counterstrike or whatever site it really doesn't matter and stats approach works fine.
Just giving you some more options.
How Do I Put Links On An Image??
I'm really stuck guys on this lol Please help
How do I make a navigation banner with all links on it?
Lets say I have made the this navigation banner.
How on earth do I put links on it so when I click on each button it takes me to: News, Forums, IRC etc...
You can do it with map.
Here some info about it:
http://www.activejump.com/g-6.shtml
http://webdesign.about.com/od/imagemaps/Image_Maps.htm
and here you can find some software to do it:
http://www.freedownloadscenter.com/W...Mapping_Tools/
Download GeoHTML. It's a free, though old, image mapper.
mapping of the image is BAD in terms of SEO and in terms of compatibility with different brawsers and also in terms of size of your page in kb's.
what i would do is cut the image to 2 half, upper and lower. the lower part would be the "buttons line"
then cut the button line into actual buttons
make a table with 2 raws and many columns (as many as your buttons are)
place the top image (the logo one) in the top row (after merging the cells of course)
put each button in a separate cell in the bottom row and add the links to those buttons
make sure you put cellspace=0, cellpad=0, border=0 to your table
also , border=0 to your buttons
this is the best solution i know so far ..
You can also design it using css so that you don't have to use an image map...
Css code is cleaner than image maps, although for a counterstrike or whatever site it really doesn't matter and stats approach works fine.
Just giving you some more options.