Off Topic > Off Topic

Website Design Help

Pages: << < (3/7) > >>

n0cturni:

There are also some text editors that serve as alternatives to Notepad that come with all those pretty, organized colors.

black knight:


--- Quote from: Ephialtes on June 17, 2009, 05:00:21 PM ---You can view HTML without a webserver FYI. Just create a txt file on your desktop, whack some html in that bad boy. Then go to File > Save As and type this in the name box (with the quotes): "website.html"

Then just open website.html in Firefox or whatever browser you use.

--- End quote ---
I cant put in the quotes.

Snaffle J. Bean:


--- Quote from: heedicalking on June 17, 2009, 05:04:00 PM ---I will mess around with it. Anything you guys recomend me to do to start out with? A basic code that links to a page? Adding an animated graphic, anything?

--- End quote ---
Image: <image src="imageurlhere" />

If you want an animated image, just make a gif and use that code.

Just google if you need any help. "How to do (what you need help with here) HTML"

Rekuddo:


--- Quote from: heedicalking on June 17, 2009, 05:04:00 PM ---A basic code that links to a page

--- End quote ---
<a href="http://www.whateverwebsiteyouwanttolink.com">Insert whatever text you want here</a>

Ephialtes:

Animated graphic = <img src="img.gif">

Just google "HTML Tutorial" and do exactly what it says.

Pages: << < (3/7) > >>

Go to full version