Results 1 to 5 of 5

Thread: Need Wordpress Users help..

  1. #1
    Join Date
    Apr 2007
    Location
    India
    Beans
    Hidden!
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Exclamation Need Wordpress Users help..

    Hi all
    I have a WP blog but as I am new to this blogging stuff I don't know much codes So I was wating this page .. and want to know how this guy has done following this ? http://www.taimila.com/?q=node/3

    1. How he has give heading for every topic with underline ? I mean he has give under line in such a way that it separates the topic with other ? while the underline that I do just underline the text ?
    2. How to wrap the codes in those black boxes ?
    3. [OT]Also how to make a image border curved using Gimp ?
    That's all for know ..

    Adios

  2. #2

    Re: Need Wordpress Users help..

    He's just adding a horizontal rule after each title.
    HTML Code:
    <h1>Firefox &amp; Opera - Web browser</h1>
    <p><hr /><br />
    The reverse black console text is just a custom CSS style, probably.
    HTML Code:
    <div class="console">
    sudo cp gaim.png /usr/share/pixmaps/
    </div>
    Ubuntu user #7247 :: Linux user #409907
    inconsolation.wordpress.com

  3. #3
    Join Date
    Mar 2006
    Location
    Seattle, Washington (USA)
    Beans
    Hidden!
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: Need Wordpress Users help..

    It appears that site is running drupal not wordpress.

  4. #4
    Join Date
    Apr 2007
    Location
    India
    Beans
    Hidden!
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: Need Wordpress Users help..

    Quote Originally Posted by K.Mandla View Post
    He's just adding a horizontal rule after each title.
    HTML Code:
    <h1>Firefox &amp; Opera - Web browser</h1>
    <p><hr /><br />
    The reverse black console text is just a custom CSS style, probably.
    HTML Code:
    <div class="console">
    sudo cp gaim.png /usr/share/pixmaps/
    </div>
    Hey thanks.. That Horizontal rule working but that console 1 is not working ... You got a gr8 blog.. Mine is http://tuxenclave.wordpress.com/ I am fed up pf Wordpress.com is there a way so that I can shift my whole blog to Wordpress.org ? on a free Blog Hosting ? I don't want to loose my stats comments and posts

  5. #5
    Join Date
    Feb 2008
    Location
    Aurora, CO
    Beans
    16
    Distro
    Ubuntu 7.10 Gutsy Gibbon

    Re: Need Wordpress Users help..

    Quote Originally Posted by Dark Star View Post

    How he has give heading for every topic with underline ? I mean he has give under line in such a way that it separates the topic with other ? while the underline that I do just underline the text ?
    As said above looking at the page source he is using the <hr> (horizontal rule) code.

    Quote Originally Posted by Dark Star View Post
    How to wrap the codes in those black boxes ?
    This is done with CSS. You need to add to your CSS a div tag either ID or class (most likely class) and then put the code for the box in the CSS style code markup. Here's just a brief example something very easy and off the top of my head...

    Code:
    .box {
          width: 500px;
          height: 50px;
          background-color: #000000;
          color: #FFFFFF;
    }
    That is of course just something as a hint. But you get the idea on it.

    As for moving your wordpress blog there are a few questions you need to answer before its clear how it can or cannot be moved. Sometimes with free sites its not as easy as when you have paid for hosting.

    1. Do you use FTP to upload any files to the site or better yet do you have FTP access to the wordpress install you have?
    2. Are you able to download all the files off your free wordpress pages via FTP?
    3. Does the free server you want to go to support you uploading & configuring your current wordpress files?
    4. Do you have access to the MySQL database so you can back it up & download it?

    In order to move a wordpress site including the database you need to pretty much have access to everything on the site including backend functions. If not then there is little to no way to move the site. Unless you can get the site owners to move it for you or back it up for you and send it to you via e-mail or something. Its always best to purchase your own hosting, its so much easier to have your site and have full access to these things. There are many hosting companies that are quite affordable these days.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •