Author Topic: html tips  (Read 1732 times)

Offline FreeK

  • a-LeeK
  • Acidmods Alumni
  • E = MC² Mad Scientist
  • *
  • Posts: 1980
  • Post quality +3/-0
  • Gender: Male
  • Team CYBER for life
html tips
« on: January 28, 2008, 11:30:20 AM »
ok, in school im starting a webpage design class, we are starting html now, and maybe javascrpit later

i was wondering if anyone can give me some tips so i can be a bit of a helper in my class

a few questions though

how to add:
pictures?
videos?

thats it, for now, ill post more as i get them

btw, this is posted here cuz i didnt know if it should be in programming or not, so move if needed

700th post!!!

Offline decy90

  • Chaos Lover
  • *
  • Posts: 257
  • Post quality +0/-0
  • Gender: Male
Re: html tips
« Reply #1 on: January 28, 2008, 01:20:44 PM »
ok this is how you put an image onto your page:

<img src = "jim.gif" align="right">

the first bit (,img src ="jim.gif) is where your page will get your pic and what its looking for

The second (align="right">) is obviously where u want it aligned on the right left center etc...

And for videos:

This is how you embed them ... i think ,the end bit is either true or false as to whether it starts automatically i think
<EMBED SRC="MYVIDEO.MPG" WIDTH=200 HEIGHT=200 AUTOSTART=TRUE>

and the link to the video is:

<A HREF="MYVIDEO.MPG">Look at the Video[/url]

the "look at the video" bit is what they will be clicking on to get to it, and the <A HREF and [/url] is starting and ending the hyperlink make sure to put this in :D

peace out  :victory:

EDIT these should work but i suggest you test them before helpin out in class, i just remembered them from my HTML classes lol
« Last Edit: January 28, 2008, 01:46:36 PM by decy90 »

Offline PspKicks316

  • Acidmods Alumni
  • Mad Bomber
  • *
  • Posts: 5709
  • Post quality +5/-4
  • Gender: Male
Re: html tips
« Reply #2 on: January 28, 2008, 01:36:29 PM »
To add text put
<p>your text here</p>

Bold is <B></B> italics is <I></I> and underlined is <U></U> IN lowercase LETTERS.

Different color font:
<font color="#XXxxxx"></font>
The "#XXxxxx" is the hexadecimal color code.

To put something in but not embed it, you put <noembed>your html things code here</noembed>

Alignment:
<center></center>
I don't know left and right...I tested <left>and <right> and neither work XD

To add music you put
<embed src="link to music here" width=xxx height=xx autostart=true(or false) loop=true(or false)>
« Last Edit: January 29, 2008, 04:32:24 PM by pspkicks316 »

Offline decy90

  • Chaos Lover
  • *
  • Posts: 257
  • Post quality +0/-0
  • Gender: Male
Re: html tips
« Reply #3 on: January 28, 2008, 01:42:32 PM »
Decy its not [/url] that's bbc. Html would be </url>.
To add text put
<p>your text here</p>

Bolt is italics is and underlined is .

Umm...
To add music you put
<embed src="filename.mid" width=xxx height=xx autostart=true(or false) loop=true(or false)>

Ah poo sorry lmao two symbols off, i think it was a good attempt hehe

oh um also ... if you wanna out your items in a groupbox i believe it is <fieldset> before the text/item and </fieldset> after it, the html basics are pretty simple tbh

edit:  um im trying to change the [/URL] thing in edit but it says that is is actually < /A> i thing the forum is seeing our code and trying to use it for something lol your underlined stuff is messed up
« Last Edit: January 28, 2008, 01:50:10 PM by decy90 »

Offline PspKicks316

  • Acidmods Alumni
  • Mad Bomber
  • *
  • Posts: 5709
  • Post quality +5/-4
  • Gender: Male
Re: html tips
« Reply #4 on: January 28, 2008, 02:12:11 PM »
Yea,seems it.I'll update my first post with more off the top of my head, I'm teaching myself the basics right now hehe.

Offline decy90

  • Chaos Lover
  • *
  • Posts: 257
  • Post quality +0/-0
  • Gender: Male
Re: html tips
« Reply #5 on: January 28, 2008, 02:13:31 PM »
Yea,seems it.I'll update my first post with more off the top of my head, I'm teaching myself the basics right now hehe.

yea i might make a page that you can save and open with internet explorer explaining some of the basics

might take me a while as im playing xbox hehehehe

Offline FreeK

  • a-LeeK
  • Acidmods Alumni
  • E = MC² Mad Scientist
  • *
  • Posts: 1980
  • Post quality +3/-0
  • Gender: Male
  • Team CYBER for life
Re: html tips
« Reply #6 on: January 29, 2008, 03:03:09 PM »
ok, thx guys, ill problly get more questions as i go in this class seeing as its a half year class from what ik

thx for the answers

 

SMF spam blocked by CleanTalk
SimplePortal 2.3.5 © 2008-2012, SimplePortal