rejetto forum

Software => HFS ~ HTTP File Server => HTML & templates => Topic started by: crazyjust on January 06, 2008, 05:43:32 PM

Title: A few questions
Post by: crazyjust on January 06, 2008, 05:43:32 PM
I am new to all this and i dont know too much other than getting what i like and copying html and javascript into the template lol. Is there a program that u can load the template into, view it, and drag stuff around? Another question i have is how can i chage it so people   
dont see this http://71.173.13.118:9876/sparta%20messenger%20install%207.9.exe. Any suggestion anyone may have to improve this, please let me know  :)   my server is here http://crazyjust.kicks-ass.net
Title: Re: A few questions
Post by: TSG on January 06, 2008, 06:46:36 PM
No there isn't. There was once a template builder but it wasn't very intuitive and hasnt been updated by the author in many months so it is now quite out of date.

You can use Notepad++ to see the code in pretty print.

I don't understand the link part though?
Title: Re: A few questions
Post by: crazyjust on January 08, 2008, 01:25:41 AM
Could someone with html skill that would help me set up my page please pm me at crazy.just@verizon.net on yahoo messenger or crazy.just@hotmail.com for msn messenger.....im lost with all this stuff...It is a great program though  :)
Title: Re: A few questions
Post by: TSG on January 08, 2008, 01:28:44 PM
I've added you to my MSN. HTML is easy once you get the hang of it. www.w3schools.com is a nice site to start.
Title: Re: A few questions
Post by: Foggy on January 08, 2008, 02:41:19 PM
yes, html is fairly easy once you get the hang of it. there is plenty of online tutorials if you want to know something specific, and as tsg said www.w3schools.com is a good place to start. Im no genius with html but can make simple pages because of w3schools.
Title: Re: A few questions
Post by: crazyjust on January 09, 2008, 12:58:37 AM
i hope it is much easier than it looks lol
Title: Re: A few questions
Post by: crazyjust on January 09, 2008, 01:40:59 AM
I there a way to get rid of old login button and insert an image of a button i made? Is there a way to make 
downloads box have a vertical  scrollbar? How would i put a banner in my page without using photobucket?
I have a folder i made called images but unsure how to add them to page...Any of these answers would be very helpful..
Title: Re: A few questions
Post by: Foggy on January 09, 2008, 02:07:07 AM
I there a way to get rid of old login button and insert an image of a button i made?

to change the picture for the login button, look for this line in the template and change /~img27 to reflect the location of the image you want to use instead.
<img src="/~img27" />

Is there a way to make downloads box have a vertical  scrollbar?

don't konw what you mean when you say download box.

How would i put a banner in my page without using photobucket?

Just store any images you are using in your images folder

I have a folder i made called images but unsure how to add them to page

First of all to use the images in the folder you have to, add the folder to the root of the vfs as a real folder.
secondly to insert the images into the page you have to use a relative link to the server, so if you placed the images folder in the root of the server the location of your images would be /images/<name of the image here>
Title: Re: A few questions
Post by: crazyjust on January 10, 2008, 12:52:32 AM
ok i know im a pain in the ass lol...I have a folder on my pc for images....it is C:/images....I added the folder to hfs as a real folder...in this folder i have a banner i wanna put on my page instead of using photobucket...How would i add this banner in the center? Thank you in advance :)
Title: Re: A few questions
Post by: rejetto on January 10, 2008, 02:07:21 AM
<center><img src='/images/banner.jpg'></center>
Title: Re: A few questions
Post by: crazyjust on January 11, 2008, 02:35:27 AM
i dont know what im doing wrong but i put it that way and no matter what i do, i can't seem to get any images from my pc on...is there a setting im missing?
Title: Re: A few questions
Post by: Foggy on January 11, 2008, 02:50:05 AM
can you post an example of the code you are using
Title: Re: A few questions
Post by: crazyjust on January 11, 2008, 02:54:19 AM
<center><img src='/images/banner.jpg'></center>        just like rejetto replied
Title: Re: A few questions
Post by: Foggy on January 11, 2008, 04:08:45 AM
where are you placing the img tag?

and just double check that the location specified in the img tag is correct.