rejetto forum

A few questions

0 Members and 1 Guest are viewing this topic.

Offline crazyjust

  • Occasional poster
  • *
    • Posts: 37
    • View Profile
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


Offline TSG

  • Operator
  • Tireless poster
  • *****
    • Posts: 1935
    • View Profile
    • RAWR-Designs
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?


Offline crazyjust

  • Occasional poster
  • *
    • Posts: 37
    • View Profile
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  :)
« Last Edit: January 08, 2008, 01:37:16 AM by crazyjust »


Offline TSG

  • Operator
  • Tireless poster
  • *****
    • Posts: 1935
    • View Profile
    • RAWR-Designs
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.


Offline Foggy

  • Tireless poster
  • ****
    • Posts: 806
    • View Profile
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.


Offline crazyjust

  • Occasional poster
  • *
    • Posts: 37
    • View Profile
i hope it is much easier than it looks lol


Offline crazyjust

  • Occasional poster
  • *
    • Posts: 37
    • View Profile
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..


Offline Foggy

  • Tireless poster
  • ****
    • Posts: 806
    • View Profile
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>


Offline crazyjust

  • Occasional poster
  • *
    • Posts: 37
    • View Profile
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 :)


Offline rejetto

  • Administrator
  • Tireless poster
  • *****
    • Posts: 13510
    • View Profile
<center><img src='/images/banner.jpg'></center>


Offline crazyjust

  • Occasional poster
  • *
    • Posts: 37
    • View Profile
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?


Offline Foggy

  • Tireless poster
  • ****
    • Posts: 806
    • View Profile
can you post an example of the code you are using


Offline crazyjust

  • Occasional poster
  • *
    • Posts: 37
    • View Profile
<center><img src='/images/banner.jpg'></center>        just like rejetto replied


Offline Foggy

  • Tireless poster
  • ****
    • Posts: 806
    • View Profile
where are you placing the img tag?

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