I remember why I HATE html so much!
#1
I remember why I HATE html so much!
I just spend half the day screwing around making 2 simple webpages for my trucks so people could go there and see mods and pics.
It took forever trying to remember what codes were what and how tro set up tables and such. I think it would have been much easier to just use a program instead of trying to do it from scratch. LOL
Anyway, if you wanna see my lame work as it sits just click the trucks in my sig.
I'll get more info and a better layout once I remember how to use frames and stop seeing double...
It took forever trying to remember what codes were what and how tro set up tables and such. I think it would have been much easier to just use a program instead of trying to do it from scratch. LOL
Anyway, if you wanna see my lame work as it sits just click the trucks in my sig.
I'll get more info and a better layout once I remember how to use frames and stop seeing double...
Trending Topics
#9
Originally Posted by F8L Z71
Thx V8..
I'll do some searching on frames and the whole thing shoul dcome out a lot nicer.
I'll do some searching on frames and the whole thing shoul dcome out a lot nicer.
#10
<HTML>
<HEAD>
<TITLE></TITLE>
</HEAD>
<FRAMESET cols="xx%, xx%">
<FRAME SRC="xx" NAME="xx" >
<FRAMESET rows="xx%,xx%">
<FRAME SRC="xx" SCROLLING="NO">
<FRAME SRC="xx">
</FRAMESET>
</FRAMESET>
Ill post up a good power point on it when my schools server gets back up. But you really only need the above to do it. HTML is the easiest most forgiving language I have ever used. Im just glad we have software to help us now, programming 10 years ago must have been a mother.
<HEAD>
<TITLE></TITLE>
</HEAD>
<FRAMESET cols="xx%, xx%">
<FRAME SRC="xx" NAME="xx" >
<FRAMESET rows="xx%,xx%">
<FRAME SRC="xx" SCROLLING="NO">
<FRAME SRC="xx">
</FRAMESET>
</FRAMESET>
Ill post up a good power point on it when my schools server gets back up. But you really only need the above to do it. HTML is the easiest most forgiving language I have ever used. Im just glad we have software to help us now, programming 10 years ago must have been a mother.