WTF is wrong with this site?

edjam

Golden Member
May 3, 2001
1,196
0
0
Hi, I have had to do this site very quickly. I know it is bad, but hey I dont care. What is happening tho is that a few people have said that they cannot view it, saying that a VECTOR GRAPHIC READING AKL
had to be installed. What is this exactly? I couldnt think of a more basic site and there are still problems. thx anyone
 

Blieb

Diamond Member
Apr 17, 2000
3,475
0
76
Dude ... you used microsoft word to do it ...

That'll shank the look in everything but IE ... and even certain versions of IE won't like it ...

Best off just sticking to straight up HTML ...
 

911paramedic

Diamond Member
Jan 7, 2002
9,448
1
76
Try not making it in WORD.

<html xmlns:v="urn:schemas-microsoft-com:vml"
xmlns:eek:="urn:schemas-microsoft-com:eek:ffice:eek:ffice"
xmlns:w="urn:schemas-microsoft-com:eek:ffice:word"
xmlns="http://www.w3.org/TR/REC-html40">

<head>
<meta http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<meta name=ProgId content=Word.Document>
<meta name=Generator content="Microsoft Word 9">
<meta name=Originator content="Microsoft Word 9">
 

Czar

Lifer
Oct 9, 1999
28,510
0
0


<< Oh didnt think that would be a problem.....would publisher be ok? >>


no, dont think so
 

911paramedic

Diamond Member
Jan 7, 2002
9,448
1
76
If you just want to put up a simple site and don't care much about some extra code, a wysiwyg publisher would be fine.

Like frontpage or something...
 

edjam

Golden Member
May 3, 2001
1,196
0
0
Yeah, wish I didnt have to do that though, didnt think that it would eve rbe a problem, thx anyway.
 

Farfrael

Senior member
Mar 6, 2002
312
0
0
Hi,

if you don't know HTML try using Dreamweaver ...the code generated is quite clean

otherwise try notepad .....best HTML editor ever :D

Stay WELL clear of any M$ web editing product though ...they usually are NOT using standard HTML => compatibility problems.

And, have fun :D
 

BigJohnKC

Platinum Member
Aug 15, 2001
2,448
1
0
I second the dreamweaver suggestion. I like using it just for simplicity's sake, and code highlighting is done nicely, and if you choose to do so, you can use it as a wysiwyg editor instead of a text editor. Good luck.