moises911
05-15-2004, 06:05 PM
like if a visitor clicks on it it will open another page with the link. :heart2:
|
View Full Version : How can i make a link in my site open in another page automaticly? moises911 05-15-2004, 06:05 PM like if a visitor clicks on it it will open another page with the link. :heart2: donnamarie 05-15-2004, 06:08 PM put target=blank after the URL, inside the > tag pb&j 05-16-2004, 12:15 AM the corrected code would be to add this to the link tag... target="_blank" a small difference, but it will create the desired outcome better. Monkey Bizzle 05-16-2004, 02:23 AM what's the difference... HTML is so confusing!!! i thought that too but then i tried donnamarie's code and that worked fine too... kittycat 05-16-2004, 02:37 AM _blank will make all links with that target open in new, separate windows. blank will open all links with that target in a new window named 'blank'. The target can be any word really (unless it's targeting frames), though there are a few that with the _ in front have a set target. |