<?xml version="1.0" encoding="utf-8"?><!-- generator="wordpress/2.0.4" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Hello finally here</title>
	<link>http://www.jewelswebgraphics.com/archives/2006/hello-finally-here/</link>
	<description>&#171;for all your web design needs&#187;</description>
	<pubDate>Sat, 30 Aug 2008 07:01:57 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.4</generator>

	<item>
		<title>by: Jewel</title>
		<link>http://www.jewelswebgraphics.com/archives/2006/hello-finally-here/#comment-675</link>
		<pubDate>Wed, 01 Mar 2006 17:58:35 +0000</pubDate>
		<guid>http://www.jewelswebgraphics.com/archives/2006/hello-finally-here/#comment-675</guid>
					<description>Hi again,
If you want an effect such as a middle table and background image, you can create a wrapper div that works much the same way as an outer table. you specify the width of the wrapper div (no more than 780 pixels is usual because then it wont scroll if people are using small monitors, and will have space either side on bigger screens). You can make it smaller of course, but pixels are easier to judge than percentages in my opinion. If you want the wrapper to be centred on the screen, you add this to your css: It is the margin, padding text align and width that are important for centring. The body margin of 30px simply gives you a gap of 30px from the top of the screen before your wrapper begins. You can adjust this size to suit.

&lt;code&gt;html, body {margin: 0; padding: 0; border: 0;} &lt;/code&gt;


&lt;code&gt;body {
       margin: 30px auto;
       padding: 0;
      font-size:  ;
     font-family: name of font(s), sans-serif;
     background:#e7e7e7 url(images/yourbackgroundimage.jpg);
     /* base color if desired and path to image url */
    text-align: center;
   color: #333 colour of main text on page goes here ;
	}&lt;/code&gt;


&lt;code&gt;#wrapper {
       background: url(images/yourinnerbackground.jpg) ;
      text-align: left;
      margin: 0 auto;
     padding: 0;
    width: 780px; /* or your choice of size */
	}&lt;/code&gt;


The main wrapper div has simply been called wrapper here, but you can call it anything you like of course. In your html, you would say:

&lt;code&gt; html
head
head content goes here including styles
/head
body
div id="wrapper"
page content goes here...
/div
/body
/html&lt;/code&gt;


