Eleocu Posted November 4, 2006 Share Posted November 4, 2006 I try to use an image as background I edited the header.php and by adding the background="myimage.jpg" and loaded the image in the same folder as the header file but is not showing...Can somebody tell help me? Link to comment Share on other sites More sharing options...
ufa57 Posted November 4, 2006 Share Posted November 4, 2006 Forget editing the header. Wrap your whole page into a div tag and then edit your background image from your stylesheet. Make sure you set the page layout within the div to be transparent. i.e. .innerpagelayout { background: transparent; }. Place the image you want displayed in your body tag, i.e, BODY { background-image: url('http://whateveraddress.gif'); } Good Luck! Link to comment Share on other sites More sharing options...
nickdistribution Posted November 4, 2006 Share Posted November 4, 2006 I try to use an image as backgroundI edited the header.php and by adding the background="myimage.jpg" and loaded the image in the same folder as the header file but is not showing...Can somebody tell help me? After loading the image did you do a refresh? Link to comment Share on other sites More sharing options...
Phr33x Posted December 4, 2006 Share Posted December 4, 2006 I try to use an image as backgroundI edited the header.php and by adding the background="myimage.jpg" and loaded the image in the same folder as the header file but is not showing...Can somebody tell help me? Do you mean like this ? where I use a background image (simple gradient) repeated on the x-axis. Link to comment Share on other sites More sharing options...
Duket Posted September 14, 2007 Share Posted September 14, 2007 Do you mean like this ? where I use a background image (simple gradient) repeated on the x-axis. Can you show me how did you do that? I'd try to edit in the stylesheet.css but couldn't get it to work. tks. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.