• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

WTF is wrong with this site?

edjam

Golden Member
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
 
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 ...
 
Try not making it in WORD.

<html xmlns:v="urn:schemas-microsoft-com:vml"
xmlns😱="urn:schemas-microsoft-com😱ffice😱ffice"
xmlns:w="urn:schemas-microsoft-com😱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">
 
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...
 
Yeah, wish I didnt have to do that though, didnt think that it would eve rbe a problem, thx anyway.
 
Hi,

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

otherwise try notepad .....best HTML editor ever 😀

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

And, have fun 😀
 
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.
 
Back
Top