GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   quick wordpress coding question!!!! (https://gfy.com/showthread.php?t=671428)

tytyguy 10-28-2006 09:34 PM

quick wordpress coding question!!!!
 
i just made a blog at http://www.lizviciousfan.com i would like to have a picture in the background at the top behind the title, how do i do this in the php code?

OTerror 10-28-2006 09:37 PM

checkout header.php?

OG LennyT 10-28-2006 09:38 PM

Quote:

Originally Posted by OTerror (Post 11179280)
checkout header.php?

what he said

tytyguy 10-28-2006 09:40 PM

i know that. i dont know where to insert the image. heres the end of the header.php

</head>
<body>

<div id="page">


<div id="header">
<h1><a href="<?php echo get_settings('home'); ?>"><?php bloginfo('name'); ?></a></h1>
<div class="description"><?php bloginfo('description'); ?></div>
</div>
<img src="images/line.gif" width="433" height="1" alt="" />

DjSap 10-28-2006 09:41 PM

go into css and put a background image into the header css

tytyguy 10-28-2006 09:42 PM

alright, will mes around wit it

tytyguy 10-28-2006 09:45 PM

like this?
#header {
background-color: black;
backround-image: images/header.jpg;
}

tytyguy 10-29-2006 12:12 AM

anyone? ....


All times are GMT -7. The time now is 12:45 PM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123