Results 1 to 8 of 8
-
6th Aug 2009, 11:51 PM #1OPPure Awesomeness!
<code> help please
Hello,
Any body can help add an image in the background in my <code>LINK</code> on wordpress please ?
here is my code now :
PHP Code:.entry code {
background-color:#FFFFFF;
border-left:1px solid #CCCCCC;
display:block;
font-family:"Courier New",mono;
padding:5px 10px;
PHP Code:background-image:url(/public_html/wp-content/themes/scarlett/images/code.png);
and this is the image i want to add in the background
RT Reviewed by RT on . <code> help please Hello, Any body can help add an image in the background in my <code>LINK</code> on wordpress please ? here is my code now : .entry code { background-color:#FFFFFF; border-left:1px solid #CCCCCC; display:block; font-family:"Courier New",mono; Rating: 5
-
7th Aug 2009, 12:13 AM #2MemberWebsite's:
darknessdownloads.orgTry:
PHP Code:.entry code {
background-color:#FFFFFF;
background-image:url('/wp-content/themes/scarlett/images/code.png');
border-left:1px solid #CCCCCC;
display:block;
font-family:"Courier New",mono;
padding:5px 10px;
-
7th Aug 2009, 12:18 AM #3OPPure Awesomeness!
-
7th Aug 2009, 12:29 AM #4MemberWebsite's:
darknessdownloads.orgTell me if this works:
PHP Code:.entry code {
background-color:#FFFFFF;
background-image:url('/wp-content/themes/scarlett/images/code.png');
background-repeat: no-repeat
border-left:1px solid #CCCCCC;
display:block;
font-family:"Courier New",mono;
padding:5px 10px;
PHP Code:.entry code {
background-color:#FFFFFF;
background-image:url('/wp-content/themes/scarlett/images/code.png');
background-repeat: no-repeat
background-position: top left;
border-left:1px solid #CCCCCC;
display:block;
font-family:"Courier New",mono;
padding:5px 10px;
PHP Code:background-position: top left;
-
7th Aug 2009, 01:04 AM #5
-
7th Aug 2009, 01:12 AM #6MemberWebsite's:
darknessdownloads.orgTry:
PHP Code:.entry code {
background-color:#FFFFFF;
background: url(/wp-content/themes/scarlett/images/code.png) top right no-repeat;
border-left:1px solid #CCCCCC;
display:block;
font-family:"Courier New",mono;
padding:5px 10px;
-
7th Aug 2009, 01:16 AM #7MemberWebsite's:
rootw.netinstead of add 20 thousand css things why dont u just do one?
PHP Code:background:#FFFFFF url(image.png) rop right repeat-x;
PHP Code:background-postition:top left;
background-color:#FFFFFF;
etc....
-
7th Aug 2009, 01:23 AM #8OPPure Awesomeness!
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
Help With Letitbit Js To BB Code aka Embedding streaming code in forums
By JoomlaZ in forum Web Development AreaReplies: 1Last Post: 3rd Apr 2012, 09:50 AM -
need help with php code
By itmees in forum Web Development AreaReplies: 6Last Post: 22nd Mar 2012, 10:01 AM -
Need a good coder to code a skin, I will show you what I need, you just code it
By Nickk96 in forum Web Development AreaReplies: 1Last Post: 27th Aug 2011, 01:45 PM -
{LF} a code
By DeathNote in forum Web Application/Script SupportReplies: 2Last Post: 23rd Oct 2010, 04:18 AM -
[vBulletin BB Code] Moderated Message: (Like W-BB's Staff BB Code!)
By Ghost Dog 13 in forum Webmaster ResourcesReplies: 13Last Post: 26th Sep 2009, 06:19 PM
themaCreator - create posts from...
Version 3.52 released. Open older version (or...