Public Voice Network
- You're at a party and… 3737
- GIF vs JIF 1212
- sliding top panel wordpre…
- Pic of the Day 7471674716
- Famous Street Artists 1313
- Apple Manufacturing 1212
- the gif animation thread 1845618456
- Amy's Baking Company 112112
- Xbox: New Generation Reve… 6767
- Stag Do - London 44
- Really? 3636
- MILF's and curvy chic… 276276
- Tornado season 112112
- Vid of the Day 1505315053
- TITS GIF 1313
- What are you listening to… 55795579
- LA Life 88
- Star Trek Into Darkness 5858
- iPhone Apps of the Day 9292
- Anywhere in the USA 55
- I ❤ Wood 330330
- CNN Fail of the Day 2727
- The Silk Road 1414
- instagram 655655
CSS coder? Question! Simple. 1010 Responses
Last post: 1 year, 2 months ago | Thread started: Mar 6, 12, 5:40 p.m.
- benfal99
I have a simple question for someone who knows CSS.
What should I add to make the header centered???
the website is over there: http://www.benfal.tv/helpmypixel…
<!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">
<title><?php if ( is_single() ) { single_post_title(); } elseif ( is_home() || is_front_page() ) { bloginfo('name'); print ' | '; bloginfo('description'); get_page_number(); } elseif ( is_page() ) { single_post_title(''); } elseif ( is_search() ) { bloginfo('name'); print ' | Search results for ' . wp_specialchars($s); get_page_number(); } elseif ( is_404() ) { bloginfo('name'); print ' | Not Found'; } else { bloginfo('name'); wp_title('|'); get_page_number(); } ?></title><meta http-equiv="content-type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />
<link rel="stylesheet" type="text/css" href="<?php bloginfo('stylesheet_url'); ?>" />
<?php if ( is_singular() ) wp_enqueue_script( 'comment-reply' ); ?>
<?php wp_head(); ?>
<link rel="alternate" type="application/rss+xml" href="<?php bloginfo('rss2_url'); ?>" title="<?php printf( __( '%s latest posts', 'hbd-theme' ), wp_specialchars( get_bloginfo('name'), 1 ) ); ?>" />
<link rel="alternate" type="application/rss+xml" href="<?php bloginfo('comments_rss2_url') ?>" title="<?php printf( __( '%s latest comments', 'hbd-theme' ), wp_specialchars( get_bloginfo('name'), 1 ) ); ?>" />
<link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
</head>
<body>
<div id="wrapper" class="hfeed">
<div id="header"><p class="alignCenter"><a href="index.html">
</a>
<div id="masthead"><div id="access">
<!--<div class="skip-link"><a href="#content" title="<?php _e( 'Skip to content', 'hbd-theme' ) ?>"><?php _e( 'Skip to content', 'hbd-theme' ) ?></a></div>-->
<?php #wp_page_menu( 'sort_column=menu_order' ); ?>
<?php wp_nav_menu( array( 'sort_column' => 'menu_order', 'container_class' => 'menu-header' ) ); ?>
</div><!-- #access --></div><!-- #masthead -->
</div><!-- #header --><div id="main">
- Mar 6, 12, 5:40 p.m. – Permalink
- benfal99
FUCK! can't make it.
go there: http://www.benfal.tv/helpmypixel…
Login: admin
Pass: qbnCan you look at it.
Hey iam cool iam giving you the temp password, dont fuck it up ;-)

- Dog-earMar 6, 12, 6:04 p.m. – Permalink




