I hate rubbish things!

Go down

I hate rubbish things! Empty I hate rubbish things!

Post by Guest Sun Mar 25 2012, 20:03

angry

I just bought a website builder at £50 and it is complete and utter toss!!!

I'm so angry. The shop won't take it back cause it's open and used so now i'm stuck with a £50 CD that is no use to anyone but the bun man. I'm so fuming.

Guest
Guest


Back to top Go down

I hate rubbish things! Empty Re: I hate rubbish things!

Post by Steve Sun Mar 25 2012, 20:06

why did you buy that for !!

make a folder and call it website and d/l notepad++ and use that to make a website

Steve
Staffy-Bull-Terrier VIP Member
Staffy-Bull-Terrier VIP Member

Status Status :
Online
Offline

Male
Join date : 2010-08-25
Support total : 1443
Posts : 66154

https://staffy-bull-terrier.niceboard.com

Back to top Go down

I hate rubbish things! Empty Re: I hate rubbish things!

Post by Guest Sun Mar 25 2012, 20:07

Cause i'm not smart and need something that does all the work for me hahaha

Guest
Guest


Back to top Go down

I hate rubbish things! Empty Re: I hate rubbish things!

Post by Steve Sun Mar 25 2012, 20:22

you start with something like this

Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>your title</title>
<meta name="description" content="test." />
<meta name="keywords" content=",test" />
<link href="theme/stylesheet.css" rel="stylesheet" type="text/css" />
</head>

<body>
 
</body>
</html>


Last edited by Steve on Sun Mar 25 2012, 20:25; edited 1 time in total

Steve
Staffy-Bull-Terrier VIP Member
Staffy-Bull-Terrier VIP Member

Status Status :
Online
Offline

Male
Join date : 2010-08-25
Support total : 1443
Posts : 66154

https://staffy-bull-terrier.niceboard.com

Back to top Go down

I hate rubbish things! Empty Re: I hate rubbish things!

Post by Guest Sun Mar 25 2012, 20:24

Looks simple ;]

Guest
Guest


Back to top Go down

I hate rubbish things! Empty Re: I hate rubbish things!

Post by Steve Sun Mar 25 2012, 20:35

make another something like call style save it like this style.css

with codes like this

Code:
#wrapper {
    width: 1198px;
    border: 1px solid #bcd4e3;
    background: #fff;
    margin: 0 auto;
}
#logo {
    width: 868px;
    margin: 15px 15px 0 14px;
    border: 1px solid #bcd4e3;
    border-bottom:   none;   
    background: url("your image");   
}
#navbar {
    margin: 5px 15px 0 14px;
    border: 1px solid #000000;
    background: #000000;
}
#navbar1 {
    height: 135px;
    width: 768px;
    margin: 5px 15px 0 14px;
    border: 1px solid #000000;
    background: #000000;   
}

d/l someone else themplate and get used to the website that how i started then i went on making my own

Steve
Staffy-Bull-Terrier VIP Member
Staffy-Bull-Terrier VIP Member

Status Status :
Online
Offline

Male
Join date : 2010-08-25
Support total : 1443
Posts : 66154

https://staffy-bull-terrier.niceboard.com

Back to top Go down

I hate rubbish things! Empty Re: I hate rubbish things!

Post by Steve Sun Mar 25 2012, 20:38

http://www.free-css.com/free-css-templates/page1.php

Steve
Staffy-Bull-Terrier VIP Member
Staffy-Bull-Terrier VIP Member

Status Status :
Online
Offline

Male
Join date : 2010-08-25
Support total : 1443
Posts : 66154

https://staffy-bull-terrier.niceboard.com

Back to top Go down

I hate rubbish things! Empty Re: I hate rubbish things!

Post by Guest Sun Mar 25 2012, 20:57

Im very visual though i like to see what im doing rather than code it

Guest
Guest


Back to top Go down

I hate rubbish things! Empty Re: I hate rubbish things!

Post by Steve Sun Mar 25 2012, 21:01

u can see what u doing by clicking on your file Smile

Steve
Staffy-Bull-Terrier VIP Member
Staffy-Bull-Terrier VIP Member

Status Status :
Online
Offline

Male
Join date : 2010-08-25
Support total : 1443
Posts : 66154

https://staffy-bull-terrier.niceboard.com

Back to top Go down

I hate rubbish things! Empty Re: I hate rubbish things!

Post by Steve Sun Mar 25 2012, 21:06

here what my website folder looks like

I hate rubbish things! Website44

Steve
Staffy-Bull-Terrier VIP Member
Staffy-Bull-Terrier VIP Member

Status Status :
Online
Offline

Male
Join date : 2010-08-25
Support total : 1443
Posts : 66154

https://staffy-bull-terrier.niceboard.com

Back to top Go down

I hate rubbish things! Empty Re: I hate rubbish things!

Post by Guest Sun Mar 25 2012, 21:21

Ill have a read and see if i can figure it out. Thanks x

Guest
Guest


Back to top Go down

I hate rubbish things! Empty Re: I hate rubbish things!

Post by Guest Sun Mar 25 2012, 21:25

Rather you than me - goes right over my head! I dont want to s

Guest
Guest


