Personal Development for Smart People Forums

Personal Development for Smart PeopleTM Forums

 

Go Back   Personal Development for Smart People Forums > Personal Development > Technology & Technical Skills

Notices

Technology & Technical Skills Computer skills, hardware, software, internet topics, gadgets, programming

Reply
 
Thread Tools Display Modes
Old 04-13-2007, 03:15 PM   #1 (permalink)
Family Member
 
Join Date: Nov 2006
Location: Hawaii
Posts: 1,285
Michelle is on a distinguished road
Default Can Some Geek Please Tell Me How ...

... to line up the Adsense Ads on the left of my blog header perfectly underneath the other things? I am out of ideas ...

A Singer's Life by Michelle Bennett: Essential Knowledge for the Intelligent Singer
Michelle is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 04-13-2007, 03:59 PM   #2 (permalink)
Senior Member
 
Join Date: Nov 2006
Posts: 336
Minsc is on a distinguished road
Default

I can't see them because I blocked them and they won't get unblocked for some reason...

But you could make the site faster:

http://static.flickr.com/23/25822676_789bf55448_t.jpg should be a grayscale jpeg if it isn't.

http://i28.photobucket.com/albums/c2...g76/button.jpg should probably be a gif or png since it only has two colors.

http://www.asingerslife.ch/april12007.bmp should definately be a jpg, or at least a png. (it's 3 megabytes right now)

You should scale april12007.bmp down to 300x435 which are the dimensions specified on your page.
Minsc is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 04-13-2007, 04:02 PM   #3 (permalink)
Banned
 
Join Date: Nov 2006
Location: The Darkness / The Never
Posts: 1,673
Akashic_Librarian is on a distinguished road
Default

Starting a topic called "Can some Geek please tell me..." is hardly the best way to get people to listen to you
Akashic_Librarian is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 04-13-2007, 04:08 PM   #4 (permalink)
Family Member
 
Join Date: Nov 2006
Location: Hawaii
Posts: 1,285
Michelle is on a distinguished road
Default

Those are great tips, Minsc. Thank you so much for having a look.
Michelle is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 04-13-2007, 04:09 PM   #5 (permalink)
Family Member
 
Join Date: Nov 2006
Location: Hawaii
Posts: 1,285
Michelle is on a distinguished road
Default

Quote:
Originally Posted by Akashic_Librarian View Post
Starting a topic called "Can some Geek please tell me..." is hardly the best way to get people to listen to you
Why? What is wrong with it?
Michelle is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 04-13-2007, 04:35 PM   #6 (permalink)
Senior Member
 
Join Date: Nov 2006
Location: Cheshire, UK
Posts: 265
Caveman Joe is on a distinguished road
Default

It's a bit of a funny term. Some people take the word "Geek" as an insult, some others take it as a complement. Either way, it should be used with care.
Caveman Joe is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 04-13-2007, 04:43 PM   #7 (permalink)
Family Member
 
Join Date: Nov 2006
Location: Hawaii
Posts: 1,285
Michelle is on a distinguished road
Default

Quote:
Originally Posted by Caveman Joe View Post
It's a bit of a funny term. Some people take the word "Geek" as an insult, some others take it as a complement. Either way, it should be used with care.
I haven't heard someone use the word "geek" with a negative connotation since the 5th grade. Don't grown-up geeks tend to relish their geekdom as something wonderful, positive, fun and quirky? Anyway, I am not sorry for using the word and I am still thankful for any help.
Michelle is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 04-13-2007, 06:32 PM   #8 (permalink)
Family Member
 
Join Date: Nov 2006
Location: NM, USA
Posts: 1,394
Dharma has a spectacular aura aboutDharma has a spectacular aura aboutDharma has a spectacular aura about
Default

I'm confused... The three horizontal ads right under the menu bar? The left column looks pretty lined up.

Yeah I'm a geek.
Dharma is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 04-13-2007, 06:44 PM   #9 (permalink)
Family Member
 
Join Date: Nov 2006
Location: Hawaii
Posts: 1,285
Michelle is on a distinguished road
Default

Pete! Don't you see that the ads are slightly further to the left than the title, etc?

Please tell me I am not imagining things :-)
Michelle is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 04-13-2007, 07:31 PM   #10 (permalink)
Senior Member
 
Join Date: Nov 2006
Posts: 789
Erki is on a distinguished road
Default

I'm not familiar with blog softwares so I don't know if you can modify the html or only css.

Anyway, this should be the adblock then:
<ul>
<li>
<script type="text/javascript"><!--
google_ad_client = "pub-8236305657817661";
google_ad_width = 728;
google_ad_height = 90;
google_ad_format = "728x90_as";
google_ad_type = "text";
google_ad_channel = "";
google_color_border = "FFFFFF";
google_color_bg = "FFFFFF";
google_color_link = "000000";
google_color_text = "000000";
google_color_url = "000000";
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></li></ul>


I'd make the <ul> into <ul id="googleads"> and make some changes in the css sheet then:
#googleads { padding: 0; margin: 0 0 0 40px; list-style: none; }
#googleads li { margin: 0; padding: 0; position: relative; float: left; display: block; }

I'm not sure about the position, float and display: block things though, if it's wrong then please tell and teach me.

I don't know if this would solve the problem. I just hope.
Erki is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 04-13-2007, 08:01 PM   #11 (permalink)
Family Member
 
Join Date: Nov 2006
Location: Hawaii
Posts: 1,285
Michelle is on a distinguished road
Default

Erki, I love you.
Michelle is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 04-13-2007, 08:11 PM   #12 (permalink)
Senior Member
 
Join Date: Nov 2006
Location: Cheshire, UK
Posts: 265
Caveman Joe is on a distinguished road
Default

@Michelle - I personally tend to take "Geek" as a complement, but it depends on who's saying it.
Just sayin'.
Caveman Joe is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 04-13-2007, 08:21 PM   #13 (permalink)
Family Member
 
Join Date: Nov 2006
Location: Hawaii
Posts: 1,285
Michelle is on a distinguished road
Default

I understand, Caveman. And I meant it in the best, lovingest, kindest way.
Michelle is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 04-14-2007, 07:45 AM   #14 (permalink)
Senior Member
 
Join Date: Nov 2006
Posts: 789
Erki is on a distinguished road
Default

Quote:
Originally Posted by Michelle View Post
Erki, I love you.
Erki is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

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 On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
When all else fails Steve says marry a geek Marierama Business & Financial 5 01-08-2007 12:28 AM
Why Geeks and Nerds Are Worth It... AndyO Social & Relationships 35 11-13-2006 07:28 PM


All times are GMT. The time now is 01:17 PM.


Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.1.0
Copyright © 2010 by Pavlina LLC