HostNode.com :: HostSeeker's Talk
Home Register FAQ Members List Calendar Mark Forums Read
Go Back   HostNode.com :: HostSeeker's Talk > Design Talk > General Web Design > Newbie needs help
Reply
 
LinkBack Thread Tools Rate Thread Display Modes
(#1 (permalink))
Old
lriffs lriffs is offline
Registered User
lriffs is on a distinguished road
 
Posts: 2
Join Date: Jan 2005
Newbie needs help - 01-24-2005, 02:08 AM

Okay here,sorry for the such probaly obvious stupid ?
I am new to building a web site,my father asked me to build one for his charity he runs,for youth groups in our area,I built a 5 age web site using virtuoso,and I thought once I built this,bang it would be on the internet for the world to see,still laughing at that one,Well I do know now it does not work that way,and I tried to validate my site,and it said there is no "doctype"html ,and had over 30 errors on the page,I used w3 I beleive,I have no clue what I am doing and would appreciate any help on info where I can find a easy beginners web site that will teach me,or do I need to validate?Is there not a web host where you can use nice templates,or flash and still use html 4.01or higher,are they supposed to add your own codes,when you use their site builder?
At the moment my head is pounding from being on this computer for 3 days straight,any help would be great,thanks much have a great night
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
(#2 (permalink))
Old
PiMPaRSeBiSh PiMPaRSeBiSh is offline
Confirmed User
PiMPaRSeBiSh is on a distinguished road
 
Posts: 153
Join Date: Mar 2004
Location: Orlando, FL
01-25-2005, 04:25 AM

Quote:
Originally Posted by lriffs
Okay here,sorry for the such probaly obvious stupid ?
I am new to building a web site,my father asked me to build one for his charity he runs,for youth groups in our area,I built a 5 age web site using virtuoso,and I thought once I built this,bang it would be on the internet for the world to see,still laughing at that one,Well I do know now it does not work that way,and I tried to validate my site,and it said there is no "doctype"html ,and had over 30 errors on the page,I used w3 I beleive,I have no clue what I am doing and would appreciate any help on info where I can find a easy beginners web site that will teach me,or do I need to validate?Is there not a web host where you can use nice templates,or flash and still use html 4.01or higher,are they supposed to add your own codes,when you use their site builder?
At the moment my head is pounding from being on this computer for 3 days straight,any help would be great,thanks much have a great night
Send me one of your coded pages and I'll recode it correctly and give it back to you. You can then compare it to your other pages and see your errors. Just reply here with the code in between [ code ] tags.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
(#3 (permalink))
Old
lriffs lriffs is offline
Registered User
lriffs is on a distinguished road
 
Posts: 2
Join Date: Jan 2005
Thanks here is one page - 01-25-2005, 04:56 AM

Quote:
Originally Posted by PiMPaRSeBiSh
Send me one of your coded pages and I'll recode it correctly and give it back to you. You can then compare it to your other pages and see your errors. Just reply here with the code in between [<P align=center><FONT size=6 Narrow?Arial><U><STRONG><EM>Come Join us for the fun</EM></STRONG></U></FONT></P>
<P align=center><FONT size=5 BACKGROUND-COLOR:><STRONG><EM>~Charity Ran Vegas Casino Nights~</EM></STRONG></FONT></P>
<P align=center><STRONG><EM><FONT size=5>This site inlcudes all information On:</FONT></EM></STRONG></EM></STRONG></P>
<P align=center><STRONG><EM><FONT size=5 BACKGROUND-COLOR:>Poker</FONT></EM></STRONG></P>
<P align=center><STRONG><EM><FONT size=5 BACKGROUND-COLOR:>Texas Hold Em</FONT></EM></STRONG></P>
<P align=center><FONT face="Arial Narrow" size=5 BACKGROUND-COLOR:size="5"><EM><STRONG>Driving Directions,Locations</STRONG></EM></FONT></P>
<P align=center><STRONG><EM><FONT size=5 BACKGROUND-COLOR:>We welcome any comments just sign our Guest book or email us</FONT></EM></STRONG></P>
<P align=center><STRONG><EM><FONT size=5>Be sure to check out the rest of our website</FONT></EM></STRONG></P>
<P align=center><STRONG><EM><FONT size=5>~Hope To see You There~</FONT></EM></STRONG></P>
] tags.

Thanks
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
(#4 (permalink))
Old
PiMPaRSeBiSh PiMPaRSeBiSh is offline
Confirmed User
PiMPaRSeBiSh is on a distinguished road
 
Posts: 153
Join Date: Mar 2004
Location: Orlando, FL
01-25-2005, 06:06 AM

I meant using the bb [.code] and [./code] tags to insert your code like this:
Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Enter Your Title here</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<style type="text/css">
<!--
body { font-family: Arial; font-weight: bold; font-size: 24px; }
.whateveryouwant { text-decoration: underline; }
-->
</style>
</head>
<body>
<div align="center" style="padding: 5px" class="whateveryouwant"><em>Come Join us for the fun</em></div>
<div align="center" style="padding: 5px"><em>~Charity Ran Vegas Casino Nights~</em></div>
<div align="center" style="padding: 5px"><em>This site inlcudes all information On:</em></div>
<div align="center" style="padding: 5px"><em>Poker</em></div>
<div align="center" style="padding: 5px"><em>Texas Hold em</em></div>
<div align="center" style="padding: 5px"><em>Driving Directions,Locations</em></div>
<div align="center" style="padding: 5px"><em>We welcome any comments just sign our Guest book or email us</em></div>
<div align="center" style="padding: 5px"><em>Be sure to check out the rest of our website</em></div>
<div align="center" style="padding: 5px"><em>~Hope To see You There~</em></div>
</body>
</html>
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Newbie Looking for Advice cwarno1 Reseller Board 13 08-30-2004 10:35 PM
Newbie question about paired names newrhodes Domain Name Appraisals 2 02-09-2004 10:06 AM
PPC companies and a few newbie ???s mrmoon SEO and Promotions Techniques 13 02-07-2004 04:30 AM
easy newbie hosting questions airplays Reseller Board 1 05-13-2003 07:26 PM
Is this a good idea? Question from a newbie.. MichaelLaws Control Panels and Softwares 0 04-08-2003 08:14 PM


All times are GMT +2. The time now is 07:15 PM.

Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.0.0
vB.Sponsors
© 2003 - 2007 HostSeeker.com - All rights reserved