Help A Newbie Out :(
- Kariudo
- Twilight prince
- Joined: Fri Jul 15, 2005 11:08 pm
- Status: 1924 bots banned and counting!
- Location: Los taquitos unidos
- Contact:
Re: Help A Newbie Out :(
Bashar: That crossed my mind too, but I don't think the server program has a host field or the quick connect button
- BasharOfTheAges
- Just zis guy, you know?
- Joined: Tue Sep 14, 2004 11:32 pm
- Status: Breathing
- Location: Merrimack, NH
Re: Help A Newbie Out :(
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.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
Anime Boston Fan Creations Coordinator (2019-2023)
Anime Boston Fan Creations Staff (2016-2018)
Another Anime Convention AMV Contest Coordinator 2008-2016
| | |
Anime Boston Fan Creations Staff (2016-2018)
Another Anime Convention AMV Contest Coordinator 2008-2016
| | |
-
- Joined: Sun Jul 05, 2009 8:09 pm
Re: Help A Newbie Out :(
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?
- Kariudo
- Twilight prince
- Joined: Fri Jul 15, 2005 11:08 pm
- Status: 1924 bots banned and counting!
- Location: Los taquitos unidos
- Contact:
- Enigma
- That jolly ol' bastid
- Joined: Sat Mar 07, 2009 3:55 pm
- Status: Free
- Location: California
Re: Help A Newbie Out :(
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
- BasharOfTheAges
- Just zis guy, you know?
- Joined: Tue Sep 14, 2004 11:32 pm
- Status: Breathing
- Location: Merrimack, NH
Re: Help A Newbie Out :(
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.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
Anime Boston Fan Creations Coordinator (2019-2023)
Anime Boston Fan Creations Staff (2016-2018)
Another Anime Convention AMV Contest Coordinator 2008-2016
| | |
Anime Boston Fan Creations Staff (2016-2018)
Another Anime Convention AMV Contest Coordinator 2008-2016
| | |
-
- Joined: Sun Jul 05, 2009 8:09 pm
Re: Help A Newbie Out :(
I still don't get it DX Is the css on this website or on filezilla or what?
- 8bit_samurai
- Hmm...
- Joined: Wed May 17, 2006 1:47 pm
- Location: Alaska
Re: Help A Newbie Out :(
Kariudo wrote:<a> tags and css my friend (works in profile and video information page)
as an example...here's some code from my profile pageCode: 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>
everything inside of style is css. If you want to learn more, I found this site to be extremely helpfulCode: Select all
<a style="display:block; height:100px; width:100px; background:url('http://img64.imageshack.us/img64/4677/smalllafielissmallmw5.jpg'); background-repeat:no-repeat;">
Hope this helpsKariudo 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:more code from my profileCode: Select all
position:relative; top:[x]px; left:[y]px
(margin-bottom is just for aesthetics, makes it so that there is no gap between whatever was before the pic and what comes next)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>
Under Construction
- Kariudo
- Twilight prince
- Joined: Fri Jul 15, 2005 11:08 pm
- Status: 1924 bots banned and counting!
- Location: Los taquitos unidos
- Contact:
Re: Help A Newbie Out :(
CSS is client-side actually, built into the browsers themselves.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.
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"