premiumtheme
Forum Replies Created
Viewing 6 replies - 1 through 6 (of 6 total)
-
Forum: Themes and Templates
In reply to: Background Image Won't Show Upyour welcome
Forum: Themes and Templates
In reply to: Background Image Won't Show Up…forgot to wrap the code
<a href="http://www.cssdesignawards.com"><img src="http://ayyhwang.com/blog/wp-content/uploads/2011/12/cda2.png" class="ribbon" /></a>Forum: Themes and Templates
In reply to: Background Image Won't Show Upthis should work
.ribbon {
width:69px;
height:164px;
position:fixed;
bottom:0px;
right:0px;
border:none;
}then add the image to your page with the class ribbon
eg: <img src=”http://ayyhwang.com/blog/wp-content/uploads/2011/12/cda2.png” class=”ribbon” />
Forum: Themes and Templates
In reply to: Background Image Won't Show Up.body {
background-image: url(‘http://ayyhwang.com/blog/wp-content/uploads/2011/12/cda2.png’);
background-position: right bottom;
background-repeat: no-repeat;
background-attachment: fixed;
}Forum: Your WordPress
In reply to: What do you think of my new website www.lifedreamtravel.comI was talking about your page title tag on your website, its missing.
Forum: Your WordPress
In reply to: What do you think of my new website www.lifedreamtravel.comwhere is the page title?
Viewing 6 replies - 1 through 6 (of 6 total)