FateBack...
Jan. 24th, 2004 12:28 pm![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
Damnit! I hate FateBack, I really do. *glares* Last night, I went to check on Falling..., and see they now put an ad at the top of every page. -_- So now my frames look whack. *glares* Now I'll need to find a new host for Falling... and Angelic Perfection. Good thing Angelic Perfection // Blog Edition isn't in frames, or it'd be fucked too. *sigh*
[EDITED (1:00 PM)]: New host for Falling.... Everything is already uploaded there, but we'll have to wait about an hour or so before the link starts to work. Angelic Perfection is now on hiatus (although the the link still works).
~Remula
[EDITED (1:00 PM)]: New host for Falling.... Everything is already uploaded there, but we'll have to wait about an hour or so before the link starts to work. Angelic Perfection is now on hiatus (although the the link still works).
~Remula
I'd stab you but you have a pocket protector made of graphite
Date: 2004-01-25 01:17 am (UTC)With that aside, how do you make a webpage like you have? Tis an easy thing? Do I need to go to a cave nerd meeting? Or do I just have to learn the language?
Oh yes, how do I make a nice background for my lj ad post pictures (I know I need a host, but how do I actually post it in between the text of my entries)?
ok answer omega nerd when you have time and I won't lower your IQ with my rambling anymore
Re: I'd stab you but you have a pocket protector made of graphite
Date: 2004-01-25 10:37 am (UTC)Yes, you have to go to a cave nerd meeting. And then you have to do a dance for the god of nerds. =P No, but really, the basics of HTML is pretty easy to learn.
First you'll need an editor -- you can just use Notepad.
HTML files are basically text files with HTML tags. All tags start with < (left bracket) and end with > (right bracket). For a basic webpage, you'd write something like this:
<HTML>
<HEAD>
<TITLE>Title of your page AKA what it says in the blue bar at the top of your browser</TITLE>
</HEAD>
<BODY>
Content goes here
</BODY>
</HTML>
Each file begins with <html> and ends with </html>. Everything inside the <body> is what's on the page. Tags are always nested -- <b><i>Blah</i></b> is correct while <b><i>Blah</b></i> is not.
When you're done, save the page as index.html or whatever the name of the page is with .html as the suffix. The main page of the site is index.html (like if you type in the URL http://fma.popullus.net/, it's the same as typing in http://fma.popullus.net/index.html).
Some basic tags:
<b>Bold</b>
<i>Italics</i>
<u>Underline</u>
<a href="URL HERE">Link</a>
<a href="mailto:E-MAIL ADDRESS HERE">E-Mail Address</a>
<img src="PICTURE LINK"> (PICTURE)
<br> -- Line break
<p>Paragraph</p>
<p align="right">Paragraph align right</p>
For more information, you should go to Lissa Explains it All. It's a good site for learning HTML. And if you need anything else, you can always e-mail me. ^_^
Oh yes, how do I make a nice background for my lj ad post pictures (I know I need a host, but how do I actually post it in between the text of my entries)?
For a LJ background, it differs for the Old Style System (S1) and the new one (S2), so just go to the FAQ page (Help/FAQ), scroll down, and figure it out for yourself. =P
For posting pics, I already explained it above, but <img src="PICTURE LINK" width="PIC WIDTH" height="PIC HEIGHT" border="BORDER WIDTH (0,1,2,etc)" alt="Picture description"> -- of course, you don't need to have anything after the src part, but it's a good idea to have the rest.
~Remula
hahaha
Date: 2004-01-25 12:22 pm (UTC)Too complicated for now, so I'll just use imagination to fill in the blank spaces in my lj.
Re: hahaha
Date: 2004-01-25 12:35 pm (UTC)~Remula