Author Topic: Website Design Help  (Read 2362 times)

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?

Your local library should have a book on HTML. At least most libraries I've been to have one. Just search HTML tutorials. Usually, they give you a nice project to work on that will teach you the basics.

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"

Link: <a hrf="website goes here">Click Here</a>

Your local library should have a book on HTML. At least most libraries I've been to have one. Just search HTML tutorials. Usually, they give you a nice project to work on that will teach you the basics.

Link: <a hrf="website goes here">Click Here</a>

<a href

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"

<img

<a href

<img
FFFFFFF

I hate it when my mind does that sometimes. Replaces short things like img with the full word image.

Its ok Snaffle J. Bean, I know you knew how to do it and I know that you know that I know that.


I used quanta on my old computer before.  use that if you use linux :D

I was wondering how to enter down my text

Like this.

See how I entered down? I cannot figure out how to do that.
Solved that.
« Last Edit: June 17, 2009, 09:36:45 PM by heedicalking »

www.webstarts.com

SERIOUSLY, It's probably the easiest way to get a decent website (Pay or free.)

I was wondering how to enter down my text

Like this.

See how I entered down? I cannot figure out how to do that.
<br />

There's a lot of information here that you might find helpful.
http://www.w3schools.com/
« Last Edit: June 17, 2009, 07:14:40 PM by adc90 »

Is the any easy way to understand Hex code? I am trying to learn but it isn't coming out well.

Is the any easy way to understand Hex code? I am trying to learn but it isn't coming out well.
If you're doing CSS I think you can use rgb values not sure about HTML, anyways you don't necessarily have to understand the way the hexadecimal number system works to use it most people I know just use a color chart google it there are tons.  Like I said  check out that link I gave you it can answer pretty much any question you might have.

I believe microsoft frumtpage is the cheapo way to make a website

Alternitely grab the source off that website that looks and acts like how you want yours to look and use that while modifying stuff.

I got a decent looking website I am working on, I have the Background color black and I would like to know how to color ALL text white. I am doing something else for that.
« Last Edit: June 17, 2009, 09:35:54 PM by heedicalking »

I got a decent looking website I am working on, I have the Background color black and I would like to know how to color ALL text white.
<body text
But most people use CSS for doing that sort of stuff.

<body text
But most people use CSS for doing that sort of stuff.
Will CSS work on Notepad? Could I mix CSS and HTML?