Skyforger
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Seperate style or stylesheet for footer.phpThnx, feel kinda stupid now how simple it was.
Forum: Plugins
In reply to: Web based timesheet systemNo not really 🙁
Forum: Plugins
In reply to: Web based timesheet systembump
Forum: Plugins
In reply to: [Contact Form 7] How to add line brake on textareaSo it is not possible at the moment ?
Forum: Themes and Templates
In reply to: How do i stop text floating when resizing window ?it is http://www.shinytops.co.uk
And the everything is in the code as i made it from scratch it is an HTML front page.Forum: Themes and Templates
In reply to: How do i stop text floating when resizing window ?It is posted in my first post.
Here it is again. http://pastebin.com/nn0Se92s
Forum: Themes and Templates
In reply to: How do i stop text floating when resizing window ?Please help.
Many sorry’s removed target=”http://localhost/?page_id=2
and seems to be working well now.Forum: Themes and Templates
In reply to: custom html front page won't show pictures !Why can’t i just use the full path of my img or the url ?
Forum: Themes and Templates
In reply to: custom html front page won't show pictures !Thankyou !
So in the future i have to define path way with this line before the image path ?
<?php bloginfo('template_directory');?>Forum: Themes and Templates
In reply to: How do i add sliding doors button to kubricks horizontal navbump
Forum: Themes and Templates
In reply to: How do i add sliding doors button to kubricks horizontal navbump
Forum: Themes and Templates
In reply to: Kubrick theme help with repeat, it should stop at certain placeThank you man! I found them. took me whole day just to sort out the layout.
Forum: Themes and Templates
In reply to: Kubrick theme help with repeat, it should stop at certain placeThank you for your help, but i still don’t get full results.
This is my header.php
http://wordpress.pastebin.com/vvfci89q
with this code
</head> <body <?php body_class(); ?>> <div id="header" role="banner" style="margin:0 auto;"> <div id="headerimg"> </div> </div><div id="page"> <div id="head_nav"> <ul> <?php wp_list_pages('title_li=' ); ?> </ul> </div> <hr />i get this
Forum: Themes and Templates
In reply to: How to remove background image behind my new header imageThnx !