Hi All,
Just wondering... I have a chunk of code which is reused on many pages. The boss has just told me he wants the displayed elements to look slightly different on some pages. I've designed the HTML to be layout independent but I'd like to know your opinions...
Is it best practise to carry on reusing the same code using CSS to mash things up a bit (inc hiding certain elements) or simply recreate the code excluding these elements?