Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  Show Posts
Pages: [1]
1  Web Design & Developement / Web Design / HTML / Ads messing up my perfect html on: February 16, 2006, 10:37:24 AM
Okay, I'm testing a new site design (still fairly spartan) and got all the code I made to validate as xhtml.

However, the T35 logo at the bottom is messing up my html

http://validator.w3.org/check?uri=http%3A%2F%2Fnxi.t35.com%2Ftest%2Findex.php

How can I fix this without screwing up my xhtml (I want my site availible to all of the net, not just a majority who use a browser I tested (IE, Firefox, Safari, Opera))
2  T35 Hosting Support / T35 Hosting Testimonials / Good 4 noobs like me on: February 09, 2006, 11:10:55 AM
I think t35 s best for beginning webmasters and for personal sites that noone really looks at.
The lack of mySQL is dissappointing, but there are other free services for that.

t35 lets you start simple, then progressively advance. My only complaint is the mySQL. EVERYTHING else is awesome!
3  Web Design & Developement / Web Design / HTML / Re: After i write a html and save it what do id then? on: February 09, 2006, 10:28:33 AM
Great tips!
I  looked forever to find a way to get nxi.t35.com/main.html to be auto-loaded.
I just made a index.html that redirects to main.html.

Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>Please wait...</title>
<meta http-equiv="REFRESH" content="0;url=http://nxi.t35.com/main.html"></HEAD>
<BODY>

Loading. Please wait...
</BODY>
</HTML>
4  T35 Hosting Support / Free Hosting General Support / Set charecter encoding on: February 03, 2006, 02:25:49 PM
I've working on my site, and for maximum portability, I validated all the pages  cool. The only thing left is to set the charecter encoding to uft-8.
Can I do this? Instructions for net2ftp, please, as I can't get through my firewall.

Thanks!

If you want to check it out, it's http://nxi.t35.com/main.html. I haven't finished with most of the content.
Pages: [1]
Powered by SMF | SMF © 2006-2008, Simple Machines LLC