Two Wordpress questions

Discussion in 'WordPress' started by MilMar, Nov 30, 2007.

  1. #1
    Fellow Bloggers,

    I just started my wordpress blog and have messed up my header, there is a break where the header meets the main part or body of the blog, I am using the Mandigo theme - does anyone know how to fix that?

    http://www.MarkEdwardBrown.com

    One other thing I am trying to do is enable wpads, I have it installed but cannot figure out where to put the cond in the sidebar so that it displays properly, has anyone done this with this plug in?

    Thanks in advance,

    Mark Brown
     
    MilMar, Nov 30, 2007 IP
  2. Dan Schulz

    Dan Schulz Peon

    Messages:
    6,032
    Likes Received:
    436
    Best Answers:
    0
    Trophy Points:
    0
    #2
    This is a CSS issue, not a WordPress one. I'm not at home, otherwise I'd be able to tell you how to fix it (I have access to two browsers where I'm at right now, not the dozen I normally use).

    By the way,

    
    		<h1><a href="http://markedwardbrown.com/">Militant Marketer / Warrior Leader</a></h1>
        		<span class="h1 text-stroke-tl">Militant Marketer / Warrior Leader</span>
    		<span class="h1 text-stroke-tr">Militant Marketer / Warrior Leader</span>
    		<span class="h1 text-stroke-bl">Militant Marketer / Warrior Leader</span>
    		<span class="h1 text-stroke-br">Militant Marketer / Warrior Leader</span>
    		<div class="description">
    			<h6>Mark Edward Brown&#8217;s Blog</h6>
        			<span class="h6 text-stroke-tl">Mark Edward Brown&#8217;s Blog</span>
    			<span class="h6 text-stroke-tr">Mark Edward Brown&#8217;s Blog</span>
    			<span class="h6 text-stroke-bl">Mark Edward Brown&#8217;s Blog</span>
    			<span class="h6 text-stroke-br">Mark Edward Brown&#8217;s Blog</span>
      		</div>
    
    Code (markup):
    I know you mean well by this, but the search engines will most likely consider this to be keyword stuffing (if not outright spamming) and ban your site from ther indexes. You should look into rectifying that situation before you get de-listed.
     
    Dan Schulz, Nov 30, 2007 IP
  3. sunnymonkey

    sunnymonkey Peon

    Messages:
    623
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Nice spot Dan!
     
    sunnymonkey, Nov 30, 2007 IP
  4. MilMar

    MilMar Peon

    Messages:
    14
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Hi Dan and Sunnymonkey,

    Good catch, here is how I have fixed it:

    <h1><a href="http://markedwardbrown.com/">Militant Marketer / Warrior Leader</a></h1>
    <span class="h1 text-stroke-tl">Militant Marketer / Warrior Leader</span>
    <div class="description">
    <h6>Mark Edward Brown’s Blog</h6>
    <span class="h6 text-stroke-tl">Mark Edward Brown’s Blog</span>
    </div>

    That should fix that problem shouldn't it?

    Any advice on how to fix my header or wpads problem?

    Mark

    AKA - The Militant Marketer
     
    MilMar, Dec 1, 2007 IP