hi, i downloaded the Newspaper theme and id like to change a few things, mostly what i need help with is:
i wanna set a small image file as the background of the theme and i want it to repeat itself so it will cover the whole page, i dont know how to do that, i dont know the code to do it
and i have a cuestion regarding that backgrund, do i have to edit only the theme.php file, or do i have to make changes to the blocks files too?
please help me?
i apreciate you time and help
enjoy, relax
Aricaman
www.carrete.net
Watch
GitHub Core
Show your support for Zikula! Sign up at Github account and watch the Core project!
GitHub Modules
- Guite responded to »Can the Updated Version Check be Turned Off (Z 1.3)« 05:53 PM
- frw responded to »Bug in the SMTP mail transfer protocol - Port 25 - Zikula 1.2.9« 22. May
- mdee responded to »Short URL questions« 22. May
- mesteele101 responded to »Problem in Database Connection« 21. May
- Herr.Vorragend responded to »Clip Documentation and Doubt« 19. May
- mazdev responded to »zikula 1.3.3. and IE9« 19. May
- mesteele101 responded to »How to install Zikula for MSSQL ??? - Part II« 19. May
Zikula Blog
- Anatomy of Open Source Projects on Mar 07
- Continuous Review on Mar 01
- Not Invented Here on Feb 24
- How to Contribute Your Code at Github on Jan 13
- 10 Steps to Coding-Nirvana: Tips for Successful Module Writing on Nov 12
- Submitting Bug Report Tickets That Get Results on Aug 17
- Cozi Tricks #1: Syntax Highlighting on Aug 07
Login
newspaper
-
- Rank: Expert
- Registered: Mar 15, 2003
- Last visit: Oct 21, 2009
- Posts: 1221
Edit the BODY tag in style.css and styleNN.css in the theme folder and put the following
BODY {background-image: URL(../images/theme_09.jpg)}
There will most likely be more attributes set for the body tag so just insert
;background-image: URL(../images/background.jpg)
Towards the end of the tag.
A great source for understanding CSS is
http://www.w3schools.com/css/default.asp -
**unknown user**
- Rank: Registered User
- Registered: Mar 16, 2002
- Last visit: Aug 09, 2004
- Posts: 20
hi, i tryed what u told me to do, heres the code, but i dont see any changes, its the same,no image
BODY {BACKGROUND-IMAGE:/puc/themes/newspaper/images/1base.jpg;
FONT-FAMILY: Times New Roman; FONT-SIZE: 14px}
did i get it right?
if not, pleasel help me?
aricaman
www.carrete.net -
- Rank: Expert
- Registered: Mar 15, 2003
- Last visit: Oct 21, 2009
- Posts: 1221
Try
BODY {background-image: URL(../themes/newspaper/images/1base.jpg);
FONT-FAMILY: Times New Roman; FONT-SIZE: 14px} -
- Rank: Expert
- Registered: Mar 15, 2003
- Last visit: Oct 21, 2009
- Posts: 1221
- Moderated by:
- Support
