PDA

View Full Version : WebPages



QuadTrix6
07-06-2003, 07:33 AM
i see a lot of guys on here have free web pages where can i get one and which sites are the best, im not good with html coding or anything im looking for the easy ones :o

blondie69
07-06-2003, 10:18 AM
Originally posted by QuadTrix6
i see a lot of guys on here have free web pages where can i get one and which sites are the best, im not good with html coding or anything im looking for the easy ones :o

www.geocities.com

www.expage.com

:D

Brad
07-06-2003, 11:01 AM
www.tripod.com

easiest one there is

stepupmx
07-06-2003, 12:00 PM
Dont be a sissy! Learn html!

:confused2

QuadTrix6
07-06-2003, 12:44 PM
Thanks a bunch guys

www.jinxracing.tk :p

07-06-2003, 01:30 PM
HTML coding sucks:ermm: but it does make the page look pretty good after 50 million tries to get it right

heres mine

www.angelfire.com/anime4/my400ex/

Narly R
07-06-2003, 01:38 PM
I dont even know what a html is!:huh Is it like a BLT? It isnt food is it?:huh

07-06-2003, 01:49 PM
Originally posted by Narly R
I dont even know what a html is!:huh Is it like a BLT? It isnt food is it?:huh your beter off not knowing what it is....it takes up way too much time..but once you do it, you just kinda have to keep doing it

Ralph
07-06-2003, 02:03 PM
i guess i know a thing or 2 about web pages...

www.randrcoatings.com

www.premieroneproperties.com

MarkyNark
07-06-2003, 02:12 PM
Originally posted by stepupmx
Dont be a sissy! Learn html!

:confused2

My advice, if you have a lot of time on your hands and like to program HTML all day, they by all means learn it. But, I've created 5 websites with very little HTML code. One is even a on-line parts website. I created all those sites in less than 4-5 days each initially.

Yahoo website services is good - thats what I use for all of mine. They give you the site, no ads, software for online- or off line publishing for only $12.95 a month. I started off at Extreme Garage.com and they have sites for members for free! Tripod I think is low cost too.

MarkyNark
07-06-2003, 02:33 PM
Originally posted by Ralph
i guess i know a thing or 2 about web pages...

www.randrcoatings.com

www.premieroneproperties.com

Those look good. I had a little fun with your logo - you can have it if you want.

Marky

Ralph
07-06-2003, 02:41 PM
no thx, i am looking for the proffesional look. i am designing websites for poeple alot and those too is what i show when they want a more proffesional look...

Rip_Tear
07-06-2003, 02:42 PM
I used to have a wicked free web page service, 20megs free! But now you have to pay for it :( HTML is easy... I used to write it all the time but I have no need at the moment. I just leech bandwidth and server off my brother now...

MarkyNark
07-06-2003, 03:06 PM
Originally posted by Ralph
no thx, i am looking for the proffesional look. i am designing websites for poeple alot and those too is what i show when they want a more proffesional look...

What are you using for your graphic editor? The edges look a little pixelated to me.

How about the one below ... Sorry I couldnt resist - Im just funnin with ya!

Ralph
07-06-2003, 03:14 PM
i use adobe photoshop. that banner right now i just threw tofether real quick. i have a question though, how do i make gif's that have action in em, like the fade in the last one or like the c&d racing one at the top...

MarkyNark
07-06-2003, 03:19 PM
I thought that would be a nice touch for a powdercoating business. Sort of 'spray it on' thick look. Anyways, I use Microsoft PhotoDraw 2000. It does the text and photos with all sorts of animation and supports several formats, including GIF files. I dont use it for videos, but for stuff like that, its easy and quick.

hessianmx111
07-06-2003, 03:39 PM
can somebody explain html coding to me like what it is and how you use it. thnx

MarkyNark
07-06-2003, 03:45 PM
Here is a sample of HTML code for This website .....

All of that code, and more, makes up a single page that you see. Text, text color, size and font type are all defined in the code. Think of it as DNA for websites.

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head><title>EXriders Forums - WebPages</title>
<meta http-equiv="MSThemeCompatible" content="Yes">
<style type="text/css">
SELECT {
FONT-FAMILY: Verdana,Arial,Helvetica,sans-serif;
FONT-SIZE: 11px;
COLOR: #000000;
BACKGROUND-COLOR: #CFCFCF
}
TEXTAREA, .bginput {
FONT-SIZE: 12px;
FONT-FAMILY: Verdana,Arial,Helvetica,sans-serif;
COLOR: #000000;
BACKGROUND-COLOR: #CFCFCF
}
#all A:link, #all A:visited, #all A:active {
COLOR: #FF4400;
}
#all A:hover {
COLOR: #000000;
}
#cat A:link, #cat A:visited, #cat A:active {
COLOR: #000000;
TEXT-DECORATION: none;
}
#cat A:hover {
COLOR: #000000;
TEXT-DECORATION: underline;
}
#ltlink A:link, #ltlink A:visited, #ltlink A:active {
COLOR: #FF4400;
TEXT-DECORATION: none;
}
#ltlink A:hover {
COLOR: #000000;
TEXT-DECORATION: underline;
}
.thtcolor {
COLOR: #000000;
}
</style>


