Staredit Network

Staredit Network -> Miscellaneous -> HTML
Report, edit, etc...Posted by Alfred.Ashford on 2004-09-02 at 18:22:06
I was just wondering how many people on sen know how to use html or at least know the basics about it.
Report, edit, etc...Posted by LegacyWeapon on 2004-09-02 at 18:24:12
i know it
Report, edit, etc...Posted by Alfred.Ashford on 2004-09-02 at 18:25:15
Lol, 5 minutes after I post the topic someone replys. Thats fast. blink.gif
Report, edit, etc...Posted by LegacyWeapon on 2004-09-02 at 18:29:02
thats because people are look at this forum all the time
Report, edit, etc...Posted by Alfred.Ashford on 2004-09-02 at 18:30:02
Have you made a website with your HTML skills? tongue.gif
Report, edit, etc...Posted by LegacyWeapon on 2004-09-02 at 18:31:33
actually many
dwfirebolt99.250m.com
dwfirebolt99.20megsfree.com
www.geocities.com/dodclanz
Report, edit, etc...Posted by Yoshi da Sniper on 2004-09-02 at 19:07:40
I know HTML and a whole lot of other questions. Proof? You're in it.
Report, edit, etc...Posted by molster on 2004-09-02 at 20:25:37
i know my html =) [now only if i could do layouts....]
Report, edit, etc...Posted by Kame on 2004-09-02 at 20:35:28
I used to know html, but than I went through that annoying phase most middle-schoolers go through of "none of the popular kids know it" so I stopped learning it. ...I'm re-learning it right now...
Report, edit, etc...Posted by Yoshi da Sniper on 2004-09-02 at 20:38:01
QUOTE(molster @ Sep 2 2004, 08:25 PM)
i know my html =) [now only if i could do layouts....]
[right][snapback]63783[/snapback][/right]

I didn't know how to either, but I learned by doing.

This is staredit.net's first layout I made:
user posted image
Report, edit, etc...Posted by molster on 2004-09-02 at 21:17:04
[attachmentid=1201]

LOl thats VERY nice to what i can do =(


[dont have time to add pic to a site to put up here so its a attachment]
and if you cant tell i just started on it. What im realy trying to do is work on my forum layout, anyway i guess this is off topic sry
Report, edit, etc...Posted by Mr.Camo on 2004-09-02 at 21:23:55
I've leared HTMl and I'm learning CSS. Here's my simple layout: http://www.freewebs.com/cscross23/index.html
Report, edit, etc...Posted by Kame on 2004-09-02 at 21:30:03
thank god you finally posted a link...I was about to kill you tongue.gif
Report, edit, etc...Posted by Mr.Camo on 2004-09-02 at 21:51:05
For what FireKame?
Report, edit, etc...Posted by Shmeeps on 2004-09-02 at 22:00:27
If anyones interested in it, I made a topic explaining the basics of it somewhere, you could probably search for it. But yeah, I suck at layouts too, so I do most of my layouts in flash, cause I think its just much easier. Well, yeah, I have a site, but I'm working on the layout, so its down right now.
Report, edit, etc...Posted by Alfred.Ashford on 2004-09-02 at 22:00:56
Well, as you know my computer is broken and I am left to use my sisters. So ive basically been finishing up on how to learn html. So far ive made this basic layout using nothing but tables. tongue.gif
http://www.freewebs.com/devd2
Report, edit, etc...Posted by Kame on 2004-09-02 at 22:06:43
QUOTE(Mr.Camo @ Sep 2 2004, 06:51 PM)
For what FireKame?
[right][snapback]63859[/snapback][/right]


because I've only asked for the link like five THOUSAND times tongue.gif
Report, edit, etc...Posted by Mr.Camo on 2004-09-02 at 22:12:46
That isn't my new website.. It's just a lay-out.. Could be my new website though.. No one knows.. mellow.gif
Report, edit, etc...Posted by Kame on 2004-09-02 at 22:14:24
in that case...
ranting.gif
give me link stat!
Report, edit, etc...Posted by Alfred.Ashford on 2004-09-02 at 22:20:30
Anyone here know how to loop music in the background? Anyone....?
Report, edit, etc...Posted by Shmeeps on 2004-09-02 at 22:23:55
With HTML?

CODE
<EMBED SRC="YOUR FILE NAME GOES HERE!!!!!" WIDTH="0" HEIGHT="0" AUTOSTART="true" LOOP="true" TYPE="audio/midi">

I belive.
Report, edit, etc...Posted by Alfred.Ashford on 2004-09-02 at 22:28:17
Thanks. Much appreciated.
Report, edit, etc...Posted by molster on 2004-09-02 at 23:10:43
Yes i do Very very easy code


CODE
<bgsound src="FILE URL" loop="-1">


place this code in your header.

[this a bit easyer than the other one i think]
Report, edit, etc...Posted by molster on 2004-09-04 at 16:47:12
First sry for double posting but it wouldnt let me modify =/....
here i thought you all might like this if you dont know it



<script type="text/javascript">
// this is a basic code but i did make it [molster]
// Ver 1.0
// http://ssdesigns.proboards17.com
var popurls=new Array()
popurls[0]="URL"

function openpopup(popurl){
var winpops=window.open(popurl,"","width=,height=,toolbar,location,status,scrollbars,menubar,resizable")
}

openpopup(popurls[Math.floor(Math.random()*(popurls.length))])

</script>




Ok first lets start with the text in red
CODE
popurls[0]="URL"

The URL you put were it says URL is the one that pops up, But you can make your pop-up show a random site just add..
CODE
popurls[1]="URL"

make sure the 0 is now a 1 [you can ad as many as you want.

Now the blue text. You can make the pop-up the size you want just do like this
CODE
width=500px,height=500px,


Now the last part You can make your window look diffrent, all you have to do is remove some of the things in green text, heres a list of what they do so you can remove the ones you want

toolbar- The tool bar you see at top of your browser [stop, home,back,favorites,ect]
location- The URL bar at top
status- the bar you see at the bottom that shows what is loading
scrollbars- the bars you use to make screen move [up, down] or [left, right]
menubar- File, Edit, View, ect
resizable- The person can make the pop-up biger, smaller


And thats it =_= There is one more thing you can do to your pop ups you can set them to like pop up every time someone comes to the site [thast what it is set to now] Only pops-up one time until the person closes the browser and comes back to site, And the last one is pops-up every X mins. I will post thos in a new ver some other time =_= beacuse thos deal with cookies and im still learning =) ALSO, FOR EVERYTIME YOU PLACE THIS CODE A POP-UP WILL COME SO IF YOU PLACE THIS 5 TIMES 5 POP UPS WILL COME, THIS WILL MAKE LOTS OF SPAM SO I WOULD NOT DO THIS!!!
Report, edit, etc...Posted by Cloak(U) on 2004-09-04 at 16:52:20
i know HTML smile.gifsmile.gif <HTML><H2>cloakowns</HTML> ???? lol w/e fukk it
Next Page (1)