This is a read-only archive of the old Scratch 1.x Forums.
Try searching the current Scratch discussion forums.

#1 2008-12-26 17:51:50

MrMadMan
Scratcher
Registered: 2008-10-28
Posts: 100+

How do you make a website

can you give me some sites to make websites


http://scratch.mit.edu/forums/viewtopic.php?id=18385
Go to build a life  big_smile  Offical Member of Hero RPG

Offline

 

#2 2008-12-26 19:16:34

theUnderscene
Scratcher
Registered: 2008-10-29
Posts: 64

Re: How do you make a website

www.freewebs.com
www.weebly.com
http://www.doodlekit.com/home
https://worknotes.com/idxstates.htm
http://www.makeaneasywebsite.com/main/home


http://www.signaturebar.com/uploads/images/52649.png

Offline

 

#3 2008-12-26 21:16:30

bart9032
Scratcher
Registered: 2008-06-16
Posts: 100+

Re: How do you make a website

Punbb-hosting is for forums


Or you could just make one using html like for example, this is the simple type.

Code:

<html>
<head>
<title>
<h1>My first website</h1>
<h2>I think I like it</h2>
</title>
<span id="main"> 
<div class="block"> 
    <h2><span>Adverts</span></h2> 
    <div class="box"> 
        <div class="inbox" style="text-align: center; padding-top: 1em"> 
<script type="text/javascript"><!--
google_ad_client = "pub-4454142554497518";
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = "468x60_as";
google_ad_channel = "4863483133";
google_ad_type = "text_image";
google_color_border = "000000";
google_color_bg = "000000";
google_color_link = "60A0DC";
google_color_url = "60A0DC";
google_color_text = "DDDDDD";
//--></script> 
<script type="text/javascript"

src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> 
</script>
</head>
</html>

Hope this helps!


Hi, my name is Bartholomew JoJo 'Bart' Simpson. Nice to meet you,
Actually, no I am not Bart Simpson. I am bart9032  cool

Offline

 

#4 2008-12-26 23:31:52

herey
Scratcher
Registered: 2008-06-26
Posts: 100+

Re: How do you make a website

You can also make a website/wiki here: http://www.wetpaint.com/
There's also google sites: http://www.google.com/sites/help/intl/en/overview.html

Last edited by herey (2008-12-26 23:33:41)

Offline

 

Board footer