Off Topic > Off Topic
Website Design Help
Thorax:
--- 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 ---
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.
--- Quote from: Snaffle J. Bean on June 17, 2009, 05:05:53 PM ---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"
--- End quote ---
Link: <a hrf="website goes here">Click Here</a>
Ephialtes:
--- Quote from: Thorax on June 17, 2009, 05:07:15 PM ---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>
--- End quote ---
<a href
--- Quote from: Snaffle J. Bean on June 17, 2009, 05:05:53 PM ---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"
--- End quote ---
<img
Snaffle J. Bean:
--- Quote from: Ephialtes on June 17, 2009, 05:12:06 PM ---<a href
<img
--- End quote ---
FFFFFFF
I hate it when my mind does that sometimes. Replaces short things like img with the full word image.
Ephialtes:
Its ok Snaffle J. Bean, I know you knew how to do it and I know that you know that I know that.
Thorax:
--- Quote from: Ephialtes on June 17, 2009, 05:12:06 PM ---<a href
--- End quote ---
I knew I was missin g a letter!