Jump to content

Parker

Members
  • Posts

    24
  • Joined

  • Last visited

Posts posted by Parker

  1. I'm using 
    <a href="GoIM?ScreenName=A7xAtreyu18VKsE&message=Hello,%20I%20saw%20you%20on%20Myspace.">AIM- A7xAtreyu18VKsE</a>

    for my AIM link on Myspace.com, but everytime I click on it, "http://www.myspace.com/" keeps coming up infront of it and opening a myspace page, not AIM. Help? Am I doing something wrong? (i don't know all that much about html, so be kind. lol)

    search for AIM commands, and besides, thiere is no need for a myspace, myspace is just plain creepy.
  2. My site uses frames, and I want to let people know that not having the most recent NS, IE, FF or Opera browser could ruin thier experience of the site. I already know how to make java alerts and implant cookies, but how would I have the browser check the browser they are using?

  3. Hey I aligned my image to go to the left, but i dont want it to allow the small gap between the leftedge of the page, and the left edge of the image. I posted thne code below, maybe it will help?Thanks in advance

  4. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml">	<head>  <meta http-equiv="content-type" content="text/html;charset=utf-8" />  <meta name="generator" content="Adobe GoLive" />  <title>LeftFrame</title>	</head>	<body>  <img src="GAMMAHOME_03.gif" alt="" height="135" width="630" align="left" border="0">  <style type="text/css">  body {background:url('tile.gif') 823px 0px repeat-x}</style>	</body></html>

    How do i get the image GAMMAHOME_03.gif to fit up against the top right w/o a border?better yet, is there a way to turn GAMMAHOME_03 into a background image as well as tile.gif?

  5. OK heres my problem:I want to have 2 background images tiling, but only the latter of the two will show up. How do i get both to tile together?

    <style type="text/css">body{ background: url('tileg.gif') repeat-x 0px 0px; background: url('tile.gif') repeat-x 863px 8px;}</style>

    as i said, only the tile.gif (latter of the two) will show up when i try this out.Please help,Parker

×
×
  • Create New...