View Single Post
Old 04-12-2008, 12:16 PM   #6 (permalink)
btcollins
Junior Member
 
btcollins's Avatar
 
Join Date: 01-14-08
Location: Midwest
Posts: 24
iTrader: 0 / 0%
Latest Blog:
None

btcollins is liked by many
Wow Hi Guys

I am glad I found this thread

I am trying to do the same thing

I managed to put a starry black background on my blogs using my own image and

<STYLE type="text/css">
BODY { background: url("Background.jpg") }
</STYLE>

In the main index template

I also managed to edit the header text

but I want to remove the default header all together

and replace it with my own image and text

Right, so I have to edit the header template

and upload my own image

Would I have to edit the main index page template too?

Additional:

I just logged in to my WordPress Blog Admin

I went to the theme editor and I am looking at the header

It is these parts I would have to change right?


?>
#page { background: url("<?php bloginfo('stylesheet_directory'); ?>/images/kubrickbg-<?php bloginfo('text_direction'); ?>.jpg") repeat-y top; border: none; }
<?php } else { // No sidebar ?>
#page { background: url("<?php bloginfo('stylesheet_directory'); ?>/images/kubrickbgwide.jpg") repeat-y top; border: none; }
<?php } ?>





<div id="header">
<div id="headerimg">
<center>
<br><br>



Or upload my own images with the same filemanes

kubrickbg
kubrickbgwide
headerimg

But what is this part and what does it do?

#page { background: url("<?php bloginfo('stylesheet_directory');

Do I have to change my stylesheet or something?

Last edited by btcollins : 04-12-2008 at 12:37 PM.
btcollins is offline   Reply With Quote