Other columns and boxes can be positioned inside your wrapper div as you want them. ( obviously the html will need proper code tags around the head, div etc, but I cant put them in here, or the browser thinks they are real tags and tries to use them.:headbang:</description>
		<content:encoded><![CDATA[<p>Hi again,<br />
If you want an effect such as a middle table and background image, you can create a wrapper div that works much the same way as an outer table. you specify the width of the wrapper div (no more than 780 pixels is usual because then it wont scroll if people are using small monitors, and will have space either side on bigger screens). You can make it smaller of course, but pixels are easier to judge than percentages in my opinion. If you want the wrapper to be centred on the screen, you add this to your css: It is the margin, padding text align and width that are important for centring. The body margin of 30px simply gives you a gap of 30px from the top of the screen before your wrapper begins. You can adjust this size to suit.</p>
<p><code>html, body {margin: 0; padding: 0; border: 0;} </code></p>
<p><code>body {<br />
       margin: 30px auto;<br />
       padding: 0;<br />
      font-size:  ;<br />
     font-family: name of font(s), sans-serif;<br />
     background:#e7e7e7 url(images/yourbackgroundimage.jpg);<br />
     /* base color if desired and path to image url */<br />
    text-align: center;<br />
   color: #333 colour of main text on page goes here ;<br />
	}</code></p>
<p><code>#wrapper {<br />
       background: url(images/yourinnerbackground.jpg) ;<br />
      text-align: left;<br />
      margin: 0 auto;<br />
     padding: 0;<br />
    width: 780px; /* or your choice of size */<br />
	}</code></p>
<p>The main wrapper div has simply been called wrapper here, but you can call it anything you like of course. In your html, you would say:</p>
<p><code> html<br />
head<br />
head content goes here including styles<br />
/head<br />
body<br />
div id="wrapper"<br />
page content goes here...<br />
/div<br />
/body<br />
/html</code></p>
<p>Other columns and boxes can be positioned inside your wrapper div as you want them. ( obviously the html will need proper code tags around the head, div etc, but I cant put them in here, or the browser thinks they are real tags and tries to use them. <img src='http://www.jewelswebgraphics.com/wp-includes/images/smilies/icon_headbang.gif' alt=':headbang:' class='wp-smiley' />
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: *Kerry*</title>
		<link>http://www.jewelswebgraphics.com/archives/2006/hello-finally-here/#comment-673</link>
		<pubDate>Wed, 01 Mar 2006 12:24:27 +0000</pubDate>
		<guid>http://www.jewelswebgraphics.com/archives/2006/hello-finally-here/#comment-673</guid>
					<description>Changed the main page url to http://starlightstudiographics.co.uk/home.php

I have checked validator coming throguh about div aligns and about cell padding and celle spacing not being able to be used with html 4.01??? Oh well I will leave it all, all seems to be working now.

Thanks for your help
Love kerry xx</description>
		<content:encoded><![CDATA[<p>Changed the main page url to <a href="http://starlightstudiographics.co.uk/home.php" title="http://starlightstudiographics.co.uk/home.php">starlightstudiographics.co.uk/home.php&#8230;</a></p>
<p>I have checked validator coming throguh about div aligns and about cell padding and celle spacing not being able to be used with html 4.01??? Oh well I will leave it all, all seems to be working now.</p>
<p>Thanks for your help<br />
Love kerry xx
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: *Kerry*</title>
		<link>http://www.jewelswebgraphics.com/archives/2006/hello-finally-here/#comment-672</link>
		<pubDate>Tue, 28 Feb 2006 19:02:01 +0000</pubDate>
		<guid>http://www.jewelswebgraphics.com/archives/2006/hello-finally-here/#comment-672</guid>
					<description>PS: I got the body stuff removed it was beacause I had used it twice in my include and haeader file and wasn't checking the main include file that I had indexed, lol

Kerry xx</description>
		<content:encoded><![CDATA[<p>PS: I got the body stuff removed it was beacause I had used it twice in my include and haeader file and wasn&#8217;t checking the main include file that I had indexed, lol</p>
<p>Kerry xx
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: *Kerry*</title>
		<link>http://www.jewelswebgraphics.com/archives/2006/hello-finally-here/#comment-671</link>
		<pubDate>Tue, 28 Feb 2006 18:29:03 +0000</pubDate>
		<guid>http://www.jewelswebgraphics.com/archives/2006/hello-finally-here/#comment-671</guid>
					<description>Thanks Jewel.  I have got the tables all in the css with bgr url and dotted classes etc, just wondered if I could get the same effect using divs???

lol sorry for the barage of questions. lol

Thanks for the links :smile:</description>
		<content:encoded><![CDATA[<p>Thanks Jewel.  I have got the tables all in the css with bgr url and dotted classes etc, just wondered if I could get the same effect using divs???</p>
<p>lol sorry for the barage of questions. lol</p>
<p>Thanks for the links  <img src='http://www.jewelswebgraphics.com/wp-includes/images/smilies/icon_smile.gif' alt=':smile:' class='wp-smiley' />
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Jewel</title>
		<link>http://www.jewelswebgraphics.com/archives/2006/hello-finally-here/#comment-656</link>
		<pubDate>Mon, 27 Feb 2006 01:04:56 +0000</pubDate>
		<guid>http://www.jewelswebgraphics.com/archives/2006/hello-finally-here/#comment-656</guid>
					<description>You can still use backgrounds  with css, it doesnt just have to be colours. You can also use tables with css, but as I dont use them I am not as familiar with the codes needed. I suspect you give each table a css class, and then you can specify the background images in the css. For example if you wanted to have an outer table, you could give it a class"outer" so that in the css it could say
&lt;code&gt; .outer: {
background: url(images/mybackground.jpg) border: none;
any other css that applies to this type of table goes here too
} &lt;/code&gt;

and then on the page in the html, your table would have the class="outer" in it. 
&lt;code&gt;table class="outer"&lt;/code&gt;

So basically if you give each different table its own class you can put all the table properties in the css under that class and just label the table with its class in the html. so if you had more than one table using the same background image, you could give them both the same class name. If each table hasd a different background image, you give them different classes and put the bg info into the css. Basically, your tables are the same as divs in css, so you can style them in the css and not in the html itself. It is the same with body background images, fonts used and so on. All this stuff goes in the css in the head, and has a class name in the html.
W3 Schools css info is very handy as a reference, and although it may not talk about tables in the css part, you can still style tables using css, if you must use them. :wink:

Here are some tables resources for you:

http://www.w3.org/TR/CSS21/tables.html

http://joeclark.org/book/sashay/serialization/Chapter10.html

http://www.456bereastreet.com/archive/200410/bring_on_the_tables/</description>
		<content:encoded><![CDATA[<p>You can still use backgrounds  with css, it doesnt just have to be colours. You can also use tables with css, but as I dont use them I am not as familiar with the codes needed. I suspect you give each table a css class, and then you can specify the background images in the css. For example if you wanted to have an outer table, you could give it a class&#8221;outer&#8221; so that in the css it could say<br />
<code> .outer: {<br />
background: url(images/mybackground.jpg) border: none;<br />
any other css that applies to this type of table goes here too<br />
} </code></p>
<p>and then on the page in the html, your table would have the class=&#8221;outer&#8221; in it.<br />
<code>table class="outer"</code></p>
<p>So basically if you give each different table its own class you can put all the table properties in the css under that class and just label the table with its class in the html. so if you had more than one table using the same background image, you could give them both the same class name. If each table hasd a different background image, you give them different classes and put the bg info into the css. Basically, your tables are the same as divs in css, so you can style them in the css and not in the html itself. It is the same with body background images, fonts used and so on. All this stuff goes in the css in the head, and has a class name in the html.<br />
W3 Schools css info is very handy as a reference, and although it may not talk about tables in the css part, you can still style tables using css, if you must use them.  <img src='http://www.jewelswebgraphics.com/wp-includes/images/smilies/icon_wink.gif' alt=':wink:' class='wp-smiley' /> </p>
<p>Here are some tables resources for you:</p>
<p><a href="http://www.w3.org/TR/CSS21/tables.html" title="http://www.w3.org/TR/CSS21/tables.html">www.w3.org&#8230;</a></p>
<p><a href="http://joeclark.org/book/sashay/serialization/Chapter10.html" title="http://joeclark.org/book/sashay/serialization/Chapter10.html">joeclark.org&#8230;</a></p>
<p><a href="http://www.456bereastreet.com/archive/200410/bring_on_the_tables/" title="http://www.456bereastreet.com/archive/200410/bring_on_the_tables/">www.456bereastreet.com&#8230;</a>
</p>
]]></content:encoded>
				</item>
</channel>
</rss>
