Line 4 column 52: end tag for "meta" omitted, but OMITTAG NO was specified.
<meta http-equiv="Content-Language" content="en-au">
You may have neglected to close an element, or perhaps you meant to
"self-close" an element, that is, ending it with "/>" instead of ">".
'

JeevesBond posted this at 13:18—20th March 2006.
He has: 3,489 posts
Joined: Jun 2002
Exactly that, for an element that doesn't need a closing tag (e.g. ) you need to self-close it. You do that by putting: " />" at the end instead of: ">"
So in this case your line:
should be:
Easy, eh?
a Padded Cell our articles site!
DSSR posted this at 13:37—20th March 2006.
They have: 145 posts
Joined: Mar 2006
I did that and it still says the same thing. That's why I asked
because I thought it must be saying soemthing else
. Ill see if I can do it again, thanks mate.
www.scamwatch.only-the-truth.com
DSSR posted this at 13:46—20th March 2006.
They have: 145 posts
Joined: Mar 2006
OKay okay, the thing didnt refresh over the network folder. It works
thanks.
Okay, mr smarty pants, what are these two saying?
Error Line 45 column 6: required attribute "type" not specified.<style>
The attribute given above is required for an element that you've used, but
you have omitted it. For instance, in most HTML and XHTML document types
the "type" attribute is required on the "script" element and the "alt" attribute
is required for the "img" element.
Typical values for type are type="text/css" for <style> and
type="text/javascript" for <script>.
Error Line 53 column 17: there is no attribute "leftmargin".
<body leftmargin="0" topmargin="0">
You have used the attribute named above in your document, but the
document type you are using does not support that attribute for this
element. This error is often caused by incorrect use of the "Strict" document
type with a document that uses frames (e.g. you must use the "Transitional"
document type to get the "target" attribute), or by using vendor proprietary
extensions such as "marginheight" (this is usually fixed by using CSS to
achieve the desired effect instead).
This error may also result if the element itself is not supported in the
document type you are using, as an undefined element will have no
supported attributes; in this case, see the element-undefined error message
for further information.
How to fix: check the spelling and case of the element and attribute,
(Remember XHTML is all lower-case) and/or check that they are both allowed
in the chosen document type, and/or use CSS instead of this attribute.
'
www.scamwatch.only-the-truth.com
DSSR posted this at 13:51—20th March 2006.
They have: 145 posts
Joined: Mar 2006
This is what is in my html doc at error line 45
<style><!--
.text { font-size: 13px; font-family: verdana, arial; }
-->
</style>
</head>
'
Thaat is the part it is saying something is wrong? I didnt do that, image ready automatically put that there when I made splices for my buttons I made in photoshop.
www.scamwatch.only-the-truth.com
DSSR posted this at 13:53—20th March 2006.
They have: 145 posts
Joined: Mar 2006
ahh I see, I see, it didnt close with xhtml tag? or its commented out and serves no purpose?
www.scamwatch.only-the-truth.com
DSSR posted this at 14:02—20th March 2006.
They have: 145 posts
Joined: Mar 2006
Oh no, I have to make it css? So not only do I have to leanr xhtml I have to learn css at the same time?
is that right?
www.scamwatch.only-the-truth.com
DSSR posted this at 14:06—20th March 2006.
They have: 145 posts
Joined: Mar 2006
okay okay, I dont think Im allwoed to use xhtml in the head and use html in the rest of teh doc?
this is giving me a headache.
www.scamwatch.only-the-truth.com
DSSR posted this at 14:28—20th March 2006.
They have: 145 posts
Joined: Mar 2006
okay okay, Im starting to work this out now, thanks for the help
see how I go
www.scamwatch.only-the-truth.com
DSSR posted this at 14:44—20th March 2006.
They have: 145 posts
Joined: Mar 2006
Okay, I have one more big problem. I have 800 errors, and most of them are this
end tag for "br" omitted, but OMITTAG NO was specified.Support Materials <br>
'
whats that saying? do I have to clode those?
www.scamwatch.only-the-truth.com
DSSR posted this at 14:50—20th March 2006.
They have: 145 posts
Joined: Mar 2006
Ahh okay I was sure Busy told me what to do yesterday, he said I had to close them with xhtml
, like this so sweet as, now I have to do my WHOLE DAMN SITE AGAIN. 
isnt there a progrfam that closees these tags in xhtml automatically? I think using this frontpage is a bad idea.
www.scamwatch.only-the-truth.com
demonhale posted this at 15:58—20th March 2006.
He has: 3,195 posts
Joined: May 2005
front page doesnt look at the markup and doesnt check if its validated... There are actually other WYSIWYG (what you see is what you get) site editor that does some clean up like dreamweaver, and others like me use a manual text editor that cleans tag too.. but once you get used to making validated code, you wouldnt even need to clean it up since you typed the markup yourself... Post your errors again and well try to help...
DSSR posted this at 16:13—20th March 2006.
They have: 145 posts
Joined: Mar 2006
Yeah, Im nearly done. I had 684 errors. Now I think I got less, I have to finish my site, I have just a few more things I dopnt understand, but Im getting there. I am actually starting to see how easy it is to validate. Since I dont know how to code, I use teh gui thing in frontpage. But now I see it, I think I might actually start hand coding in notepad
, dreamweaver I have and used, but I dont like it because it doesnt display the pictures till I preview it in the browser, so I stuck with frontpage, because it does. I like to see the things on the fly, and what it looks like. 
www.scamwatch.only-the-truth.com
DSSR posted this at 16:34—20th March 2006.
They have: 145 posts
Joined: Mar 2006
Woohoo, I had 684 errors, now I have only 230
..well, still a lot, but way less than before
.
I dont think I will give you this many errors, its too much of a big job, Ill try read it, and put all the errors only and ask for teh ones I dont understand. Thanks a lot.
www.scamwatch.only-the-truth.com
DSSR posted this at 16:53—20th March 2006.
They have: 145 posts
Joined: Mar 2006
I dont understand what these are saying.
1.
-----------
Line 45 column 6: required attribute "type" not specified.
The attribute given above is required for an element that you've used, but you have omitted it. For instance, in most HTML and XHTML document types the "type" attribute is required on the "script" element and the "alt" attribute is required for the "img" element.
Typical values for type are type="text/css" for and type="text/javascript" for <script>.
-----------
2.
-----------
Line 53 column 17: there is no attribute "leftmargin".
You have used the attribute named above in your document, but the document type you are using does not support that attribute for this element. This error is often caused by incorrect use of the "Strict" document type with a document that uses frames (e.g. you must use the "Transitional" document type to get the "target" attribute), or by using vendor proprietary extensions such as "marginheight" (this is usually fixed by using CSS to achieve the desired effect instead).
This error may also result if the element itself is not supported in the document type you are using, as an undefined element will have no supported attributes; in this case, see the element-undefined error message for further information.
How to fix: check the spelling and case of the element and attribute, (Remember XHTML is all lower-case) and/or check that they are both allowed in the chosen document type, and/or use CSS instead of this attribute.
-----------
3.
-----------
Line 53 column 31: there is no attribute "topmargin".
-----------
4.
-----------
Line 55 column 49: document type does not allow element "body" here.
The element named above was found in a context where it is not allowed. This could mean that you have incorrectly nested elements -- such as a "style" element in the "body" section instead of inside "head" -- or two elements that overlap (which is not allowed).
One common cause for this error is the use of XHTML syntax in HTML documents. Due to HTML's rules of implicitly closed elements, this error can create cascading effects. For instance, using XHTML's "self-closing" tags for "meta" and "link" in the "head" section of a HTML document may cause the parser to infer the end of the "head" section and the beginning of the "body" section (where "link" and "meta" are not allowed; hence the reported error).
-----------
5. This one is a warning.
-----------
Line 70 column 660: cannot generate system identifier for general entity "affiliate".
...oftsell/nph-softsell.cgi?item=8527-2&affiliate=60022">
An entity reference was found in the document, but there is no reference by that name defined. Often this is caused by misspelling the reference name, unencoded ampersands, or by leaving off the trailing semicolon (
. The most common cause of this error is unencoded ampersands in URLs as described by the WDG in "Ampersands in URLs".
Entity references start with an ampersand (&) and end with a semicolon (
. If you want to use a literal ampersand in your document you must encode it as "&" (even inside URLs!). Be careful to end entity references with a semicolon or your entity reference may get interpreted in connection with the following text. Also keep in mind that named entity references are case-sensitive; &Aelig; and æ are different characters.
If this error appears in some markup generated by PHP's session handling code, this article has explanations and solutions to your problem.
Note that in most documents, errors related to entity references will trigger up to 5 separate messages from the Validator. Usually these will all disappear when the original problem is fixed.
-----------
6.
-----------
Line 70 column 660: general entity "affiliate" not defined and no default entity.
...oftsell/nph-softsell.cgi?item=8527-2&affiliate=60022">
This is usually a cascading error caused by a an undefined entity reference or use of an unencoded ampersand (&) in an URL or body text. See the previous message for further details.
-----------
7. Warning. I cant do what this is saying, otherwise my link wont work?
-----------
Line 70 column 669: reference not terminated by REFC delimiter.
...ph-softsell.cgi?item=8527-2&affiliate=60022">
If you meant to include an entity that starts with "&", then you should terminate it with ";". Another reason for this error message is that you inadvertently created an entity by failing to escape an "&" character just before this text.
-----------
8. Warning.
-----------
Line 70 column 669: reference to external entity in attribute value.
...ph-softsell.cgi?item=8527-2&affiliate=60022">
This is generally the sign of an ampersand that was not properly escaped for inclusion in an attribute, in a href for example. You will need to escape all instances of '&' into '&'.
-----------
9.
-----------
Line 70 column 669: reference to entity "affiliate" for which no system identifier could be generated.
...ph-softsell.cgi?item=8527-2&affiliate=60022">
This is usually a cascading error caused by a an undefined entity reference or use of an unencoded ampersand (&) in an URL or body text. See the previous message for further details.
Info Line 70 column 659: entity was defined here.
...softsell/nph-softsell.cgi?item=8527-2&affiliate=60022">
-----------
10.
-----------
Line 218 column 88: there is no attribute "height".
... id="AutoNumber6" width="142" height="126">
-----------
11.
-----------
Line 228 column 105: there is no attribute "background".
..." width="746" height="27" background="images/Body_Background.gif" style="bord
-----------
12.
-----------
Line 278 column 57: ID "AutoNumber1" already defined.
...cellpadding="10" cellspacing="0" id="AutoNumber1" width="746" height="7" back
An "id" is a unique identifier. Each time this attribute is used in a document it must have a different value. If you are using this attribute as a hook for style sheets it may be more appropriate to use classes (which group elements) than id (which are used to identify exactly one element).
-----------
13. Do I have to end it ith ?
-----------
Line 422 column 110: end tag for "img" omitted, but OMITTAG NO was specified.
...V-12_F.jpg" alt="" width="100">
You may have neglected to close an element, or perhaps you meant to "self-close" an element, that is, ending it with "/>" instead of ">".
Info Line 422 column 4: start tag was here.
www.scamwatch.only-the-truth.com
demonhale posted this at 17:12—20th March 2006.
He has: 3,195 posts
Joined: May 2005
one at a time, post your html, or site address...
then the first problem would be you didnt assign a type tag at your css or javascript... then the second one no leftmargin and topmargin should be
demonhale posted this at 18:10—20th March 2006.
He has: 3,195 posts
Joined: May 2005
the problem actually mostly comes from table attributes, and some active URLS used as links...
demonhale posted this at 18:29—20th March 2006.
He has: 3,195 posts
Joined: May 2005
if you correct one, the error will reoccur since theres a bunch of them... the one detected is about 200+ actually its about 500+
DSSR posted this at 18:45—20th March 2006.
They have: 145 posts
Joined: Mar 2006
Um, not sure I understand? what am I fixing? Is it possible to fix or do I just leave it and use html, and forget this xhtml and css thing? It seems to be fussy to me.
www.scamwatch.only-the-truth.com
DSSR posted this at 18:47—20th March 2006.
They have: 145 posts
Joined: Mar 2006
I wouldve done the tables like jeeves told me, but I had to use some css thing, and I dont know where to put it or what to do to make the tables I need. What values do I use for my tables as you can see them? its very hard this making websites. I give up on it I think..lol..
www.scamwatch.only-the-truth.com
Busy posted this at 20:53—20th March 2006.
He has: 6,148 posts
Joined: May 2001
By the looks of it you might be validating in STRICT mode, TRANSITIONAL is more newbie friendly
answers to your errors:
1. should be
2. and 3. you can not use leftmargin="0" topmargin="0" in this mode, instead use CSS and do body {margin: 0; }
4. the bgcolor should be done with CSS in the body like above (background-color:white; ) the error thou is the capital I in preloadImages
5-9. & should be done &
10. my guess is it's in a table cell, can't use height, use CSS
11. can't use background in table cells, instead use CSS, style="background:url(images/Body_Background.gif)"
12. id can only be used once on a page, use class= instead of id= if more than one, also in css change #name to .name
13. img tag needs to be closed
Stick with it.
If you have a text editor with search and replace, you can quickly convert all to at click of a button
<?bhb if(broken){ echo("It wasn't me
"); } ?>
Learn HTML the ez way - EzHTML.net
Some people are like slinkies, they dont really serve any purpose but they still bring a smile to your face when you push them down the stairs ...
DSSR posted this at 21:41—20th March 2006.
They have: 145 posts
Joined: Mar 2006
DSSR posted this at 21:47—20th March 2006.
They have: 145 posts
Joined: Mar 2006
What is a search and replace editor? Can notepad do it?
www.scamwatch.only-the-truth.com
DaveyBoy posted this at 22:02—20th March 2006.
They have: 453 posts
Joined: Feb 2003
edit > replace
DSSR posted this at 22:14—20th March 2006.
They have: 145 posts
Joined: Mar 2006
OMFG! ROFLMMFAO ..... You mean I sopent 4 hours looking for all the brs and hrs and closed em manually? hahahahahahahaha....
Oh well, I know now
...thanks champ...
www.scamwatch.only-the-truth.com
DSSR posted this at 22:17—20th March 2006.
They have: 145 posts
Joined: Mar 2006
damn, even frontpage has it
Roo posted this at 22:31—20th March 2006.
She has: 830 posts
Joined: Apr 1999
Here are a few text editors with global search and replace. This means you can open all files, find what you need to change and then replace that in all open files, then save all open files. Voila! Done!
Edit Pad (This is what I use to code with) • NoteTab • ConTEXT
Roo
Blog • Photolog • Galleries • KidsWeb • Baby Picasso • Web Design
DSSR posted this at 22:42—20th March 2006.
They have: 145 posts
Joined: Mar 2006
<style type="text/css">'
That didn't work? I just replaced it. Am I meant to add something, or?
This code below
<style><!--
.text { font-size: 13px; font-family: verdana, arial; }
-->
</style>
'
Now reads this
<style type="text/css"><!--
.text { font-size: 13px; font-family: verdana, arial; }
-->
</style>
'
Sure Im meant to do soemthing else or I done something wrong?
www.scamwatch.only-the-truth.com
DSSR posted this at 22:44—20th March 2006.
They have: 145 posts
Joined: Mar 2006
Thanks roo, But I found that frontpage does it also, and it also lets me find all webs and replace
, its a way cool thing I wish I knew 5 hours ago hahaha..thanks though, Ill give them a lok at.
www.scamwatch.only-the-truth.com
demonhale posted this at 01:30—21st March 2006.
He has: 3,195 posts
Joined: May 2005
here is something I did yesterday removed some errors, a bunch left, but anyways...
DSSR posted this at 08:21—21st March 2006.
They have: 145 posts
Joined: Mar 2006
Dude, I dont know what to say, but thank you : ). I think I can figure out the rest from what Busy has said, wish he couldve explained it for a n00b, but none the less
, something to work off.
www.scamwatch.only-the-truth.com
Busy posted this at 10:13—21st March 2006.
He has: 6,148 posts
Joined: May 2001
Sorry I didn't explain it, was in a rush this morning so just quickly went over the errors.
Did you fix the style tag error? if not take out the comments ()
Also a note on frontpage, frontpage isn't very 'up to date' with standards (XHTML, CSS etc) so opening your soon to be valid page in frontpage may change a few things (I know the older versions used to), so ideally if you can get your head around hand coding (using a text editor) go for that method.
And is a big head swell when you get your first page you wrote all in a text editor to validate, but a warning, it is addicting
<?bhb if(broken){ echo("It wasn't me
"); } ?>
Learn HTML the ez way - EzHTML.net
Some people are like slinkies, they dont really serve any purpose but they still bring a smile to your face when you push them down the stairs ...
DSSR posted this at 11:03—21st March 2006.
They have: 145 posts
Joined: Mar 2006
Yes!!, demonhale fixed most of my main errors up, the really hard ones, including that style one.
I have got it down to 17 errors now
...I feel loads better. Thanks all to helped.
I have only these left, some are more than one, but I just need to know what to do with each one, then Ill fix the rest of em. Theres 7 different errors. each one I have no idea what it is asking me to do, or telling me what's wrong? Can you shed some light please? Thanks a bunch again fellas.
1.Line 867 column 37: there is no attribute "height".
<table width="664" border="0" height="1">
2.
Line 1139 column 9: ID "purchase-button" already defined.
<div id="purchase-button" style="width: 555; height: 137">
3.
Line 1355 column 103: there is no attribute "background".
...3" width="745" height="7" background="images/Body_Background.gif">
4.
Line 1503 column 86: there is no attribute "border".
...n_US/i/btn/x-click-butcc.gif" border="0" name="submit" alt="Make payments wit
5.
Line 1522 column 2: document type does not allow element "p" here; missing one of
"object", "applet", "map", "iframe", "button", "ins", "del" start-tag.
<p>Note: Always make sure you scan exe files for viri. Even though we have
6.
Line 1722 column 13: value of attribute "name" must be a single token.
<a name="Back To Top" href="#Dropship Your Way To Real Money">Back To Top</a></s
This attribute can not take a space-separated list of words as a value, but only
one word ("token"). This may also be caused by the use of a space for the value
of an attribute which does not permit it.
7.
Line 1725 column 94: an attribute value specification must be an attribute value
literal unless SHORTTAG YES is specified.
...ompany Logo Image]" border="0" width=167 height=66 /></p>
'
www.scamwatch.only-the-truth.com
DaveyBoy posted this at 11:24—21st March 2006.
They have: 453 posts
Joined: Feb 2003
for the ones for height and background problems, create a style into your stylesheet for each instead of having it in the html.
The background one might be something like this :
.background1 {background-image: url(images/image.jpg);
}
'
then simply apply that style to the area you want to have that background.
Davey's Photo Stuff - www.top-pics.co.uk
Innovate UK Web & Print Design - www.innovate-uk.co.uk
demonhale posted this at 11:42—21st March 2006.
He has: 3,195 posts
Joined: May 2005
1.make it
2. put the style part inside the id for purchase-button or just delete that id tag if its not that important...
3.make that whole line including width and height to...
....style="width:745px; height:7px; background: #fff url(images/Body_Background.gif) no-repeat;">
4. remove or delete that border tag...
5. remove or check above if theres no close for the first
6. change name to name="BacktoTop"
7. not sure
repost whole html so we can check again...
demonhale posted this at 17:52—21st March 2006.
He has: 3,195 posts
Joined: May 2005
its showing 13 error, that means you still have about 100 uncheked errors, since the validator only sees first affecting error tag, then once corrected looks for the other contained related to that tag...
Anyways Heres a validated code, you usually need to pay for this kind of service... Anyways I need the exercise...
Busy posted this at 20:52—21st March 2006.
He has: 6,148 posts
Joined: May 2001
number 7 was missing quotes - demonhale 10000 lines "all values must be quoted"
DSSR, you should of been able to fix some of those errors yourself as they have been brought up before. The validators gives the line number and column number of the error (not always 100%) so is a good starting point to learn from.
Try fix the errors yourself first, if you cant do then ask for help, you wont learn otherwise
<?bhb if(broken){ echo("It wasn't me
"); } ?>
Learn HTML the ez way - EzHTML.net
Some people are like slinkies, they dont really serve any purpose but they still bring a smile to your face when you push them down the stairs ...
DSSR posted this at 00:41—22nd March 2006.
They have: 145 posts
Joined: Mar 2006
I treid my best to try understand. I fixed from 640 errors to 230 erors. I think , i didn try. Most of the answers or people trying to help me I dont think undetrstaood that I needed it explained for a 10 year old. I still don't understand what's going on.
Yeah, thanks demon, if I had money, I wouldve. But I am total broke, which is why I made this site. I gave you I think what is worth it. If you have a read of it....
Anyway. Thanks a lot everyone. I think I go try make money, then I make donation to you?
www.scamwatch.only-the-truth.com
demonhale posted this at 04:13—22nd March 2006.
He has: 3,195 posts
Joined: May 2005
No need to pay anyone DSSR,
and busy , I already tried to explain these little things so that he could learn editing his code and make it validate even with auto generated tables code, but since he needs it validate soon enough so that he could start his site I helped him validate it... And I know how frustrating it can be if theres no help at hand and he has been trying for several days... At least now its fixed...
Busy posted this at 10:09—22nd March 2006.
He has: 6,148 posts
Joined: May 2001
640 errors to 230 erros is great.
When fixing errors once down around 100-150 mark only do the top ones (4 or 5) at a time, you may find fixing those fixes a lot of others too.
Good on you for wanting to validate and use XHTML in your early days of your addiction
can only get easier from here
<?bhb if(broken){ echo("It wasn't me
"); } ?>
Learn HTML the ez way - EzHTML.net
Some people are like slinkies, they dont really serve any purpose but they still bring a smile to your face when you push them down the stairs ...
DSSR posted this at 19:04—22nd March 2006.
They have: 145 posts
Joined: Mar 2006
Nah man, this is BS!... ibeen up 17 hours hand coding, (yeah, by freak'n
...trying to change my font to Times New Roman, I got half way,
hand)
then learnt there was an easier way in using teh span thing, for color size
and face. so anyway, I got half way, then WTF, my browser changed it all
back to arial, or whatever it was... Ever since the beginning, when I
transferred my site from my other pc, to this pc running xp, and the exact
same browser IE, it all of a sudden wanted to change my text to arial, or
straight ****. So I thought, oh, must be because it doesnt have the name
face, and that, sure enough, started working, went to get valide, yup, cool.
Then just now, I got half way, been doing the same bloody thing all the way
through, and now it went back to arial. But most of the code I changed was
Times New Roman, and I could see the changes, so I know it was working,
some stuff was arial, some was Times New Roman.
The only thing I done now is, changed the very first part from the normal
way you use font, which was this.
<p class="MsoNormal"><font color="#C0C0C0">to this
<span style="font-size: 12.0pt; color: #C0C0C0; face: Times New Roman; ">
'
When I open it in the IE browser, it starts off with exactly what I want, until
it loads the full page, then every single line of text on my page chagnes to
something like a default or something. Which was happening in the beginning.
The code is valid, the only way I can get it to do what I want is if it is not valid?
<p class="MsoNormal"><font face="Times New Roman" size="2"color="#C0C0C0">Simply put, a dropshipper is a <a title="Click here to read
what a Manufacturer is." href="What_Is_A_Manufacturer%20or%
20Distributor.htm"><font color="FFCC00">Manufacturer</font></a> or <a
title="Click here to see what a Distributor is."
href="What_Is_A_Manufacturer%20or%20Distributor.htm"><font
color="FFCC00">Distributor</font></a>
'
The error is
end tag for "font" omitted, but OMITTAG NO was specified....ell, they ship, you profit.</span></p>
You may have neglected to close an element, or perhaps you meant to "self
-close" an element, that is, ending it with "/>" instead of ">".
Info Line 37 column 21: start tag was here.
<p class="MsoNormal"><font face="Times New Roman" size="2"
color="#C0C0C0">Simpl
'
Okay, so I closed the font tag where it said to, then it change all that
bottom text from where i ended it to arial again, and left everything else the
way it's meant to be.
Heres the whole thing where I have the problem.
<p class="MsoNormal"><font face="Times New Roman" size="2"color="#C0C0C0">Simply put, a dropshipper is a
<a title="Click here to read what a Manufacturer is."
href="What_Is_A_Manufacturer%20or%20Distributor.htm"><font
color="FFCC00">Manufacturer</font></a> or
<a title="Click here to se what a Distributor is."
href="What_Is_A_Manufacturer%20or%20Distributor.htm"><font
color="FFCC00">Distributor</font></a>
<span style="font-size: 12.0pt; color: #C0C0C0; face: Times New
Roman; ">that allows you to sell their products without ever having to
purchase them first (sell first, buy later.) With no minimum purchase
requirements - no need to stock any products in your garage or warehouse,
you sell, they ship, you profit.</span></p>
<p><span style="font-size: 12.0pt; color: #C0C0C0; face: Times New
Roman; ">If you're a retailer or e-tailer, you will know the consequences of
having to purchase items in bulk. Have you ever purchased items in bulk from
a wholesaler or distributor only to find out 4 weeks later the items you
purchased are out of date or you simply can't sell them? What a waste of
time, money, and storage space right? You either have to liquidate them, or
sell them at a garage sale to get rid of the inventory to make space for
future stock. Well, using the dropship method there are two main
benefits.</span></font></p>
'
So I ended it where you see the at the bottom here, in the middle,
at the end of the , and infront of the .
So I thought I coudl fix it by closing it here at the top.
<p class="MsoNormal"><font face="Times New Roman" size="2"color="#C0C0C0">Simply put, a dropshipper is a <----HERE </font>
'
But then no, it changed my text back to the way I explained before. I just
can't seem to change the stupid text to times new roman up the top here,
everywehre under that is fine..
Anyone know why? Sorry to give you this trouble again, but I tried hard to do
it myself, even had to make several backups of my index to keep testing
ideas. But none have worked. I thought it would be easy to do because it
was working under this, I finsihed most of the bottom text, then I thought I
would go to the top and do that, then this happend.
please help. I'm sure it's something stupid
And yes busy, it's very addicting, but theres no way on this earth Im going to
, I have a very bad headache. I am about to give up and
do it for a hobby
just upload the damn thing. Stuff the stupid tables, stuff it all, just plain text
like my old one will do. Validating gives me a headache
www.scamwatch.only-the-truth.com
demonhale posted this at 19:17—22nd March 2006.
He has: 3,195 posts
Joined: May 2005
just change "face" to font-family: Times New Roman;
DSSR posted this at 19:53—22nd March 2006.
They have: 145 posts
Joined: Mar 2006
AH, its okay, its okay, I got it
..
<p class="MsoNormal"><font face="Times New Roman" size="3" color="#C0C0C0">Simply put, a dropshipper is a</font><a title="Click here to read what a Manufacturer is." href="What_Is_A_Manufacturer%20or%20Distributor.htm"><font face="Times New Roman" size="3" color="#FFCC00">Manufacturer</font></a> or <a title="Click here to se what a Distributor is."
href="What_Is_A_Manufacturer%20or%20Distributor.htm"><font color="FFCC00">Distributor</font></a>
'
It was teh damn font for the two links after the font end which was the problem. When I ended the font at teh very top, it would then change everythign under that to arial. So I looked at the link font
And changed it to include to face and size.
Happy days, I cant believe I didnt think of it before, I was kicking myself. When I done it, just beforeI went to validate, I said to myself, YEAH< I BET IT WORKS>.....Soon as I ask for help, that always bloody happens.
...anyways, if anyones working on it, its cool.
www.scamwatch.only-the-truth.com
DSSR posted this at 19:55—22nd March 2006.
They have: 145 posts
Joined: Mar 2006
Ahh, there you are demon, yeah its cool mate, I got it done.
Change what to font-family btw mate?
Will that allow me to change to whole entire site to times new roman?
www.scamwat