Click to See Complete Forum and Search --> : N00b need help should be rather easy to asnwer :)


film09
09-09-2006, 05:25 PM
hi im making a website fomr html and i want to know two things can you make a DECENT website from html and other languages and no wyciwyg and also my frames have like a boreder around them but i dont want you to noice i have used frames on my website so its split up just not with borders

<html>

<frameset rows="20%,80%">

<frame noresize="noresize" src="frame_a.html">

<frameset cols="20%,80%">
<frame noresize="noresize" src="frame_b.html">
<frame noresize="noresize" src="frame_c.html">
</frameset>

</frameset>

</html>

Hendrick2
09-09-2006, 05:57 PM
Just add:

border='0'

m_burt
09-09-2006, 06:42 PM
There's a little thing in the English language called puncuation. Now, I know this may seem relatively new to you, but it actually, helps! Yes, helps the reader to understand the question :p

crazycoder
09-09-2006, 07:35 PM
Also frames won't work in netscape there not he greatest things though this does work:

<?php echo file_get_contents('filename'); ?>

if you're really intent on reading another file

and i agry with m_burt

film09
09-10-2006, 04:22 AM
There's a little thing in the English language called puncuation. Now, I know this may seem relatively new to you, but it actually, helps! Yes, helps the reader to understand the question :p

Hello, yes it may but i dont think this is a english test.
ps. dont you mean : reader to understand the question. :p
you misted out full stop,also theres a got of , in your second sentences.

ray326
09-10-2006, 10:32 PM
Yes you can make a decent web site without a WYSIWYG editor but you can't make one with a butt-load of frames.