• Welcome to Religious Forums, a friendly forum to discuss all religions in a friendly surrounding.

    Your voice is missing! You will need to register to get access to the following site features:
    • Reply to discussions and create your own threads.
    • Our modern chat room. No add-ons or extensions required, just login and start chatting!
    • Access to private conversations with other members.

    We hope to see you as a part of our community soon!

You thought you had it good before? Now you can make your own website on RF.com!!

Rex

Founder
Now you can create your very own webpage within religiousforums.com through your profile.

And it even has a guestbook.

Go to your usercp and look on the left you will see the 2 new links.

You can look at my profile to get a glimpse of what it kinda looks like. I haven't done much of anything to mine but you will get the gist.
 

Pah

Uber all member
Rex_Admin said:
Now you can create your very own webpage within religiousforums.com through your profile.

And it even has a guestbook.

Go to your usercp and look on the left you will see the 2 new links.

You can look at my profile to get a glimpse of what it kinda looks like. I haven't done much of anything to mine but you will get the gist.

Hey!! That sounds like a great place to store images that we can use here

Thanks Rex!!!!!!

-pah-
 

jewscout

Religious Zionist
Maybe i'm just an idiot but how the deuce do you change the colors and stuff for the text??:bonk: :banghead3 :areyoucra
 

SoulTYPE

Well-Known Member
Well, in html, you CAN write:

<font color="chosen color" size="2" face="selected font">

or in your <body> tag you can write <body text="selected color"> thatmakes ALL the text the same color pretty much.

Jewishscout person RULES
 

SoulTYPE

Well-Known Member
I don't know too much, but I know most the STANDARD HTML tags off by heart.

Anyone needing help with HTML codes I will try to help.
 

SoulTYPE

Well-Known Member
The basics of HTML, for all that may need it.

<html> type this at the start of your document.

<head><title>My webpage</title></head> this determines the title of the page that
your browser will display.

<body>The content of what is on your page is included here.
(bg color="selected color") When used in the <body> tags (<Body bg color="color">) The background color of your page will be the colour you typed in.
<img src="www.myhost.com/my pic.jpg"> This will put an image that you have selected onto your web page.
<font color="blue" size="2" face="arial"> These are used to depict your text font, size, and color.

<a href="www.religiousforums.com">My fave forum</a>
typing this on your page will make a link to religiousforums.com, by clicking on "My Fave Forum"

There's just the VERY basics. There are ALOT more other things you can do to spruce up a webpage.
 
Top