Death At First Sight
Would you like to react to this message? Create an account in a few clicks or log in to continue.

How do you...

5 posters

Go down

How do you... Empty How do you...

Post  The Postman Thu Jun 12, 2008 11:30 am

Post a youtube video like an image, so you dont have to link to it. I know it can be done but I dont know how Question
The Postman
The Postman
Postman
Postman

Posts : 177
Join date : 2008-06-01
Age : 30
Location : A field in suffolk...

Back to top Go down

How do you... Empty Re: How do you...

Post  Error:Operator Thu Jun 12, 2008 12:31 pm

[youtube] [/youtube]
Error:Operator
Error:Operator
Postman
Postman

Posts : 107
Join date : 2008-05-31
Age : 31
Location : Your underwear Draw

Back to top Go down

How do you... Empty Re: How do you...

Post  l3ftb3hind Thu Jun 12, 2008 12:40 pm

that wasnt working for me the other day, so i just copied and pasted the embed part of the movie
l3ftb3hind
l3ftb3hind
Scavenger
Scavenger

Posts : 38
Join date : 2008-06-09
Age : 36
Location : USA

http://www.damnitbilly.com

Back to top Go down

How do you... Empty Re: How do you...

Post  Admin Sat Jun 14, 2008 9:38 am

If [youtube] [/youtube] doesnt work just copy the embed html code from youtube.
Admin
Admin
Admin

Posts : 263
Join date : 2008-04-20
Age : 30

http://www.dafs-forum.co.nr

Back to top Go down

How do you... Empty Re: How do you...

Post  The Postman Sat Jun 14, 2008 9:45 am

Admin wrote:If [youtube] [/youtube] doesnt work just copy the embed html code from youtube.

Yeh, because I know what an 'embed html code' is when I see it Rolling Eyes

Laughing
The Postman
The Postman
Postman
Postman

Posts : 177
Join date : 2008-06-01
Age : 30
Location : A field in suffolk...

Back to top Go down

How do you... Empty Re: How do you...

Post  Admin Sat Jun 14, 2008 9:49 am

lol Razz i do lol its the...

ill post a picture lol

How do you... Embed10
Admin
Admin
Admin

Posts : 263
Join date : 2008-04-20
Age : 30

http://www.dafs-forum.co.nr

Back to top Go down

How do you... Empty Re: How do you...

Post  The Postman Sat Jun 14, 2008 9:50 am

Cheers, i knew that Cool
The Postman
The Postman
Postman
Postman

Posts : 177
Join date : 2008-06-01
Age : 30
Location : A field in suffolk...

Back to top Go down

How do you... Empty Re: How do you...

Post  Admin Sat Jun 14, 2008 9:57 am

PS. HTML stands for HyperText Markup Language this is the 'computer language/code' whatever you want to call it for making websites. It can be used along side CSS (Cascading Style Sheets) this is another 'language/code' which is used for styling and formatting the website.

Also javascript can be used to make/input snazzy little applications such as the time and date clock:

Code:
<script Language="Javascript">
<!-- hide from old browsers
  var curDateTime = new Date()
  document.write(curDateTime.toLocaleString())
//-->
</script>

for some reason it wont show up :@


or...

Code:
<script Language="Javascript">
<!-- hide from old browsers
  var curDateTime = new Date()
  var curHour = curDateTime.getHours()
  var curMin = curDateTime.getMinutes()
  var curSec = curDateTime.getSeconds()
  var curAMPM = " AM"
  var curTime = ""
  if (curHour >= 12){
    curHour -= 12
    curAMPM = " PM"
    }
  if (curHour == 0) curHour = 12
  curTime = curHour + ":"
    + ((curMin < 10) ? "0" : "") + curMin + ":"
    + ((curSec < 10) ? "0" : "") + curSec
    + curAMPM
  document.write(curTime)
//-->
</script>


Last edited by Admin on Sat Jun 14, 2008 10:05 am; edited 7 times in total
Admin
Admin
Admin

Posts : 263
Join date : 2008-04-20
Age : 30

http://www.dafs-forum.co.nr

Back to top Go down

How do you... Empty Re: How do you...

Post  The Postman Sat Jun 14, 2008 9:59 am

Admin wrote:PS. HTML stands for
You lost me there...
The Postman
The Postman
Postman
Postman

Posts : 177
Join date : 2008-06-01
Age : 30
Location : A field in suffolk...

Back to top Go down

How do you... Empty Re: How do you...

Post  Admin Sat Jun 14, 2008 10:05 am

lol sorry Razz
Admin
Admin
Admin

Posts : 263
Join date : 2008-04-20
Age : 30

http://www.dafs-forum.co.nr

Back to top Go down

How do you... Empty Re: How do you...

Post  f1shface Sat Jun 14, 2008 11:12 am

It's really not that hard if you don't focus on it to technicaly, i mean you write for bold etc.
f1shface
f1shface
Admin

Posts : 484
Join date : 2008-04-20
Age : 30
Location : Near my computer

Back to top Go down

How do you... Empty Re: How do you...

Post  The Postman Sun Jun 15, 2008 6:13 am

Testing

The Postman
The Postman
Postman
Postman

Posts : 177
Join date : 2008-06-01
Age : 30
Location : A field in suffolk...

Back to top Go down

How do you... Empty Re: How do you...

Post  Admin Sun Jun 15, 2008 10:11 am

lol i have the dvd for team america its funny.
Admin
Admin
Admin

Posts : 263
Join date : 2008-04-20
Age : 30

http://www.dafs-forum.co.nr

Back to top Go down

How do you... Empty Re: How do you...

Post  Error:Operator Tue Jun 17, 2008 2:08 pm

team america was funny the first time i watched it. But the second time round you notice the way they walk and it gets on your tits, fucking annoying
Error:Operator
Error:Operator
Postman
Postman

Posts : 107
Join date : 2008-05-31
Age : 31
Location : Your underwear Draw

Back to top Go down

How do you... Empty Re: How do you...

Post  The Postman Tue Jun 17, 2008 4:00 pm

The whole points of TA is that all the pupeting/acting is done badly and if you didn't realise that, then you should get out of my crisp packet. Do it!
The Postman
The Postman
Postman
Postman

Posts : 177
Join date : 2008-06-01
Age : 30
Location : A field in suffolk...

Back to top Go down

How do you... Empty Re: How do you...

Post  The Postman Tue Jun 17, 2008 4:00 pm

Who made all this bold?

EDIT: Hey, its not bold on this page.Hmm....
The Postman
The Postman
Postman
Postman

Posts : 177
Join date : 2008-06-01
Age : 30
Location : A field in suffolk...

Back to top Go down

How do you... Empty Re: How do you...

Post  Sponsored content


Sponsored content


Back to top Go down

Back to top


 
Permissions in this forum:
You cannot reply to topics in this forum