Jump to content
xisto Community

biesbos

Members
  • Content Count

    3
  • Joined

  • Last visited

  1. hi.. here's a exaple of how i tried to localy changing my link colorshave fun!is not valid CSS, and you can't put the link attribute in anything other than the body tag I believe, but all of this should be done in CSS.Code:<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN""http://forums.xisto.com/no_longer_exists/ http-equiv="Content-Type" content="text/html; charset=iso-8859-1"><title>Untitled Document</title><style type="text/css"><!--body {background-color:#0000FF;color:#FFFFFF;}a,a:link,a:visited,a:hover,a:active {color:#FFFFFF;}a.blacklink,a.blacklink:link,a.blacklink:visited,a.blacklink:hover,a.blacklink.active {color:#000000;}--></style></head><body><a href="#">blah</a><table cellpadding="0" cellspacing="0"><tr><td><a href="#" class="blacklink">blah2</a></td></tr></table></body></html>
  2. hi,list what I saw yesterday, a html page with a title when it was loading and when it was done you saw its real title. I started to figure out how they did it. and with succes. here is the codejust give your document it's title and than place this to your vodycodes<body onload = "document.title = 'Title 2'">easy if you see it. but it was a though one greetz Biesbos
  3. hi,here something usefull I think. A few months ago I designed a websitewith pretty much Iframes. but the problem was how to target them.I found the solution. look with me to the codes below, you see the code Iframe. the specific Iframe was given a name with the code name = "yourname".now you can easily target the frame by giving the link code a param target = "yourname".Iframe code:<iframe name = "bob" src = "..."></iframe>linking code:<a href = "..." target = "bob">Click</a>if you have any questions feel free to ask. thats why I'm here greetz Biesbos
×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.