• Hi, im going to open a wordpress blog but i’m preparing its desing making a theme. Since I’ve had problems i decided to start from another theme. Please, tell me a very very basic theme; as basic as possible. The only thing a want is a right sidebar because that’s were i’m having trouble.

    My other problem is that i can’t add a banner to my blog. I used <img src=””> but nothing seems to happen. Please help me.

    I will apreciate your replies.
    Thanks a lot.

Viewing 6 replies - 1 through 6 (of 6 total)
  • Just browse through the theme directory and find a basic theme with a right sidebar.

    If you want more than one banner ad, a banner ad plugin may be what you are looking for.

    Post a link to your blog and I will take a look at your code to see why the banner won’t display.

    Thread Starter mayansoldier

    (@mayansoldier)

    thanks!
    i am using a dummy wordpress instaled on my pc for now, while i finish fixing my site so i cant give you an url. Sorry!
    Thanks again for the plugin

    Are you sure you are referring to a banner, as opposed to a “logo” image?

    Thread Starter mayansoldier

    (@mayansoldier)

    I’m adding a logo for my webpage, but i can’t

    Thread Starter mayansoldier

    (@mayansoldier)

    here’s a copy-paste of my logo code

    <div id=”header”>
    <img src=”images/slimscenelogo.jpg” alt=”SlimScenelogo” />

    </div>

    I’m sure the directory is correct, I don’t know whats happening

    Sorry, didn’t realise you meant site logo.

    You could always add the logo via CSS.

    #header{
    	height:80px;
    	width:976px;
    	background:url(images/slimscenelogo.jpg) no-repeat;
    }

    Or if you want to place an image in the div try adding the height and width of the image.

    <img src="images/slimscenelogo.jpg" alt="SlimScenelogo" height="80px" width="976px" border="0" />

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Tell me a very basic theme – How to add banner?’ is closed to new replies.