Forums...Where to get?!? |
Author: |
Message: |
Anubis
Elite Member
42
Posts: 2695 Reputation: 64
34 / /
Joined: Oct 2003
|
RE: Forums...Where to get?!?
quote: Originally posted by johny
k sorry i forgot i could edit posts......but does the forum work with front page?does front page do php web pages or just html?
A webpage editor is not required to edit the Forum in any way, You will need to follow the guide included in the .zip file to install the forum...
|
|
07-17-2004 01:59 PM |
|
|
Jhrono
Veteran Member
Posts: 1791 Reputation: 25
33 / /
Joined: Jun 2004
|
O.P. RE: Forums...Where to get?!?
K ..i'm kinda silly 'cause i dunno Hit about web editing lol tks...
another doubt...´
in html code what does <head>?
|
|
07-17-2004 02:02 PM |
|
|
KeyStorm
Elite Member
Inn-sewer-ants-pollie-sea
Posts: 2156 Reputation: 45
38 / / –
Joined: Jan 2003
|
RE: Forums...Where to get?!?
Head has all the information of the file which isn't in the body (what you see in the window). That is usually the title, but can also have meta-data, CSS class' declarations, Javascript declarations, etc.
<head> is placed before <body>:
code: <html>
<head>
</head>
<body>
</body>
</html>
This post was edited on 07-17-2004 at 02:06 PM by KeyStorm.
|
|
07-17-2004 02:04 PM |
|
|
Anubis
Elite Member
42
Posts: 2695 Reputation: 64
34 / /
Joined: Oct 2003
|
RE: Forums...Where to get?!?
quote: Originally posted by johny
in html code what does <head>?
The head of the document is primarily used for the page title and putting in JavaScript codes that you want to be loaded before the body or the main part of the document is loaded. Best for variables that you need for any JavaScript scripts that you are using on the page...it has other uses but that's the main uses...
|
|
07-17-2004 02:05 PM |
|
|
Jhrono
Veteran Member
Posts: 1791 Reputation: 25
33 / /
Joined: Jun 2004
|
O.P. RE: Forums...Where to get?!?
another doubt ..
how do i change the font style?
...
btw that site you gave me is pretty helpfull tks
|
|
07-17-2004 02:14 PM |
|
|
Anubis
Elite Member
42
Posts: 2695 Reputation: 64
34 / /
Joined: Oct 2003
|
RE: Forums...Where to get?!?
<font face=""> and inside the quotation marks include the font name...Whatever text you enter after that code will be in the font you chose....
Remember that the quotation marks do not have to be their but it is formal practise to put them there due to some really old browsers that require them.
Also its not a good idea to use a font that is not included on most PC's (if the font is not on the displaying comp it will not be displayed)
|
|
07-17-2004 02:22 PM |
|
|
saralk
Veteran Member
Posts: 2598 Reputation: 38
35 / /
Joined: Feb 2003
|
RE: Forums...Where to get?!?
the best way to change the font is to put this in the head tag:
<style type="text/css">
body { font-family: Tahoma }
</style>
that way if you want to change the font, you only have to change it in there an all the fonts are changed.
The Artist Formerly Known As saralk
London · New York · Paris
Est. 1989
|
|
07-17-2004 03:10 PM |
|
|
CookieRevised
Elite Member
Posts: 15517 Reputation: 173
– / /
Joined: Jul 2003
Status: Away
|
RE: Forums...Where to get?!?
I strongly suggest you to learn proper html first, before you do anything else... As it seems that you don't know a single thing about html (no offense), you'll encounter many many many things you don't understand. So first learn html, then learn a bit php and then integrate a forum on your website...
You don't run, when you can't walk...
This post was edited on 07-17-2004 at 04:04 PM by CookieRevised.
.-= A 'frrrrrrrituurrr' for Wacky =-.
|
|
07-17-2004 04:03 PM |
|
|
Johnny_Mac
Elite Member
Posts: 2556 Reputation: 20
39 / /
Joined: Apr 2002
|
RE: Forums...Where to get?!?
Whats a matter with simple steps hey?
Start with one of these, then work your way up. Very simple and you can have a go changing the colours and stuff.
http://www.proboards.com/index.html
|
|
07-17-2004 04:05 PM |
|
|
Anubis
Elite Member
42
Posts: 2695 Reputation: 64
34 / /
Joined: Oct 2003
|
RE: Forums...Where to get?!?
Johnny_Mac, I don't believe he'll learn anything useful from proboards...however if he wants a good free forum they are acceptable...but these are better http://invisionfree.com/
They are the more n00bish friendly way of making a forum...
|
|
07-17-2004 04:12 PM |
|
|
Pages: (3):
« First
«
1
[ 2 ]
3
»
Last »
|
|