<? DEW-CODE.COM  

Downloads

Assorted scripts  (1)
DewNewPHPLinks  (9)





Lost Password?
No account yet? Register

Dew-Code Newsfeed

Resources


 USdigitalcable.com

Dew-Code
Welcome, Guest
Please Login or Register.    Lost Password?
Re:Change page size and background image (1 viewing) (1) Guest
Go to bottom Post Reply Favoured: 0
TOPIC: Re:Change page size and background image
#1314
scary05 (User)
Fresh Boarder
Posts: 7
graphgraph
User Offline Click here to see the profile of this user
Change page size and background image 1 Year, 11 Months ago Karma: 0  
Hello Dew


I just install your script, but I want to make some customization

I use the rain-forest theme as base, I change the background for my own creation

Question 1
I want to use my large background without repeat, i try this code but it not working

in the file style.css
Code:

BODY { background-image: url(bg_link.jpg) no-repeat;
The result the background just missing ??????? Question 2 For the same reason the contain of all my page is to large (default as original install file)I want to have a maximum of 75% of contain in horizontal page Where I cant change the body size, where is the body attribut Thank for your help
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#1315
Dewed (Admin)
Admin
Posts: 603
graph
User Online Now Click here to see the profile of this user
Dew-Code.com
Re:Change page size and background image 1 Year, 11 Months ago Karma: 9  
The opening body tag is near the top of the "directory" file as you may know the directory file is a PHP script, lacking the .php file extension.

Assuming your bg_link.jpg image file is in the /themes/rain-forest/ directory,

edit the style.css file there with

Code:

body { background-image: url(bg_link.jpg); background-repeat: no-repeat; width: 76%; margin-left: 12%; margin-right: 12%; }
 
Report to moderator   Logged Logged  
 
Nothing to it but to Dew it !
Dew-Code.com
  The administrator has disabled public write access.
#1316
scary05 (User)
Fresh Boarder
Posts: 7
graphgraph
User Offline Click here to see the profile of this user
Re:Change page size and background image 1 Year, 10 Months ago Karma: 0  
Dewed wrote:
QUOTE:
The opening body tag is near the top of the "directory" file as you may know the directory file is a PHP script, lacking the .php file extension.

Assuming your bg_link.jpg image file is in the /themes/rain-forest/ directory,

edit the style.css file there with


Code:

body { background-image: url(bg_link.jpg); background-repeat: no-repeat; width: 76%; margin-left: 12%; margin-right: 12%; }
Yes this it about image. It working perfect, thank for you help again, now it much better. Best regard.
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
Go to top Post Reply
get the latest posts directly to your desktop
Outsource your projects to thousands of programmers at
ScriptLance.com
Newsflash
Interested in
advertising?

This space for rent!

Sign up for PayPal and start accepting credit card payments instantly.
Copyright Dew-Code 2008