Go Back   WarriorForum - Internet Marketing Forums > Warrior Support Forums > Website Design
Register Blogs FAQ Social Groups CalendarHelp Desk

Reply
 
LinkBack Thread Tools
Old 03-12-2010, 12:11 AM   #1
Japanese Samurai
 
JayYamada's Avatar
 
Join Date: Mar 2010
Location: Japan
Posts: 74
Thanks: 15
Thanked 7 Times in 6 Posts
Default I need help with Adsense and HTML on my site, Can anyone help?

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
JayYamada is offline   Reply With Quote
Old 03-12-2010, 06:59 AM   #2
Warrior Member
 
Join Date: Mar 2010
Location: Lagos, Nigeria
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Contact Info
Send a message via Yahoo to koboe Send a message via Skype™ to koboe
Default Re: I need help with Adsense and HTML on my site, Can anyone help?

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!"


koboe is offline   Reply With Quote
Old 03-12-2010, 03:07 PM   #3
Warrior Member
 
Join Date: Jul 2009
Posts: 17
Thanks: 1
Thanked 0 Times in 0 Posts
Default Re: I need help with Adsense and HTML on my site, Can anyone help?

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; 
}
HTML:
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>
You'll want to do some moving around using margins and or padding to make the content fit nicely with the text.

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.
naffets77 is offline   Reply With Quote
Reply

  WarriorForum - Internet Marketing Forums > Warrior Support Forums > Website Design

Tags
adsense, html, site

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off



All times are GMT -6. The time now is 02:39 PM.