Anything better than HTML Frames?

pablot585

New member
I posted earlier asking about how to fix my frame code in HTML. Someone responded saying that frames are not the best way to build a website.
So what is the best way? I would strongly prefer it to be in HTML or CSS, but I will learn PHP if you provide an extremely easy
Beginner tutorial. By the way, can HTML-Kit code PHP?

Thanks a lot!!
 
CSS is by far the best way to design your website. It gets rid of address confusion with frames and it is very easy and customizable. I was converted from frames myself. There are tutorials and pre-made templates and layouts all over the web. Just google what you want and I guarantee results!

I'm sorry, but I can't answer the part about PHP and HTML-Kit, but I bet so. Personally, I use Dreamweaver and highly recommend it but you can most likely do PHP with any program. Just do:

<?
echo "Hello world!";
?>
or whatever you want in your page and it will probably work.
PS - PHP is not an alternative to HTML or CSS, it's a server-side programming language. You can display HTML formatted with CSS thorugh PHP, I do, but it's not an alternative.

Hope that helps!
 
Back
Top