Advertise Here

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - Kaelen

Pages: [1]
1
General Support / FTP help
« on: December 18, 2008, 12:07:14 am »
Forum Url: http://kaelenscape.smfforfree4.com
How do I log into the ftp for this? Because it says invalid user name when I try to
How do I find out the user name for it and can I upload files to it?

2
Programming / CSS help
« on: November 22, 2008, 10:45:32 pm »
Forum Url: http://kaelenscape.smfforfree4.com
I need to make this:
http://i209.photobucket.com/albums/bb269/frogboy336/help.png

More wide so it can fit more stuff in it width wise. As you can see I can't even see my whole playlist. If I plan to add anything wider than that it'd cut it off too. here is the CSS code, please tell me what I need to change to fix it



Code: [Select]
/*********************************************************
**********************************************************

Folder: Theme355_Entertainment
Name: Entertainment
Cat: Gaming And Entertainment

**********************************************************
*********************************************************/
/*------------------------------------
GENERAL
------------------------------------*/
body {
    margin: auto;
}

.sf_outer_wrapper {
    width: 683px !important; width: 697px;
    margin: 50px auto;
    padding: 0 7px;
    background-color: grey;
}

.sf_wrapper {
    position: relative;
    width: 683px !important; width: 683px;
}

/* ------------------------------------
HEADER
------------------------------------ */

.sf_header_wrapper {
    float: right;
    margin-right: 20px;
    position: relative;
clear: both;
width: 372px;

}

.sf_main_header {
margin-top: 20px;
margin-bottom: 8px;
text-align: left;
height: 30px;
overflow:hidden;
font-family: Tahoma, Helvetica, Arial, sans-serif;
font-size: 1.2em;
font-weight: bold;

}

.sf_sub_header {
text-align: left;
text-transform: uppercase;
height: 30px;
overflow:hidden;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 0.7em;
font-style: normal;
font-weight: normal;
font-variant: normal;
}
.sf_sub_header p, .sf_main_header p{
margin: 0;
padding: 0;
}

.sf_extra10 {
    float: right;
    margin-right: 20px;
    padding: 20px 0 10px;
    position: relative;
clear: both;
}

.sf_extra10 span {
    display: block;
    width: 300px;
    height: 40px;
}
/* ------------------------------------
NAVIGATION
------------------------------------ */
.sf_navigation_top {
display: none;
}

.sf_navigation{
    float: left;
    width: 189px;
    padding: 10px 0 0px 0;
margin-top: -80px;
.margin-top: 0;
margin-left: 5px;
}

.sf_navigation ul {
    margin: 0 0;
    width: 169px;
    height: auto !important;
    height: 1%;
    padding: 5px 0px 5px;
}

.sf_navigation ul:after {
    content: ".";
    display: block;
    visibility: hidden;
    height: 0;
    font-size: 1px;
    clear: both;
}

.sf_navigation ul {
    list-style-type: none;
}

.sf_navigation ul li {
    width: auto !important;
    width: 5px;
    padding: 6px 0;
}

.sf_navigation ul li:after {
    content: ".";
    display: block;
    visibility: hidden;
    height: 0;
    font-size: 1px;
    clear: both;
}

.sf_navigation ul li a {
height: auto;
margin: 0 0 0 1px;
text-decoration: none;
text-transform: uppercase;
display: block;
line-height: 1.4;
padding: 0 10px;
vertical-align: middle;
width: 180px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-style: normal;
font-weight: normal;
font-variant: normal;
}

.sf_navigation ul li a:hover {
    text-decoration: none;
    color: #fff;
    display: block;
}

/*------------------------------------
CONTENT
------------------------------------*/
.sf_pagetitle {
width: 390px;
float: right;
height: auto !important;
padding: 20px 0 20px 10px;
font-size: 16px;
font-family:Geneva, Arial, Helvetica, sans-serif;
text-align: left;
font-weight: bold;
}

.sf_content {
    float: right;
    font-size: 12px;
width: 400px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

.sf_content:after {
    content: ".";
    display: block;
    visibility: hidden;
    height: 0;
    font-size: 1px;
    clear: both;
}

/*------------------------------------
FOOTER
------------------------------------*/

.sf_footer {
    padding: 6px;
    font-size: .8em;
    text-align: center;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    padding-bottom: 20px;
clear: both;
}

/*------------------------------------
BANNER
------------------------------------*/
.sf_banner {
    margin-bottom: 35px;
    padding-top: 80px;
    text-align: center;
    font-size: .8em;
}

.sf_banner div#bannerLink {
    padding-top: 10px;
}

3
General Support / Don't suppose anyone would know what's wrong..
« on: November 19, 2008, 09:23:39 am »
I'm trying to set up a donation drop-down list on my forum. It worked, but when you click any of the options it just redirects you to a page that says: "An error has occured!" When I wrapped something that wasn't previously wrapped in [ html ] tags It gave me the same error whereas before it was wrapped in [ html ] tags, it worked.
This one works:

Code: [Select]
[url=https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=1246721][img]https://www.paypal.com/en_US/i/btn/btn_donateCC_LG.gif[/img][/url]
This one doesn't:

Code: [Select]
[html]<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="1246721">
<input type="image" src="https://www.paypal.com/en_US/i/btn/btn_donateCC_LG.gif" border="0" name="submit" alt="">
<img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1">
</form>
[/html]

4
General Support / headers/footers
« on: November 19, 2008, 09:12:30 am »
If I'm trying to put something in a header/footer, how would I right-align it?

5
General Support / Easy problem.
« on: November 19, 2008, 08:49:51 am »
I'm trying to post an HTML code into one of my posts, I'm sure you get this question 349584 times a day. But how do I make it show up as what I want to instead of just the code? I've tried to enable HTML through the Admin CP. I even tried converting the code to BB; it still didn't work. I think there's something about enabling it I'm missing, help would be GREATLY appreciated. Thanks.

Pages: [1]