| View previous topic :: View next topic |
| Author |
Message |
Anonymous

|
Posted: Wed November 22, 2006 Post subject: HTML! |
|
|
| Okie! For my first computer-technology related post, I want to know if anyone is any good with HTML! (Hypertext Markup Language, if I'm not mistaken) |
|
| Back to top |
|
 |
Josh Site Admin

Joined: 15 Nov 2006 Posts: 1648 Location: Sydney, Australia
|
Posted: Wed November 22, 2006 Post subject: |
|
|
| I'm not good at it but I'm familiar with it. |
|
| Back to top |
|
 |
Anonymous

|
Posted: Wed November 22, 2006 Post subject: |
|
|
| Josh wrote: | | I'm not good at it but I'm familiar with it. | I know a few codes, like images and links. Do you know of any good HTML reference where I can find more complicated codes? |
|
| Back to top |
|
 |
Josh Site Admin

Joined: 15 Nov 2006 Posts: 1648 Location: Sydney, Australia
|
Posted: Wed November 22, 2006 Post subject: |
|
|
Just google for it.  |
|
| Back to top |
|
 |
Anonymous

|
Posted: Wed November 22, 2006 Post subject: |
|
|
| Josh wrote: | Just google for it.  | I will! : P |
|
| Back to top |
|
 |
Anonymous

|
Posted: Wed November 22, 2006 Post subject: |
|
|
Is the thing that reads "HOME - Comcast.net - Microsoft Internet Explorer" called the title bar? I feel so retarded for having to ask. I'll continue to search, but I need a code specifically for changing the title bar text. |
|
| Back to top |
|
 |
Josh Site Admin

Joined: 15 Nov 2006 Posts: 1648 Location: Sydney, Australia
|
Posted: Wed November 22, 2006 Post subject: |
|
|
| Yes it is. |
|
| Back to top |
|
 |
Anonymous

|
|
| Back to top |
|
 |
Anonymous

|
Posted: Thu November 23, 2006 Post subject: |
|
|
| NegatiVe wrote: | http://w3schools.com/
They have lessons in HTML. | I'm looking for a specific code that edits the text of the title bar, is there one ? Xx |
|
| Back to top |
|
 |
Anonymous

|
Posted: Thu November 23, 2006 Post subject: |
|
|
Yes. In the <HEAD> section use the tags
<title>yourtitlehere</title> |
|
| Back to top |
|
 |
Anonymous

|
Posted: Thu November 23, 2006 Post subject: |
|
|
| NegatiVe wrote: | Yes. In the <HEAD> section use the tags
<title>yourtitlehere</title> | Thank you thank you thank you <3 I'm going to try it now! |
|
| Back to top |
|
 |
Anonymous

|
Posted: Thu November 23, 2006 Post subject: |
|
|
| Ach no! >< does it work for forums? |
|
| Back to top |
|
 |
Anonymous

|
Posted: Thu November 23, 2006 Post subject: |
|
|
| No, it doesn't work for forums unless you're building the forum site by scratch. Forums use CSS or BBCcode |
|
| Back to top |
|
 |
Anonymous

|
Posted: Thu November 23, 2006 Post subject: |
|
|
| Garrett-Of-Cthulhu wrote: | | No, it doesn't work for forums unless you're building the forum site by scratch. Forums use CSS or BBCcode | Ach! I guess I'll just have to work around that. |
|
| Back to top |
|
 |
Anonymous

|
Posted: Fri November 24, 2006 Post subject: |
|
|
| There should be a built in function for that in the admin panel. |
|
| Back to top |
|
 |
|