bluedollar
Programmer
I have an external style sheet that provides default values for all my formatting in my web site.
However I would like to override certain default values, on perticular sections on particular pages.
For example:
echo'<table border="0" cellspacing="0"><tr><th align="left" class="3">Description</th><th align="left" class="3">Num Of Places</th><th align="left" class="3">Price </th></tr>';
On the above line I want to keep the colour/size/font settings in the external style sheet, but I want to align the text left (default is set to right).
Is there a way that I can easily change the formatting for this one line, not the whole page.
Sorry about the simplistic nature of the question, but I am new to CSS.
Any help would be greatly appreciated.
Thanks
Dan
However I would like to override certain default values, on perticular sections on particular pages.
For example:
echo'<table border="0" cellspacing="0"><tr><th align="left" class="3">Description</th><th align="left" class="3">Num Of Places</th><th align="left" class="3">Price </th></tr>';
On the above line I want to keep the colour/size/font settings in the external style sheet, but I want to align the text left (default is set to right).
Is there a way that I can easily change the formatting for this one line, not the whole page.
Sorry about the simplistic nature of the question, but I am new to CSS.
Any help would be greatly appreciated.
Thanks
Dan