Forum Replies Created

Viewing 15 replies - 1 through 15 (of 15 total)
  • Thread Starter tekboi

    (@tekboi)

    so I guess nobody knows

    Thread Starter tekboi

    (@tekboi)

    ………….

    Thread Starter tekboi

    (@tekboi)

    awsome, thanx for the reply sam.

    i know it’s difficult aswering 90% of these questions by yourself man.

    -tek

    Thread Starter tekboi

    (@tekboi)

    So, does it keep the same theme and everything. Or do I have to customize the whole thing all over again? That’s what i’m worried about the most.

    Thread Starter tekboi

    (@tekboi)

    update, I was able to get the image in the background. but was still unable to get it to be static. fuck it.

    Thread Starter tekboi

    (@tekboi)

    anyone?

    Thread Starter tekboi

    (@tekboi)

    *the bottom code labled “speakerleft” is the code I created. Nothing has appeared on my profile yet.

    Thread Starter tekboi

    (@tekboi)

    body {
    	background-color: #000000;
    	font-family: Tahoma, Arial;
    	font-size: 80%;
    	color: #FFFFFF;
    }
    #wrapper {
    	width: 902px;
    	margin-top: 30px;
    	margin-right: auto;
    	margin-bottom: 0px;
    	margin-left: auto;
    }
    #container {
    	float: left;
    	width: 902px;
    }
    #header {
    	float: left;
    	width: 902px;
    	height: 196px;
    	background-repeat: no-repeat;
    }
    #content {
    	width: 862px;
    	padding-right: 20px;
    	padding-left: 20px;
    	float: left;
    	background-image: url(images/body_bg.gif);
    	background-repeat: repeat-y;
    	padding-bottom: 25px;
    }
    #footer {
    	width: 862px;
    	padding-right: 20px;
    	padding-left: 20px;
    	float: left;
    	background-image: url(images/footer_bg.gif);
    	background-repeat: repeat-y;
    	height: 90px;
    	margin-bottom: 30px;
    }
    .sidebar {
    	float: right;
    	width: 187px;
    	margin: 0px;
    	padding: 0px;
    }
    .sidebar h2 {
    	margin: 0px;
    	float: left;
    	height: 37px;
    	width: 187px;
    	background-image: url(images/menu_bg.gif);
    	background-repeat: no-repeat;
    	text-align: center;
    	line-height: 37px;
    	font-size: 1.2em;
    	font-weight: normal;
    	color: #999999;
    }
    .sidebar ul {
    	text-align: left;
    	float: left;
    	width: 180px;
    	list-style-type: none;
    	padding-top: 5px;
    	padding-right: 3px;
    	padding-bottom: 15px;
    	padding-left: 4px;
    	background-image: url(images/line_bg.gif);
    	background-repeat: repeat-y;
    	margin-top: 0px;
    	margin-right: 0px;
    	margin-bottom: 15px;
    	margin-left: 0px;
    }
    .sidebar ul ul {
    	margin: 0px;
    	float: left;
    	width: 160px;
    	text-align: left;
    	padding: 0px;
    }
    
    /*calendar */
    
    #wp-calendar {
    	empty-cells: show;
    	width: 187px;
    	font-size: 12px;
    	color: #999999;
    	text-decoration: none;
    	text-align: center;
    	float: left;
    	padding: 0px;
    	margin-top: 0px;
    	margin-right: 0px;
    	margin-bottom: 15px;
    	margin-left: 0px;
    	background-image: url(images/line_bg.gif);
    	background-repeat: repeat-y;
    }
    
    #wp-calendar a:link, #wp-calendar a:visited {
    	text-decoration: none;
    	color: #CCCC99;
    	font-size: 12px;
    }
    #wp-calendar a:hover, #wp-calendar a:active {
    	text-decoration: none;
    	color: #96C40D;
    	font-size: 12px;
    }
    #wp-calendar caption {
    	text-align: center;
    	font-size: 1.2em;
    	color: #999999;
    	font-weight: normal;
    	padding: 0px;
    	width: 187px;
    	background-image: url(images/menu_bg.gif);
    	background-repeat: no-repeat;
    	height: 37px;
    	line-height: 37px;
    	margin: 0px;
    }
    
    #wp-calendar th {
    	margin: 0px;
    	padding: 0px;
    	text-align: center;
    }
    
    #wp-calendar #next a {
    	text-align: left;
    	font-size: 12px;
    	color: #666666;
    	text-decoration: none;
    	float: right;
    }
    
    #wp-calendar #prev a {
    	text-align: left;
    	font-size: 12px;
    	color: #94C10A;
    	text-decoration: none;
    	float: left;
    }
    #wp-calendar td {
    	margin: 0px;
    	padding: 0px;
    	text-align: center;
    }
    #wp-calendar tf {
    	margin: 0px;
    	padding: 0px;
    }
    .comment_template {
    	float: left;
    	width: 465px;
    }
    .comment_template p {
    	clear: both;
    	padding: 0px;
    	margin-top: 0px;
    	margin-right: 0px;
    	margin-bottom: 5px;
    	margin-left: 0px;
    	color: #999999;
    	font-size: 14px;
    }
    
    .navigator li {
    	float: left;
    	text-align: center;
    	padding-top: 34px;
    	padding-right: 0px;
    	padding-bottom: 0px;
    	padding-left: 0px;
    	margin-top: 0px;
    	margin-right: 10px;
    	margin-bottom: 0px;
    	margin-left: 0px;
    }
    .navigator li a:link,  .navigator li a:visited {
    	text-align: center;
    	display: block;
    	float: left;
    	padding-right: 15px;
    	padding-left: 15px;
    	margin-top: 0px;
    	margin-right: 5px;
    	margin-bottom: 0px;
    	margin-left: 0px;
    	height: 30px;
    	line-height: 30px;
    	color: #666666;
    	text-decoration: none;
    	background-color: #212121;
    	border-top-width: 1px;
    	border-right-width: 1px;
    	border-left-width: 1px;
    	border-top-style: solid;
    	border-right-style: solid;
    	border-left-style: solid;
    	border-top-color: #212121;
    	border-right-color: #212121;
    	border-left-color: #212121;
    }
    .navigator li a:hover, .navigator li a:active {
    	text-align: center;
    	display: block;
    	float: left;
    	padding-right: 15px;
    	padding-left: 15px;
    	margin-top: 0px;
    	margin-right: 5px;
    	margin-bottom: 0px;
    	margin-left: 0px;
    	height: 30px;
    	line-height: 30px;
    	color: #666666;
    	text-decoration: none;
    	background-color: #212121;
    	border-top-width: 1px;
    	border-right-width: 1px;
    	border-left-width: 1px;
    	border-top-style: solid;
    	border-right-style: solid;
    	border-left-style: solid;
    	border-top-color: #99CC33;
    	border-right-color: #212121;
    	border-left-color: #212121;
    }
    .comment_template form {
    	float: left;
    	margin-top: 20px;
    	margin-right: 0px;
    	margin-bottom: 0px;
    	margin-left: 0px;
    }
    .nextpre {
    	float: left;
    	width: 465px;
    	text-align: left;
    	font-size: 12px;
    	color: #666666;
    	margin-bottom: 25px;
    	padding-top: 5px;
    	padding-bottom: 5px;
    }
    .nextpre a:link, .nextpre a:visited {
    	color: #666666;
    	text-decoration: none;
    }
    .nextpre a:hover, .nextpre a:active {
    	color: #CCFF00;
    	text-decoration: none;
    }
    .incat {
    	float: left;
    	width: 465px;
    	padding-top: 2px;
    	padding-bottom: 2px;
    	font-size: 11px;
    	color: #666666;
    }
    
    <strong>#speakerleft {
                  height: 489px;
                  width: 270px;
                  margin-top: 0px;
    	      margin-right: 200px;
    	      margin-bottom: 0px;
    	      margin-left: auto;
                  background-image: url(images/leftspeaker.gif);
                  color: #000000;
    }</strong>

    The bold is the code I added in for the image. So far it is not appearing

    Thread Starter tekboi

    (@tekboi)

    Yo’ll see that the search bar is in the banner. I really need to remove it. And the buttons from the top also.

    Thread Starter tekboi

    (@tekboi)

    Okay, here is the link to the blog i’m working on.

    http://blog.bignotch.com

    Thread Starter tekboi

    (@tekboi)

    the code is acutally in the style.css

    #header {
    	position: relative;
    	height: 245px;
    	background: no-repeat url(images/header.jpg);
    }

    So, I uploaded the .swf file into the images directory located in this template folder and tried to replace the “header.jpg” with “header.swf” and it didn’t work. Now, i’m guessing that there is more code needed to make the flash appear on my blog.

    Thread Starter tekboi

    (@tekboi)

    got it, thanx

    -tek

    Thread Starter tekboi

    (@tekboi)

    Ahhh well. Guess it’s time to start over because I deleted them. Ironically my cpanel still says I have the databases. hmm…

    Thread Starter tekboi

    (@tekboi)

    Okay, Nevermind… I just had to clear my cache and everything… everything is working fine now. thanx for the help anyways. I knew it was something simple that I probably wasn’t doing lol.

    Thread Starter tekboi

    (@tekboi)

    it says this everytime I try to log in..

    “The requested URL /notchblog/wp-admin/themes.php was not found on this server.”

    I went to the folder and checked to see if the file was there… and it was.

    the subdomain is real. I created it and then I moved the files over to the folder.

    All I really need are he post from my old blog. everything else can go..

Viewing 15 replies - 1 through 15 (of 15 total)