rejetto forum
Software => HFS ~ HTTP File Server => HTML & templates => Topic started 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
-
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?
-
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 :)
-
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.
-
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.
-
i hope it is much easier than it looks lol
-
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..
-
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>
-
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 :)
-
<center><img src='/images/banner.jpg'></center>
-
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?
-
can you post an example of the code you are using
-
<center><img src='/images/banner.jpg'></center> just like rejetto replied
-
where are you placing the img tag?
and just double check that the location specified in the img tag is correct.