<script language="javascript" type="text/javascript">
<!--
function aimwindow(aimid) {
window.open("member.php?s=&action=aimmessage&aim="+aimid,"_blank","toolbar=no,location=no,menubar=no,scrollbars=no,wi dth=175,height=275,resizeable=yes,status=no")


}
// -->
</script>
</head>
<body bgcolor="#eeeeee" text="#000000" id="all" leftmargin="10" topmargin="10" marginwidth="10" marginheight="10" link="#000020" vlink="#000020" alink="#000020">
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>

<head>
<title>EXriders.com Online Community - powered by vBulletin</title>
</head>

<script language="Javascript">
if (document.images) {
img1on = new Image();
img1on.src = "http://www.exriders.com/forums/images/new/home_on.gif";

img1off = new Image();
img1off.src = "http://www.exriders.com/forums/images/new/home.gif";

img2on = new Image();
img2on.src = "http://www.exriders.com/forums/images/new/forums_on.gif";

img2off = new Image();
img2off.src = "http://www.exriders.com/forums/images/new/forums.gif";

img3on = new Image();
img3on.src = "http://www.exriders.com/forums/images/new/techarticles_on.gif";

img3off = new Image();
img3off.src = "http://www.exriders.com/forums/images/new/techarticles.gif";

img4on = new Image();
img4on.src = "http://www.exriders.com/forums/images/new/reviews_on.gif";

img4off = new Image();
img4off.src = "http://www.exriders.com/forums/images/new/reviews.gif";

img5on = new Image();
img5on.src = "http://www.exriders.com/forums/images/new/videos_on.gif";

img5off = new Image();
img5off.src = "http://www.exriders.com/forums/images/new/videos.gif";

img6on = new Image();
img6on.src = "http://www.exriders.com/forums/images/new/rides_on.gif";

img6off = new Image();
img6off.src = "http://www.exriders.com/forums/images/new/rides.gif";

img7on = new Image();
img7on.src = "http://www.exriders.com/forums/images/new/project_on.gif";

img7off = new Image();
img7off.src = "http://www.exriders.com/forums/images/new/project.gif";

310Rduner
07-06-2003, 03:46 PM
html coding is basically all command tags with an opening and closing tag like <img> whatever </img> one tells it to do this command between the 1st tag and anything else until the last tag...

gets pretty drawn in.. if you want to see what one page of html looks like go to View on your browser and hit SOURCE

310Rduner
07-06-2003, 03:47 PM
Yep.. thats what it is.. marky got it b4 i could

blondie69
07-06-2003, 03:48 PM
MarkyNark....know wats sad? I used to know how to do pretty much everything u put in there.....now i remember barly any of it. I haven't done html stuff in about a year......mom wanted me to get a job to design webpages somewhere......but i was only 14 and i really didn't feel like doin it at the time:rolleyes:

07-06-2003, 03:54 PM
i made mine on tripod i think it looks good for a cheapo one

MarkyNark
07-06-2003, 03:54 PM
Dont be sad.. There are so many good HTML generators out there you wont need to know all that all the time. The fact that you had learned it, means that you can re-learn whatever you need when the HTML generators cant do something. Sure, the really big sites, like Sony and some others, were all strickly programmed in HTML from the start. But, the generators have come along way very fast. Now I barely even touch them any more. Now I just edit some of the code and leave the rest to the generators - its just too easy to do without. Sort of like using a calculator instead of doing it by hand - whats the point? :cool:

310Rduner
07-06-2003, 04:31 PM
mmmmm Macromedia... dreamweaver... its THE sh*t for complicated html generators lol...

i gave up playing with it.. but its fun on dreamweaver 3.. my mom copied her cd of it at work and we uploaded it here... i never found a reason to make a website for myself tho...:ermm:

Ralph
07-07-2003, 03:03 AM
dreamweaver is pretty cool, what you do is you start out by typing a < then a little box comes up and u can select anything you want, say u wanna make a table, then u either can type <table> or u can do < then select table and it will make this <table> </table> then if u wanna change the color or border etc. what u have to do is make a space after the table in the first mark and a new window will pop up with all the other codes. border, spacing, bordercolor and all those.

so it basically rids of all the typing and u can find new codes and memorize them,,,

07-07-2003, 03:34 AM
I just recently took 2 HTML classes and have a Front page class in 3 weeks.

I have frontpage and photoshop, complete versions on my PC at home and have no idea how to use them....lmfao

I sit at a computer all day and just can't get the urge to go home and sit at one for even more hours than I already do.

I will be taking over the quadshops webpage so wish me luck....:confused2

MOFO
07-07-2003, 04:06 AM
Originally posted by Rico

I will be taking over the quadshops webpage so wish me luck....:confused2



... oh no. :eek:

stepupmx
07-07-2003, 05:41 AM
Just use note pad if you wanna design a page.

MarkyNark
07-07-2003, 06:05 AM
:rolleyes:

07-07-2003, 06:16 AM
html I found to be very easy but damn it would take years to design pages just using it.

Frontpage seems to make things much easier.


I also don't have the patiance to deal with finding out were I left out the wack mark which would cause the entire page to be jacked up...:cuss:

Ex_Rider43
07-07-2003, 10:36 AM
I used geocities.. you dont have to mess with html so I think its the easiest.

I tried tripod and angelfire but they were too hard for me.

www.geocities.com/exrider52