![]() | | ||||||||
| | #1 |
| Japanese Samurai Join Date: Mar 2010 Location: Japan
Posts: 74
Thanks: 15
Thanked 7 Times in 6 Posts
|
Hi all, I'm creating a niche website now for the first time using Dreamweaver and HTML. I'm almost done except I need to place my articles and adsense in but I'm facing this problem. Please look at the attached image for a clear idea. ![]() How do I achieve such a layout for my webpage? I've tried using a layer embedded inside another layer then floating the layer containing the adsense unit to the right but it doesn't work. I've tried using 2 layer to float left and right respectively but it doesn't work either. Also, I had tried using tables using 2 x 2 columns and rows but I cannot merge 3 cells together this way. Anyone know? Please assist, Thanks alot! |
| WayOfSeduction.org - My First Niche Website
| |
| | |
| | #2 |
| Warrior Member Join Date: Mar 2010 Location: Lagos, Nigeria
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
|
I think you should create a table with 100% pixels and set vertical alignment to right. then create another table below that one for your content. I hope this will help. |
|
Join The forum for business minded people and start learning ways of making cool cash. http://www.koboeforum.com "Discover The Secrets To Creating Fast Selling, Profit Packed, Info Products That Sell Like Crazy!" | |
| | |
| | #3 |
| Warrior Member Join Date: Jul 2009
Posts: 17
Thanks: 1
Thanked 0 Times in 0 Posts
|
Please don't propagate table based formatting in web pages. It sounds like you were on the right track with floating things, you'll need to float. Something like this should work CSS: Code: img.floatLeft {
float: left;
margin: 4px;
}
img.floatRight {
float: right;
margin: 4px;
} Code: <body> <img src="sunset.gif" class="floatLeft"> <p>The images are contained with...</p> <img src="sunset.gif" class="floatRight"> <p>This second paragraph has an...</p> </body> For more examples google using "css displaying image with text" |
| RankPay - Don't Pay Until You Rank - The best in SEO Services. RankPay features expert SEO analysis. They will REFUSE your generic keywords and will work with you to pick keywords FREE OF CHARGE. | |
| | |
![]() |
|
| Tags |
| adsense, html, site |
| Thread Tools | |
| |
![]() |