how do you add a table (plus cells) in a css style sheet? (p.s. i am totally new in all this stuff)
thanks!you add the table in your (x)html. the styling of the table is done with css. check the following url and Download some of the css files to see how the styling is done: CSS Table Gallery (<!-- m --><a class="postlink" href="http://icant.co.uk/csstablegallery/index.php">http://icant.co.uk/csstablegallery/index.php</a><!-- m -->)
also check Styling tables with CSS (<!-- m --><a class="postlink" href="http://www.timrivera.com/tests/csstables.html">http://www.timrivera.com/tests/csstables.html</a><!-- m -->)i'm trying to create a web site with a side bar. is it possible to add the side bar (which includes pictures and text like quotes) in the css style sheet? if not, how are you meant to do it if you update the side bar like, daily?CSS is only for layout, nothing else. The rest, adding pictures and quotes and sush are done inside your html document.
I suppose with the daily sidebar updating you mean if you have multiple of sites and you only want to update your sidebar once, instead of updating it on every single page....
If that is the case then there are 2 ways as I can see it:
Either you use a server client side script (for php or for asp) using "include" (for php at least).
Or if your webhotel only support pure html then I guess "Iframe" is the only option
thanks!you add the table in your (x)html. the styling of the table is done with css. check the following url and Download some of the css files to see how the styling is done: CSS Table Gallery (<!-- m --><a class="postlink" href="http://icant.co.uk/csstablegallery/index.php">http://icant.co.uk/csstablegallery/index.php</a><!-- m -->)
also check Styling tables with CSS (<!-- m --><a class="postlink" href="http://www.timrivera.com/tests/csstables.html">http://www.timrivera.com/tests/csstables.html</a><!-- m -->)i'm trying to create a web site with a side bar. is it possible to add the side bar (which includes pictures and text like quotes) in the css style sheet? if not, how are you meant to do it if you update the side bar like, daily?CSS is only for layout, nothing else. The rest, adding pictures and quotes and sush are done inside your html document.
I suppose with the daily sidebar updating you mean if you have multiple of sites and you only want to update your sidebar once, instead of updating it on every single page....
If that is the case then there are 2 ways as I can see it:
Either you use a server client side script (for php or for asp) using "include" (for php at least).
Or if your webhotel only support pure html then I guess "Iframe" is the only option