The "Freeola Customer Forum" forum, which includes Retro Game Reviews, has been archived and is now read-only. You cannot post here or create a new thread or review on this forum.
Also, as I have a pretty large links page on my site, is there a way to make "_blank" the default for links on a specific page (either in HTML or CSS)???
Chars,
Sibs.
> ah, cheers to both of yous... shouldn't be too problematic, as most
> pages have predominantly internal links, but setting the default to
> _blank will be extremely handy for my links page, which is pretty
> massive... I won't have to remember to add the target when adding new
> links anymore. :-)
target="_blank" is depricated HTML. In basic form, it should be target="new", but again, this is being deprecated as the action of oopening a new window is being moved to JS and away from HTML.
Have a read through: [URL]http://www.sitepoint.com/article/standards-compliant-world[/URL]
As you already know, CSS stands for Cascading Style Sheet, you use your CSS for styling how your site looks.
HTML is the data side of things, so you'll just have to put your target="_blank"'s on links which you want.
I'm not sure about a CSS method - Tyla would be a better person to answer that. I think I'm going to get Eric Meyer's (?) book on CSS and teach myself much much more.
Also, as I have a pretty large links page on my site, is there a way to make "_blank" the default for links on a specific page (either in HTML or CSS)???
Chars,
Sibs.