Help A Newbie Out :(

Locked
User avatar
Kariudo
Twilight prince
Joined: Fri Jul 15, 2005 11:08 pm
Status: 1924 bots banned and counting!
Location: Los taquitos unidos
Contact:
Org Profile

Re: Help A Newbie Out :(

Post by Kariudo » Sat Jan 30, 2010 12:56 pm

Bashar: That crossed my mind too, but I don't think the server program has a host field or the quick connect button
Image
Image

User avatar
BasharOfTheAges
Just zis guy, you know?
Joined: Tue Sep 14, 2004 11:32 pm
Status: Breathing
Location: Merrimack, NH
Org Profile

Re: Help A Newbie Out :(

Post by BasharOfTheAges » Sat Jan 30, 2010 1:43 pm

Kariudo wrote:Bashar: That crossed my mind too, but I don't think the server program has a host field or the quick connect button
I use fireftp myself, but I don't see why there would be options for getting your own IP address in an FTP client. That's something you'd need if you were setting up a server, but it shouldn't even enter into the equation for getting a client to work correctly.
Anime Boston Fan Creations Coordinator (2019-2023)
Anime Boston Fan Creations Staff (2016-2018)
Another Anime Convention AMV Contest Coordinator 2008-2016
| | |

KamakuraNeko
Joined: Sun Jul 05, 2009 8:09 pm
Org Profile

Re: Help A Newbie Out :(

Post by KamakuraNeko » Sat Jan 30, 2010 5:39 pm

I don't really know if it's Filezilla client or Filezilla server program but client sounds more familiar. Also you wouldn't happen to know the answer to my third question would you?

User avatar
Kariudo
Twilight prince
Joined: Fri Jul 15, 2005 11:08 pm
Status: 1924 bots banned and counting!
Location: Los taquitos unidos
Contact:
Org Profile

Re: Help A Newbie Out :(

Post by Kariudo » Sat Jan 30, 2010 5:55 pm

oh, didn't see that.

Actually, I do. It's done with css
I've written the specifics here
Image
Image

KamakuraNeko
Joined: Sun Jul 05, 2009 8:09 pm
Org Profile

Re: Help A Newbie Out :(

Post by KamakuraNeko » Sat Jan 30, 2010 6:14 pm

Were do i get css?

User avatar
Enigma
That jolly ol' bastid
Joined: Sat Mar 07, 2009 3:55 pm
Status: Free
Location: California
Org Profile

Re: Help A Newbie Out :(

Post by Enigma » Sat Jan 30, 2010 6:43 pm

KamakuraNeko wrote:Were do i get css?
Kariudo wrote:oh, didn't see that.

Actually, I do. It's done with css
I've written the specifics HERE

User avatar
BasharOfTheAges
Just zis guy, you know?
Joined: Tue Sep 14, 2004 11:32 pm
Status: Breathing
Location: Merrimack, NH
Org Profile

Re: Help A Newbie Out :(

Post by BasharOfTheAges » Sat Jan 30, 2010 7:26 pm

Enigma wrote:
KamakuraNeko wrote:Were do i get css?
Kariudo wrote:oh, didn't see that.

Actually, I do. It's done with css
I've written the specifics HERE
Actually, the correct answer is you don't GET CSS anywhere... It's installed on the web server. You USE it - examples are at that link.
Anime Boston Fan Creations Coordinator (2019-2023)
Anime Boston Fan Creations Staff (2016-2018)
Another Anime Convention AMV Contest Coordinator 2008-2016
| | |

KamakuraNeko
Joined: Sun Jul 05, 2009 8:09 pm
Org Profile

Re: Help A Newbie Out :(

Post by KamakuraNeko » Sat Jan 30, 2010 8:36 pm

I still don't get it DX Is the css on this website or on filezilla or what?

User avatar
8bit_samurai
Hmm...
Joined: Wed May 17, 2006 1:47 pm
Location: Alaska
Org Profile

Re: Help A Newbie Out :(

Post by 8bit_samurai » Sat Jan 30, 2010 8:44 pm

Kariudo wrote:<a> tags and css my friend (works in profile and video information page)

Code: Select all

<a style="display:block; background:url('url to your image here, yes keep the single quotes'); height:[height of image in px]px; width:[same thing as height]px; background-repeat:no-repeat;"></a>
as an example...here's some code from my profile page

Code: Select all

<a style="display:block; height:100px; width:100px; background:url('http://img64.imageshack.us/img64/4677/smalllafielissmallmw5.jpg'); background-repeat:no-repeat;">
everything inside of style is css. If you want to learn more, I found this site to be extremely helpful
Kariudo wrote:In addition to my last post...
You'll probably have to change the position of the image you put into your profile. To do that, put the following somewhere into the css:

Code: Select all

position:relative; top:[x]px; left:[y]px
more code from my profile

Code: Select all

<a style="display:block; position:relative; background:url('http://img369.imageshack.us/img369/2/haseoup1.png'); width:215px; height:300px; left:300px; top:-20px; margin-bottom:-300px;"></a>
(margin-bottom is just for aesthetics, makes it so that there is no gap between whatever was before the pic and what comes next)
Hope this helps
Under Construction

User avatar
Kariudo
Twilight prince
Joined: Fri Jul 15, 2005 11:08 pm
Status: 1924 bots banned and counting!
Location: Los taquitos unidos
Contact:
Org Profile

Re: Help A Newbie Out :(

Post by Kariudo » Sat Jan 30, 2010 9:09 pm

BasharOfTheAges wrote:Actually, the correct answer is you don't GET CSS anywhere... It's installed on the web server. You USE it - examples are at that link.
CSS is client-side actually, built into the browsers themselves.

KamakuraNeko:
You put it in your video comments section. For example, on your video "Blueberry"... you would put it right where you typed, "Made entirely with anime openings (and one ending). And no, i don't know why i called it "Blueberry"."

when you edit your comments, it would look like this

Code: Select all

<a style="display:block; background:url('http://img369.imageshack.us/img369/2/haseoup1.png'); width:215px; height:300px; left:300px;"></a>
"Made entirely with anime openings (and one ending). And no, i don't know why i called it "Blueberry"
Image
Image

Locked

Return to “Site Help & Feedback”