4
votes
What is the easiest or fastest way to make CSS render the same in all browsers
First of all you could try a reset, like some other people mentioned here, you can do a quick margin and padding reset with this piece of css:
*{margin: 0; padding: 0}
…
0
votes
Sending values through links (html)
Well this is pretty basic with javascript, but if you want more of this and more advanced stuff you should really look into php for instance. Using php it's easy to get variables from one page to a …
