Would it be possible for a little bit of CSS to be used so its easier to spot untouched links and visited links? It would make it easier for people who can't remember if they already clicked on an image (use of a border) easier. Not anything big and fancy just as simple as this:
<style type="text/css" media="screen"><!--
a:link { color: blue; text-decoration: underline } <--- That one can be left out I guess.
a:hover { color: purple; text-decoration: underline }
a:visited { color: purple; text-decoration: line-through }
--></style>
It would make things a little bit easier for those of us who have ADD (kidding)... Ooooohhhh! Pretty lights!
I have to do some redesigning of the style sheet soon, I want to include it in the html document in stead of linking it.. this should give less errors.
sphtman has attention deficit disorder?
I wanna see pretty lights!
Hemi you're so mean. Why must you---Oooooohhhh dancing banana! :: claps :: YAY!
Mickey if you asking about the CSS itself heres a quick explanation.
<style type="text/css" media="screen"><!--
a:link { color: blue; text-decoration: underline } <--- This would make all links have an underline under them.
a:hover { color: purple; text-decoration: underline } <-- This would make the link that you have your cursor over become easily visible.
a:visited { color: purple; text-decoration: line-through } <-- This would put a line through the link to show that you've already clicked it and visited it.
--></style>
Basically it would just make it easier to know what you have clicked on and what you haven't. What Diz-X is talking about is instead of using an include() function it would just be hard coded into the php page itself. This would improve the speed of pages and use less processing power.
Include() is best used for large items, or items that are used over a broad selection of different templates.
Oh also, could it be possible to use a piece of CSS to change the color of the signatures to like a grey so that people can distinguish signatures from the body of the text. Or maybe a horizontal line of some sorts?
wow Diz-X cool avitar..I gotta work on ol Walt and see what i can do..