I downloaded one that is copyright free. It gave me a file filled wtih sliced up images, and a stylesheet with the CSS. Where do I go from here? The main image is split up, which I don’t understand.
hum.. this is one of those thing that I can explain better Visually.
But let me try. CSS is like a Code, which you link to of your webpage. CSS has all styles defined in it, like Color, font type, where to use which color, like use black in body, font size in body etc.
This way you don’t have to define all this stuff in every single page and makes easy to edit.
Template you downloaded. Just upload it as it on your webserver. Check all html codes for it, look around and you will understand it better. Than you can start modifying it.
and yes, From template you have downloaded, Edit it’s index file, and see how css link is place in it’s header.
i am just imagining the files you have. if you have this files in bundle: images and css file, then that only mean one thing….
your CSS file are calling/using those image files maybe as background design. To give you a hint, search for the image filenames in the text on the CSS file, if you find them, then I am right.
where to go or what to do next?
1. create your html file
2. specify what css you are about to use on your html file
3. then, use that CSS file, presto! use class=”myCSSTable”
*myCSSTable – is just an example of the callable CSS attributes on your CSS template
those images probably are assigned to table, row or column tags 🙂
December 25th, 2007 at 2:38 pm
hum.. this is one of those thing that I can explain better Visually.
But let me try. CSS is like a Code, which you link to of your webpage. CSS has all styles defined in it, like Color, font type, where to use which color, like use black in body, font size in body etc.
This way you don’t have to define all this stuff in every single page and makes easy to edit.
Template you downloaded. Just upload it as it on your webserver. Check all html codes for it, look around and you will understand it better. Than you can start modifying it.
and yes, From template you have downloaded, Edit it’s index file, and see how css link is place in it’s header.
December 27th, 2007 at 11:02 am
i am just imagining the files you have. if you have this files in bundle: images and css file, then that only mean one thing….
your CSS file are calling/using those image files maybe as background design. To give you a hint, search for the image filenames in the text on the CSS file, if you find them, then I am right.
where to go or what to do next?
1. create your html file
2. specify what css you are about to use on your html file
3. then, use that CSS file, presto! use class=”myCSSTable”
*myCSSTable – is just an example of the callable CSS attributes on your CSS template
those images probably are assigned to table, row or column tags 🙂