How can I make a link remove the stylesheet on my page, so one doesnt show up? If that makes any sense...You can do this either with a server-side language or with JavaScript, or both. You might also want to use cookies, as if it were a style switcher.
<a href=http://www.webdeveloper.com/forum/archive/index.php/"current_page.pl?nocss" onclick="document.getElementsByTagName('LINK')[0].href=''; return false;">Remove styles</a>.Thank you Jona! this script it´s so cool for me too.
My page it´s all based in css, take a look (if u want): <!-- w --><a class="postlink" href="http://www.juanramon.org">www.juanramon.org</a><!-- w --> (<!-- m --><a class="postlink" href="http://www.juanramon.org">http://www.juanramon.org</a><!-- m -->)
Thank you again.
<a href=http://www.webdeveloper.com/forum/archive/index.php/"current_page.pl?nocss" onclick="document.getElementsByTagName('LINK')[0].href=''; return false;">Remove styles</a>.Thank you Jona! this script it´s so cool for me too.
My page it´s all based in css, take a look (if u want): <!-- w --><a class="postlink" href="http://www.juanramon.org">www.juanramon.org</a><!-- w --> (<!-- m --><a class="postlink" href="http://www.juanramon.org">http://www.juanramon.org</a><!-- m -->)
Thank you again.