Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Montezuma Theme (http://forum.bytesforall.com/forumdisplay.php?f=53)
-   -   How to Change Background with Image? (http://forum.bytesforall.com/showthread.php?t=19877)

ronzaman Mar 13, 2013 04:27 AM

How to Change Background with Image?
 
Hello..
I'm so sorry if this question are repost, I need help..

I will change my background with image (repeat) just in PAGE.PHP. I was try to make a code like this at LAYOUT.CSS :
#body1 {
background-image: url("http://mywebsitedotcom/wp-content/uploads/2013/03/bdy-long-tile.jpg");
background-position: 100%;
background-repeat: repeat-x;
}


Then I call the #body1 to my PAGE.PHP...
So I insert body1 like this in my PAGE.PHP :

<?php get_header(); ?>
<div id="body1">
<div id="main" class="row">

<div id="contentpage" class="col8">

<div id="post-<?php the_ID(); ?>" <?php post_class('cf'); ?>>.......


But the result, my background is still white page as before.
Are you can help me to fix it so that it can be as I want?

Thanks...

Best regards...

juggledad Mar 13, 2013 05:55 AM

From the question you asked and the solution you attempted, it seems that you are not very proficient with HTML or CSS.

1) before posting, you should always search the forums - do some research
2) if you want to stray from the initial theme settings you need to know something about HTML and CSS - a good place to take a tutorial for both is at htmldogs.com and/or w3schools.com
3) you should always provide a URL pointing to the issue

take the tutorials and then you may not even need to ask your questions

ronzaman Mar 13, 2013 06:51 AM

Yes, that right..I'm not very proficient with HTML or CSS. Therefore I ask in this forum..:)
Thanks for your advice Mr.juggledad...


All times are GMT -6. The time now is 09:19 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.