Forum Home
Press F1
 
Thread ID: 101248 2009-07-06 12:32:00 New Venture, must visit,cheap IPODS!!!!! Metla (12) Press F1
Post ID Timestamp Content User
789583 2009-07-06 21:32:00 Can you eat the mixtures afterwards?? They do sound pretty nice! linw (53)
789584 2009-07-06 23:06:00 HI there,

Just validated the webpage for you . Congratulations for having NO CSS ERRORS for your page, which is a good thing (obviously) . However, I think you might like to look at the HTML bit:


. w3 . org/check?verbose=1&uri=http%3A%2F%2Findulgence . org . nz%2F" target="_blank">validator . w3 . org

Not sure whether the link works, but it seems that it is not very happy about the following:

> Unable to determine Parse Mode (it shows up as "Quirks mode" on my Web Development toolbar)

>No DOCTYPE found

>No document type declaration; implying <!DOCTYPE HTML SYSTEM>


and the rest are about BORDERCOLOR is invalid attribute, ALIGN can't be centred, and no ALT for images .
LynX (14542)
789585 2009-07-07 00:02:00 Try this code, if you like I can style the menu a bit etc . . .



<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1 . 0 Transitional//EN"
" . w3 . org/TR/xhtml1/DTD/xhtml1-transitional . dtd">" target="_blank">www . w3 . org
<html xmlns=" . w3 . org/1999/xhtml"" target="_blank">www . w3 . org lang="en" xml:lang="en">
<head>
<title>Indulgence Nails &amp; Makeup Wanganui</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<meta name="description" content="ndulgence is a Wanganui based Nail salon, offering the highest quality service . Donna has worked in the industry for many years and has extensive training and experience . " />
<meta name="keywords" content="Manicures, Pedicures, gel nails, Acrylics nails, French polish, pink, whites, tips, backfills . Bridal makeup" />

<style type="text/css">


body {
text-align: center;
background: #808080;
}

#wrapper {
text-align: left;
margin: 0px auto;
padding: 0px;
border:0;
width: 990px;
background: #fff;
}

#header {
margin: 0 0 15px 0;
text-align: center;
}

#navcontainer {
background: url(" . org . nz/buttons/button . jpg"" target="_blank">indulgence . org . nz) repeat-x 0 0;
height: 30px;
text-align: center;
}

#navlist li {
display: inline;
list-style-type: none;
padding-right: 20px;
}

#left-col {
float: left;
width: 166px;
}

#right-col {
float: right;
width: 167px;
}

#content {
float: left;
width: 650px;
}

#footer {
clear: both;
background: url(" . org . nz/buttons/button . jpg"" target="_blank">indulgence . org . nz) repeat-x 0 0;
height: 30px;
text-align: center;
}

</style>

</head>

<body>



<div id="wrapper">
<div id="header">
<img src=" . org . nz/indulhcircle . jpg"" target="_blank">indulgence . org . nz /> <br /> <br /> Nails &amp; Makeup Wanganui&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Ph 06 343265
</div>
<div id="navcontainer">
<ul id="navlist">
<li id="active"><a href="#" id="current">Item one</a></li>
<li><a href="#">Item two</a></li>
<li><a href="#">Item three</a></li>
<li><a href="#">Item four</a></li>
<li><a href="#">Item five</a></li>
</ul>
</div>
<div id="container">
<div id="left-col">
<img src=" . org . nz/imagess/left . jpg"" target="_blank">indulgence . org . nz />
<br />


</div>
<div id="content">
<table width="630">
<tr>
<td width="70%">first line first col</td><td width="30%">first line second col</td>
</tr>
<tr>
<td>next line first col</td><td>next line second col</td>
</tr>
<tr>
<td>next line first col</td><td>next line second col</td>
</tr>
<tr>
<td>next line first col</td><td>next line second col</td>
</tr>
<tr>
<td>next line first col</td><td>next line second col</td>
</tr>
<tr>
<td>next line first col</td><td>next line second col</td>
</tr>
<tr>
<td>next line first col</td><td>next line second col</td>
</tr>
<tr>
<td>next line first col</td><td>next line second col</td>
</tr>
<tr>
<td>next line first col</td><td>next line second col</td>
</tr>
<tr>
<td>next line first col</td><td>next line second col</td>
</tr>
<tr>
<td>next line first col</td><td>next line second col</td>
</tr>
<tr>
<td>next line first col</td><td>next line second col</td>
</tr>
<tr>
<td>next line first col</td><td>next line second col</td>
</tr>
<tr>
<td>next line first col</td><td>next line second col</td>
</tr>
<tr>
<td>next line first col</td><td>next line second col</td>
</tr>
<tr>
<td>next line first col</td><td>next line second col</td>
</tr>
<tr>
<td>next line first col</td><td>next line second col</td>
</tr>
</table>
<br />

</div>
<div id="right-col">

<img src=" . org . nz/imagess/right . jpg"" target="_blank">indulgence . org . nz />
<br />


</div>
</div>
<div id="footer">

&copy; Nails &amp; Makeup Wanganui&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Ph 06 343265
</div>
</div>


</body>
</html>
Rob99 (151)
789586 2009-07-07 02:27:00 Add alt tags to your images with reference/keywords to your business. This allows Google to read the alt tags, and will get indexed with the reference/keywords - which is more likely to increase visits from Google image searchers.

Something like: <img border="0" src="buttons/nails.jpg" alt= "Visit Indulgence.org.nz for a quality nail manicure" width="140" height="30"> (e.g for the hand image)
kahawai chaser (3545)
789587 2009-07-07 03:38:00 Righto, Much appreciate all the input but due to not actually knowing a single thing about html I'm afraid a (large) portion of it went right over my head.:p Metla (12)
789588 2009-07-07 07:11:00 In shorthand? Replace
<html> with Rob99's
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"www.w3.org
<html xmlns="www.w3.org lang="en" xml:lang="en">

Uh, what's the difference? I think one uses HTML, and the other one uses XHTML. Their difference? XHTML is more strict on coding, and is less likely to cause errors (am I right?)

p.s. You made the website using table layout :confused:? And with a WYSIWYG (What You See Is What You Get) editor? Oh, nothing. I thought tables were a bit old-fashioned nowadays. And they pump file size up as well (I think).
LynX (14542)
789589 2009-07-07 07:16:00 And a special appraisal to Rob99:clap: you restructured the WHOLE page? That's impressive:eek: LynX (14542)
789590 2009-07-07 08:03:00 Frontpage FTW. Metla (12)
789591 2009-07-07 12:06:00 Try this code, if you like I can style the menu a bit etc...



Very very cool.

Please feel free to continue by all means.
Metla (12)
789592 2009-07-07 15:07:00 Frontpage FTW.
FTL lol.. I used Notepad++

Very very cool.

Please feel free to continue by all means.
Can do.
Do you know the font used for the menu?

Do you know if your host has php and mysql, I could through this into a CMS which would make adding and editing fast and simple.
Rob99 (151)
1 2 3 4 5 6