We hope you enjoy your visit.

You're currently viewing our forum as a guest. This means you are limited to certain areas of the board and there are some features you can't use. If you join our community, you'll be able to access member-only sections, and use many member-only features such as customizing your profile, sending personal messages, and voting in polls. Registration is simple, fast, and completely free.


Join our community!


If you're already a member please log in to your account to access all of our features:

Username:   Password:
Add Reply
  • Pages:
  • 1
My first scripts; My stripts(help me)
Topic Started: Feb 17 2005, 08:17 AM (506 Views)
limguohong91
Guo Hong
[ *  *  * ]
Code:
 
<!---Centered News(Marquee)--->
<center><table width="200" hieght="70" bgColor=#FFFFFF Bordercolor=#000000 Frame=Box> <Font Color=#000000><big><Marquee> INPUT news here </marquee></big></front></center>


Is there any problem?

I wrote this stripts but after i input this it loads slow and seem like my first cat header was (taken away) by that box

Who can help

-This should be the place to post (or if i should post at Support a mod plz move it )

I have been thinking........

REEDITED after people's comment

Code:
 
<!---Centered News (Marquee)--->
<center><table width="200" height="70" bgcolor=#FFFFFF bordercolor=#000000 Frame=Box><tr><td><font color=#000000><big><marquee> INPUT news here </marquee></big></font></tr><td></table></center>
Offline Profile Quote Post Goto Top
 
Gogf
Indescribable
[ *  *  *  *  *  * ]
That it not a script.

Also, you need to change it to this:

Code:
 
<!---Centered News (Marquee)--->
<center><table width="200" hieght="70" bgcolor=#FFFFFF bordercolor=#000000 Frame=Box><tr><td><font color=#000000><big><marquee> INPUT news here </marquee></big></front></tr><td></table></center>


I stress, this is not a code. This is a table with a marquee. Oh, and don't use marquees. They're annoying and don't show up properly on all browsers.
Offline Profile Quote Post Goto Top
 
limguohong91
Guo Hong
[ *  *  * ]
Gogf
February 17, 2005 07:43 AM
That it not a script.

Also, you need to change it to this:

Code:
 
<!---Centered News (Marquee)--->
<center><table width="200" hieght="70" bgcolor=#FFFFFF bordercolor=#000000 Frame=Box><tr><td><font color=#000000><big><marquee> INPUT news here </marquee></big></front></tr><td></table></center>


I stress, this is not a code. This is a table with a marquee. Oh, and don't use marquees. They're annoying and don't show up properly on all browsers.

okay thx for rating my first "code"

But then again what is the define for code?
Offline Profile Quote Post Goto Top
 
Ben
Member Avatar
Quantum-locked when observed.

Codes are static bits of . . . code, er . . . data. :D They do one thing, and will always do that thing.

Scripts are codes that will do multiple things based on an event, they are in effect dynamic.
Offline Profile Quote Post Goto Top
 
limguohong91
Guo Hong
[ *  *  * ]
Tachyon
February 17, 2005 08:03 AM
Codes are static bits of . . . code, er . . . data. :D They do one thing, and will always do that thing.

Scripts are codes that will do multiple things based on an event, they are in effect dynamic.

ohhhhhhh

So my just a ........ useless news box haha
Offline Profile Quote Post Goto Top
 
Cona
Member
[ * ]
IMO I don't understand coding .. I wouldn't know where to start..
Offline Profile Quote Post Goto Top
 
Dennis
Member
[ *  *  *  *  *  *  * ]
Start with PHP. ;)
Offline Profile Quote Post Goto Top
 
kingy
1 in 10 people understands binary, the other 1 doesn't
[ *  *  *  *  *  * ]
or Javascript...it depends what u want to do. Javascript for simple stuff, but PHP for better, more advanced (inc databasing) stuff
Offline Profile Quote Post Goto Top
 
Seth
Member Avatar
I has a pony
[ *  *  *  *  *  *  *  *  * ]
And he misspelled font as "front" :rolleyes:
Offline Profile Quote Post Goto Top
 
SkItZo
Support Volunteer
[ *  *  * ]
He also misspelled "height" with "hieght". You need to spell check your codes first as that is one of the #1 culprit of why codes don't work...due to incorrect spelling of the coding syntax's
Offline Profile Quote Post Goto Top
 
Stefan
Member Avatar
Mew?
[ *  *  *  *  *  *  * ]
And a table without rows and cells isn't a table. That's more like only the table legs.
Offline Profile Quote Post Goto Top
 
Das
Member Avatar
Smells of rich mahogany
[ *  *  *  *  *  *  * ]
limguohong91
February 17, 2005 05:07 AM
Tachyon
February 17, 2005 08:03 AM
Codes are static bits of . . . code, er . . . data. :D  They do one thing, and will always do that thing.

Scripts are codes that will do multiple things based on an event, they are in effect dynamic.

ohhhhhhh

So my just a ........ useless news box haha

Not useless just poinless.

Cona Posted on February 17
2005 06:43 AM

IMO I don't understand coding .. I wouldn't know where to start..

What do you want to do. For basic internet HTML, for more elaborate interenet with cool functions HTML and Javascript, for games Anything in the basic or C family, for forums and database stuff php ect...
Offline Profile Quote Post Goto Top
 
limguohong91
Guo Hong
[ *  *  * ]
Quote:
 
And he misspelled font as "front"


Quote:
 
He also misspelled "height" with "hieght". You need to spell check your codes first as that is one of the #1 culprit of why codes don't work...due to incorrect spelling of the coding syntax's


Code edited

anyway i am trying to perfect my html before going on to learning javascript or php

Anyway PHP good? :ermm:
Offline Profile Quote Post Goto Top
 
kingy
1 in 10 people understands binary, the other 1 doesn't
[ *  *  *  *  *  * ]
php is very useful (hell IF is coded in it)

it allows you to display different things dependant on the user, but the user knows none of it, they just see what is relivant to them.

combined with MySql you can make databased pages, that display all records in a table or all records when the value of x=3 etc.

Once you know that you are well on the way to better pages for your sites
Offline Profile Quote Post Goto Top
 
limguohong91
Guo Hong
[ *  *  * ]
kingy
February 18, 2005 05:07 AM
php is very useful (hell IF is coded in it)

it allows you to display different things dependant on the user, but the user knows none of it, they just see what is relivant to them.

combined with MySql you can make databased pages, that display all records in a table or all records when the value of x=3 etc.

Once you know that you are well on the way to better pages for your sites

But do u need a server to do it?

like IF has 8 server
Offline Profile Quote Post Goto Top
 
1 user reading this topic (1 Guest and 0 Anonymous)
Go to Next Page
« Previous Topic · Technology Chat · Next Topic »
Add Reply
  • Pages:
  • 1