Jump to content

Rustyhands

Member
  • Posts

    69
  • Joined

  • Last visited

Posts posted by Rustyhands

  1. hi everyone :)

     

    I cant seem to center my content on my wordpress site????? Can anyone help please?

     

    heres the page

     

    <?php

    /*

    Template Name: About

    */

    ?>

    <?php get_header(); ?>

     

    <!-- SPLASH -->

     

    <div id="splash">

     

    <div id="splash_left">

    <h2><?php the_title(); ?></h2>

    </div><!-- End OF SPLASH_LEFT -->

     

     

    <div id="splash_right">

    <p><?php echo get_post_meta($post->ID, 'splash_right',true); ?></p>

    </div><!-- End OF SPLASH_RIGHT -->

     

    </div><!-- End OF SPLASH -->

     

    <!-- CONTENT_AREA -->

    <div id="content_area">

    <div id="inner_content_left">

    <!-- get the page content -->

    <?php if(have_posts()) : while(have_posts()) : the_post(); ?>

    <?php the_content(); ?>

    <?php endwhile; ?>

    <?php else: ?>

    <p>There are no posts to display. Try using the search.</p>

    <?php endif; ?>

    </div><!-- End OF INNER_CONTENT_LEFT -->

     

     

     

    </div><!-- End OF CONTACT_BOX -->

     

     

    </div><!-- End OF CONTENT_AREA -->

     

     

    </div><!-- END OF CENTER_COLUMN -->

     

    <?php get_footer(); ?>

  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

    <html xmlns="http://www.w3.org/1999/xhtml" <?php language_attributes(); ?>>

     

    <head profile="http://gmpg.org/xfn/11">

    <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />

     

    <title><?php bloginfo('name'); ?> <?php if ( is_single() ) { ?> » Blog Archive <?php } ?> <?php wp_title(); ?></title>

     

    <link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" />

    <link rel="alternate" type="application/rss+xml" title="<?php bloginfo('name'); ?> RSS Feed" href="<?php bloginfo('rss2_url'); ?>" />

    <link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />

    <script language="JavaScript" type="text/javascript" src="<?php bloginfo('template_url') ; ?>/link.js"></script>

     

    <?php wp_head(); ?>

    </head>

    <body>

    <div id="page">

     

     

    <div id="header">

    <h1><a href="<?php echo get_option('home'); ?>/"><img class="logo" src="<?php bloginfo('template_url') ; ?>/images/logo.gif" alt="" /></a></h1>

    <div id="top_menu">

    <a href="<?php echo get_option('home'); ?>/">Home</a>

    <a href="#">Search</a>

    <a href="http://elecsmart.com.au/electrical-contractors-f-a-q-s/">FAQ</a>

    <a href="#">Contacts Us</a>

    </div>

    <div class="clearer"> </div>

    <ul id="menu">

    <?php wp_list_pages('title_li=<h2>Pages</h2>' ); ?>

    </ul>

    </div>

  3. ok , sorry i m not too sure where the iframe tag is???

     

    <div id='networkedblogs_nwidget_container' style='height:360px;padding-top:10px;'><div id='networkedblogs_nwidget_above'></div><div id='networkedblogs_nwidget_widget' style="border:0px solid #D1D7DF;background-color:#000000;margin:0px auto;"><div id="networkedblogs_nwidget_logo" style="padding:1px;margin:0px;background-color:#edeff4;text-align:center;height:21px;"><a href="http://networkedblogs.com/" target="_blank" title="NetworkedBlogs"><img style="border: none;" src="http://static.networkedblogs.com/static/images/logo_small.png" title="NetworkedBlogs" /></a></div><div id="networkedblogs_nwidget_body" style="text-align: center;"></div><div id="networkedblogs_nwidget_follow" style="padding:5px;"><a style="display:block;line-height:100%;width:90px;margin:0px auto;padding:4px 8px;text-align:center;background-color:#000000;border:0px solid #000000;border-bottom-color:#000000;border-right-color:#0e1f5b;color:#edeff4;font-family:'lucida grande',tahoma,verdana,arial,sans-serif;font-size:11px;text-decoration:none;" href="http://networkedblogs.com/blog/rustyhands_photography/?ahash=0476415389095b6497ea4bde26552a4b">Follow this blog</a></div></div><div id='networkedblogs_nwidget_below'></div></div><script type="text/javascript"><!--

    if(typeof(networkedblogs)=="undefined"){networkedblogs = {};networkedblogs.blogId=216688;networkedblogs.shortName="rustyhands_photography";}

    --></script><script src="http://nwidget.networkedblogs.com/getnetworkwidget?bid=216688" type="text/javascript"></script>

     

     

    Sorry im not too sure where the tag is......

  4. hi peoples :)

     

    i just added a new page to my website. i have added the new page to a link up the top for the FAQ's link. if i make the page public it adds a link to the sidebar which i dont want. is there any way of making the page public without having the FAQ's heading there on the sidebar?

     

    help would be great as i am stumped :(

     

    cheers aaron

     

    w ww.elecsma rt.com.au [remove spaces]

  5. hi peoples out there! :)

     

    i ve just loaded up a new theme to my pages and i cant get the logo in the correct position and get the sidebar menu font to get over to the left and not over take the border.

     

    im super new at this......can anyone help?

     

    My link

     

     

     

    heres what the page says

     

     

     

    /*

    Theme Name:

    Theme URI:

    Description:

    Version: 1.0

    Author:

    Author URI:

     

    */

     

    body{

    background-color:#FFFFFF;

    }

    body, p, td, div, form, input, textarea, h1, h2, h3{

    margin:0px;

    padding:0px;

    text-align:justify;

    vertical-align:top;

    color:#454646;

    font-size:12px;

    font-family:Verdana, tahoma, arial;

    }

    a img{

    border:none;

    }

    ul, ol, li{

    margin:0px;

    padding:0px;

    list-style:none;

    }

    #page{

    width:764px;

    margin:0px auto;

    background:url(images/page_bg.gif) repeat-y left top;

    }

    #header{

    height:331px;

    border-bottom:#14457B solid 2px;

    background:#FFFFFF url(images/header_bg.jpg) no-repeat 262px 117px;

    }

    .logo{

    float:left;

    margin:27px 0px 0px 31px;

    }

    #top_menu{

    float:right;

    padding:60px 7px 0px 0px;

    }

    #top_menu a{

    color:#1B5288;

    font-size:12px;

    font-family:Arial, tahoma, verdana;

    font-weight:bold;

    text-decoration:none;

    padding:0px 0px 0px 8px;

    margin:0px 20px 0px 0px;

    background:url(images/marker1.gif) no-repeat left 4px;

    }

    #top_menu a:hover{

    text-decoration:underline;

    }

    #menu{

    width:261px;

    height:213px;

    margin:32px 0px 0px 0px;

    background:url(images/menu_bg.jpg) no-repeat;

    }

    #menu h2{

    width:0px;

    overflow:hidden;

    }

    #menu li ul{

    padding:6px 0px 0px 23px;

    }

    #menu a{

    color:#043972;

    text-decoration:none;

    text-transform:uppercase;

    font-size:14px;

    font-family:Arial, tahoma, verdana;

    font-weight:bold;

    line-height:35px;

    }

    #menu a:hover{

    text-decoration:underline;

    }

    #sidebar{

    float:left;

    width:261px;

    }

    #sidebar h2, #content h2{

    height:21px;

    padding:5px 0px 0px 23px;

    background-color:#00407D;

    color:#FEFCFA;

    font-size:14px;

    font-family:Arial, tahoma, verdana;

    text-transform:uppercase;

    margin:0px 0px 0px 0px;

    }

    #sidebar li ul{

    padding:0px 0px 20px 22px;

    line-height:20px;

    }

    #sidebar li ul li{

    color:#E87500;

    font-weight:none;

    padding:0px 0px 0px 20px;

    background:url(images/marker2.gif) no-repeat left center;

    }

    #sidebar li ul li a{

    color:#E87500;

    text-decoration:none;

    }

    #sidebar ul a:hover{

    text-decoration:underline;

    }

    #sidebar p{

    padding:0px 20px 12px 20px;

    }

    #sidebar p a{

    color:#E87500;

    }

    #sidebar form{

    padding:12px 20px 0px 20px;

    height:30px;

    }

    #s{

    float:left;

    width:150px;

    height:16px;

    padding:2px 0px 0px 4px;

    border:#66A6D2 solid 1px;

    }

    #searchsubmit{

    float:right;

    height:20px;

    text-align:center;

    border:#66A6D2 solid 1px;

    background:none;

    }

    #content{

    float:right;

    width:501px;

    }

    #content h2{

    clear:both;

    background-color:#E97600;

    }

    #content h2 a{

    color:#060606;

    text-decoration:none;

    }

    #content h2 a:hover{

    color:#FFFFFF;

    }

    .entry{

    padding:0px 22px;

    }

    .entry img{

    float:left;

    margin:0px 18px 10px 0px;

    }

    .entry p{

    margin:0px 0px 10px 0px;

    }

    .entry strong{

    color:#00407D;

    }

    .entry ul{

    float:left;

    margin:0px 0px 10px 0px;

    }

    .entry li{

    color:#003771;

    line-height:18px;

    padding:0px 0px 0px 8px;

    background:url(images/marker3.gif) no-repeat left center;

    }

    .not_found{

    padding:0px 24px;

    }

    .not_found form{

    width:220px;

    padding:14px 0px 0px 0px;

    }

    .more-link{

    color:#003771;

    margin:12px 0px;

    text-decoration:underline;

    }

    .more-link:hover{

    text-decoration:none;

    }

    .postmetadata{

    float:right;

    height:20px;

    padding:0px 22px;

    }

    .postmetadata a{

    color:#00407D;

    font-weight:bold;

    text-decoration:none;

    padding:0px 0px 0px 8px;

    background:url(images/marker3.gif) no-repeat left 5px;

    }

    .postmetadata a:hover{

    text-decoration:underline;

    }

    .commentlist{

    clear:left;

    margin:0px 22px 20px 22px;

    }

    .commentmetadata{

    height:24px;

    }

    .comment_author{

    float:left;

    color:#00407D;

    font-size:12px;

    font-weight:bold;

    }

    .comment_date{

    float:right;

    }

    #commentform{

    margin:0px 22px 10px 22px;

    }

    #commentform label{

    float:left;

    clear:left;

    width:60px;

    line-height:24px;

    }

    #author, #email, #url, #comment{

    width:380px;

    height:16px;

    padding:2px 0px 0px 4px;

    border:#ACACAC solid 1px;

    margin:0px 0px 4px 0px;

    }

    #comment{

    float:right;

    overflow:auto;

    width:440px;

    height:200px;

    margin:0px 0px 10px 0px;

    }

    #submit{

    float:right;

    clear:both;

    cursor:pointer;

    border:#ACACAC solid 1px;

    background:none;

    text-align:center;

    }

    #footer{

    height:20px;

    padding:5px 0px 0px 0px;

    background-color:#00407D;

    color:#8C6739;

    }

    #footer p{

    color:#8C6739;

    text-align:center;

    }

    #footer a{

    color:#FFFFFF;

    text-decoration:none;

    }

    #footer a:hover{

    text-decoration:underline;

    }

    .clearer{

    height:0px;

    overflow:hidden;

    clear:both;

    }

×
×
  • Create New...