|
#1
|
|||
|
|||
|
|
|||
|
If anybody has any issues with html forgot a tag or sumthin like that http://www.w3schools.com/html/ This site has everything you need to know.
__________________
Newbie note:"What is a flame?" It is a bunch of obnoxious rantings and ravings made in email or a Usenet post by some idiot who thinks he or she is proving his or her mental superiority through use of foul and/or impolite language |
|||
|
#2
|
|||
|
|||
|
|
|||
|
one of the main html help sites that come up in my google searches
![]() not my favorite but sure i've used it before..
__________________
Click these links before posting Board Guidelines Jokes/Entertainment of the Week Thread Series: WTF?! | Video/Animation | Games | Owned | Pranks | Commercial http://img.photobucket.com/albums/v4.../empbarnew.png The new empsite.com, much more than just gaming now. |
|||
|
#3
|
|||
|
|||
|
|
|||
|
http://www.htmlgoodies.com is also very good.
|
|||
|
#4
|
|||
|
|||
|
|
|||
|
to me html is all about trial and error.........I find thta I have to edit it many timez before I can get it right. But eventually you master certain things and do it like its nuttin.
While im here does anyone know how to do the advanced scripting for password pages. And no I don't want the damn password gates. ![]() O yes, another thing I see that mike always likes the frames on emps websites how you do that, i've looked at all the html and I see sperate things for everyframe. How would I make the frames?
__________________
Owing you by day and your mom by night |
|||
|
#5
|
|||
|
|||
|
|
|||
|
Frames:
Code:
<frameset cols="80,*" frameborder="NO" border="0" framespacing="0"> *<frame src="www.blahblah.com" name="leftFrame" scrolling="NO" noresize> *<frame src="www.blahblah.com" name="mainFrame"> </frameset> Code:
<iframe height="100" width="100" src ="blahblah.com/no.html"></iframe>
__________________
--- KQGUV Z || encryption = Playfair || Key = <breakit> ![]() --- "Losing helps to win better..." |
|||
|
#6
|
|||
|
|||
|
|
|||
|
the easiest way to think of it is that each frame is a different page.
To edit one frame, you simply edit the page that frame is linked to... So if your using the code Code:
<frameset cols="80,*" frameborder="NO" border="0" framespacing="0"> <frame src="mysite.com/nav.html" name="leftFrame" scrolling="NO" noresize> <frame src="mysite.com/main.html" name="mainFrame"> </frameset> If you need anymore help let me know :P
__________________
Forum² - Discussion for the Masses |
|||
![]() |
| Thread Tools | |
| Display Modes | |
|
|