Back to top Go down

I hate rubbish things! Empty Re: I hate rubbish things!

Post by Guest Sun Mar 25 2012, 22:13

Caryll wrote:Rather you than me - goes right over my head! I dont want to s

Me too! I have no patience for any of it! One look and my eyes glaze over and I'm already looking for something else to do.

Guest
Guest


Back to top Go down

I hate rubbish things! Empty Re: I hate rubbish things!

Post by Steve Sun Mar 25 2012, 22:16

you be shock how easy it is when you just learn the basic... but their are codes i dont under stand like this you need to uni or something

Code:
<script type="text/javascript">
function timeMsg()
{
var t=setTimeout("alertMsg()",3000);
}
function alertMsg()
{
alert("Hello");
}

Steve
Staffy-Bull-Terrier VIP Member
Staffy-Bull-Terrier VIP Member

Status Status :
Online
Offline

Male
Join date : 2010-08-25
Support total : 1443
Posts : 66154

https://staffy-bull-terrier.niceboard.com

Back to top Go down

I hate rubbish things! Empty Re: I hate rubbish things!

Post by Guest Sun Mar 25 2012, 22:33

I think i will build my site first then learn this and make a second version of the site, id rather just have it up and going first, theres a LOT of content so HTMLing it will take a good year lol

Guest
Guest


Back to top Go down

I hate rubbish things! Empty Re: I hate rubbish things!

Post by Steve Sun Mar 25 2012, 22:38

if u get stuck post your codes here and will help you Big Grin

Steve
Staffy-Bull-Terrier VIP Member
Staffy-Bull-Terrier VIP Member

Status Status :
Online
Offline

Male
Join date : 2010-08-25
Support total : 1443
Posts : 66154

https://staffy-bull-terrier.niceboard.com

Back to top Go down

I hate rubbish things! Empty Re: I hate rubbish things!

Post by Guest Sun Mar 25 2012, 22:54

Thanks. The site im making is flash (arrgh!!!) so i will have to take loads of time to HTMLise it. Ill be sure to be bugging you again Steve Big Grin

Guest
Guest


Back to top Go down

I hate rubbish things! Empty Re: I hate rubbish things!

Post by Steve Sun Mar 25 2012, 22:55

http://notepad-plus-plus.org/

Steve
Staffy-Bull-Terrier VIP Member
Staffy-Bull-Terrier VIP Member

Status Status :
Online
Offline

Male
Join date : 2010-08-25
Support total : 1443
Posts : 66154

https://staffy-bull-terrier.niceboard.com

Back to top Go down

I hate rubbish things! Empty Re: I hate rubbish things!

Post by Steve Sun Mar 25 2012, 22:58

this may help you out

http://www.winstonprakash.com/articles/netbeans/FixedPageLayout.html

Steve
Staffy-Bull-Terrier VIP Member
Staffy-Bull-Terrier VIP Member

Status Status :
Online
Offline

Male
Join date : 2010-08-25
Support total : 1443
Posts : 66154

https://staffy-bull-terrier.niceboard.com

Back to top Go down

I hate rubbish things! Empty Re: I hate rubbish things!

Post by Steve Sun Mar 25 2012, 23:13

you dont need to download that netbeams u can do it by your self

Steve
Staffy-Bull-Terrier VIP Member
Staffy-Bull-Terrier VIP Member

Status Status :
Online
Offline

Male
Join date : 2010-08-25
Support total : 1443
Posts : 66154

https://staffy-bull-terrier.niceboard.com

Back to top Go down

I hate rubbish things! Empty Re: I hate rubbish things!

Post by Steve Sun Mar 25 2012, 23:15

a simple layout to start with to get used to things

http://www.oswd.org/design/preview/id/3698

Steve
Staffy-Bull-Terrier VIP Member
Staffy-Bull-Terrier VIP Member

Status Status :
Online
Offline

Male
Join date : 2010-08-25
Support total : 1443
Posts : 66154

https://staffy-bull-terrier.niceboard.com

Back to top Go down

I hate rubbish things! Empty Re: I hate rubbish things!

Post by Guest Wed Mar 28 2012, 00:55

Very excited. I have found a good builder that lets me do it in html and i can see what im doing visually! Happy bunny!

Now to redo all the crap ive already done on flash.

Hmm, how to make the box transparent..

Guest
Guest


Back to top Go down

I hate rubbish things! Empty Re: I hate rubbish things!

Post by Guest Wed Mar 28 2012, 01:10

Steve, i need you to explain FTP now lmao.

Guest
Guest


Back to top Go down

I hate rubbish things! Empty Re: I hate rubbish things!

Post by Steve Wed Mar 28 2012, 08:50

File Transfer Protocol

fillezilla is the best it's a program to upload your website to your hosting

Steve
Staffy-Bull-Terrier VIP Member
Staffy-Bull-Terrier VIP Member

Status Status :
Online
Offline

Male
Join date : 2010-08-25
Support total : 1443
Posts : 66154

https://staffy-bull-terrier.niceboard.com

Back to top Go down

I hate rubbish things! Empty Re: I hate rubbish things!

Post by Sponsored content


Sponsored content


Back to top Go down

Back to top

- Similar topics

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