Jump to content


Photo

HTML


  • Please log in to reply
9 replies to this topic

#1 Caseyweederman

Caseyweederman

    Moderator/Corridors of Time Admin

  • Admin
  • PipPipPipPip
  • 1,147 posts
  • Gender:Male

Posted 18 October 2006 - 07:21 AM

Mm, custom google description. Some searches return sites with a description instead of sample text.
How is this done?


Oh yeah, and Dracky, is there any way I could beg a simple comic archive in php from you?

Also, how do you get rid of the margins? There's a margin of about half a dozen pixels at the left and top.

sum day ill eat ur cat ricko...


#2 Drackir

Drackir

    Admin/Project Leader

  • Admin
  • PipPipPipPip
  • 1,519 posts
  • Gender:Male
  • Location:Canada

Posted 01 December 2006 - 11:05 PM

Whoa. I did not see this post.
Okey first of all, for the google thing it is either done using the meta tag "description". Eg. <META NAME="Description" CONTENT="This is my website.">
It could also be using a site map. I have looked into making a site map but I can't seem to find a template or standard format for how to do it.

Yeah, I can make you a php script.

To get rid of margins, use <body marginwidth=0 marginheight=0 leftmargin=0 topmargin=0> that covers IE and all the rest.

#3 Caseyweederman

Caseyweederman

    Moderator/Corridors of Time Admin

  • Admin
  • PipPipPipPip
  • 1,147 posts
  • Gender:Male

Posted 15 December 2006 - 11:39 PM

So I guess you can't use image tags on individual sections of an image map...?

sum day ill eat ur cat ricko...


#4 Drackir

Drackir

    Admin/Project Leader

  • Admin
  • PipPipPipPip
  • 1,519 posts
  • Gender:Male
  • Location:Canada

Posted 17 December 2006 - 04:03 AM

If you mean you want to make an image go on top of another image, no you can't. The only ways to do it are either a) use php (glib) b) use javascript or c) use css.

#5 Caseyweederman

Caseyweederman

    Moderator/Corridors of Time Admin

  • Admin
  • PipPipPipPip
  • 1,147 posts
  • Gender:Male

Posted 17 December 2006 - 12:45 PM

Image map. Make parts of the image go to different places.
If you click in the square that is 366,548,443,605, you get December 5ths comic. But the tag doesn't work. If you hover the mouse it should say "This is true."

Since I'm whining about it, I think it is safe to assume that it doesn't.

sum day ill eat ur cat ricko...


#6 Drackir

Drackir

    Admin/Project Leader

  • Admin
  • PipPipPipPip
  • 1,519 posts
  • Gender:Male
  • Location:Canada

Posted 18 December 2006 - 04:00 AM

Oh, just a plain image map? I thought you wanted to overlay another image on the first image. Yeah they are pretty simple. I stole this from a site, it should give you what you need to know to set it up.

<body>
 ?<img src="trees.gif" usemap="#green" border="0">
 ?<map name="green">
 ? ?<area shape="polygon" coords="19,44,45,11,87,37,82,76,49,98" href="http://www.trees.com/save.html">
 ? ?<area shape="rect" coords="128,132,241,179" href="http://www.trees.com/furniture.html">
 ? ?<area shape="circle" coords="68,211,35" href="http://www.trees.com/plantations.html">
 ?</map>
</body>

Note: You can also use ALT='' and TARGET='' in the Area tags, just like an <a> tag.

I thought you already did this with your site? If this is not what you're looking for please be more specific. :P

#7 Caseyweederman

Caseyweederman

    Moderator/Corridors of Time Admin

  • Admin
  • PipPipPipPip
  • 1,147 posts
  • Gender:Male

Posted 18 December 2006 - 11:19 AM

Tags! Tags! Not html tags but the kind that pop up when you hover the mouse over a link. Alternate text.

<area SHAPE="RECT" COORDS="366,548,443,605" HREF="comic/PM120506.gif" ALT="This is true.">


A little yellow box should pop up and say "This is true." but alas it does not. It works perfectly with normal links, though.

sum day ill eat ur cat ricko...


#8 Drackir

Drackir

    Admin/Project Leader

  • Admin
  • PipPipPipPip
  • 1,519 posts
  • Gender:Male
  • Location:Canada

Posted 18 December 2006 - 02:28 PM

Try TITLE instead of ALT

#9 Caseyweederman

Caseyweederman

    Moderator/Corridors of Time Admin

  • Admin
  • PipPipPipPip
  • 1,147 posts
  • Gender:Male

Posted 18 December 2006 - 05:25 PM

You are my hero also Sam Logan and Jeffry Rowland.

sum day ill eat ur cat ricko...


#10 Drackir

Drackir

    Admin/Project Leader

  • Admin
  • PipPipPipPip
  • 1,519 posts
  • Gender:Male
  • Location:Canada

Posted 23 December 2006 - 01:05 AM

Yeah, ALT is for image tags to replace the image on a text based browser while TITLE is used in <A>nchor tags for the tool-tip text.

Glad I could help. :)




0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users