Css styling with html?

You can solve this by changing the TD's into TR's. (This changes it from two columns to two rows).

I can't see it thanks – tintincutes Aug 9 '10 at 16:41 It's in the upper right corner when you edit your question, it explains how you can type the lines properly. But I changed it for you already... :-) – Tom Wijsman Aug 9 '10 at 16:53.

If you're just using the table for laying out individual elements, you can (and should) use CSS for that. Just make 'td's into divs, and they'll be laid out one below the other automatically. Then, if you want to change positioning later on, you can just update your CSS instead of rearranging table structure.

I found a nice series of helpful tutorials at htmldog.com/guides/ when changing layouts from table-based to css-based.

I have css actually. But I'm not sure if this is the one: #content-right{ vertical-align:top;} how can I change it in the css? – tintincutes Aug 9 '10 at 17:02 please see my edited question – tintincutes Aug 9 '10 at 17:07 Yeah I was going to take a stab at this, but then I saw it uses tables for layout.

– Stephen P Aug 9 '10 at 17:59 Are you looking for floats? Like, something that floats on the right side of its container, or just right alignment? Subcide.Com/articles/creating-a-css-layout-from-scratch/P6 – Shawn D.

Aug 9 '10 at 18:10.

Instead of using tables, you can use s to build your boxes. Elements, by default, align one after another... but you can use CSS to style them and position them as you would like. Check out the following link to see what I did with your design.

hristo.oskov.com/wp-content/uploads/2010... If you have questions about what I did or how I did it, let me know and I'll be happy to explain in full detail. Hope this helps!

Thanks Hristo that's what I did but it went down to the very bottom. I would like to have it stayed in the right side. My page has 2 columns & I would like to have it on the right side column how can you do that?

Thanks – tintincutes Aug 9 '10 at 16:51 @tintincute... look at my update. Let me know if that is what you were looking for. – Hristo Aug 9 '10 at 18:01 @Hristo: you made it even more better;-) The greenbox at the bottom you made it in the center and longer.

But its ok. I will study this code and will understand. Thanks for your help.

But this is just supposed to be in the first column. – tintincutes Aug 10 '10 at 8:26 @tintincute... the reason behind what I did was because I put the circle graphic and the "Green Living Tip"s next to each other, which means the width of the total page is now 900px instead of 600px like before, so I extended the bottom to match that. I could go back to the previous width if you want and just keep the "Green Living Tip"s kind of floating to the right?

– Hristo Aug 10 '10 at 12:46 @Hristo: thanks I would like to see that. Or now I can actually changed it directly right? – tintincutes Aug 10 '10 at 14:06.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions