Wordpress and Webdesign Forum go41 » WordPress Code Snippets

  1. Hi again Joern, sorry for the rash of posts! I'm trying to add a scroll bar of our news stories in between the headline and featured top section and the browse category section.

    It's running from a feedburner piece of code that just animates our wedding news stories, do you know how and where I should add this code in?

    <img src="http://feeds.feedburner.com/IAmStaggeredWeddingNews.1.gif" alt="Staggered Wedding News:" style="border:0">

    Posted 1 year ago #
  2. just above <div id="middle" class="clearfloat"> in index.php

    best to put there a new div like:

    <div id="ticker" class="clearfloat">
    your code
    </div>

    and in style.css add something like for id middle (to be able to modify..)

    #ticker {
    background:none repeat scroll 0 0 #FFFFFF;
    float:right;
    margin:10px 0;
    padding:10px;
    width:920px;
    }

    Posted 1 year ago #
  3. Thanks Joern, that fixed it perfectly. Unfortunately, the headline animator from Feedburner is buggy as hell and made everything impossible to sort out. Your code was ace though!

    Posted 1 year ago #

RSS feed for this topic

Reply

You must log in to post.

Join us! or log in (lost password?):