#1  
Old 03-24-2005, 12:47 PM
Senior Member
 

Join Date: Aug 2004
Location: Arizona-USA
Posts: 168
Default
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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2  
Old 03-24-2005, 01:23 PM
Senior Member
 

Join Date: Aug 2004
Location: USA, Ohio
Posts: 1,282
Send a message via AIM to Enforcer Send a message via MSN to Enforcer
Default
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.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3  
Old 03-25-2005, 12:29 AM
Senior Member
 

Join Date: Jul 2004
Location: Olympia, WA
Posts: 327
Send a message via ICQ to Apoctanks Send a message via AIM to Apoctanks Send a message via MSN to Apoctanks
Default
http://www.htmlgoodies.com is also very good.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4  
Old 03-31-2005, 02:09 AM
Senior Member
 

Join Date: Nov 2004
Posts: 151
Send a message via MSN to Zoner
Default
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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5  
Old 04-16-2005, 09:57 PM
Junior Member
 

Join Date: Mar 2005
Posts: 8
Default
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>
OR

Code:
<iframe height="100" width="100" src ="blahblah.com/no.html"></iframe>
__________________

---
KQGUV Z || encryption = Playfair || Key = <breakit>

---

"Losing helps to win better..."
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6  
Old 05-26-2005, 08:18 AM
Junior Member
 

Join Date: May 2005
Location: Broome, Australia
Posts: 20
Send a message via MSN to kidsshow
Default
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>
and you wanted to edit the main site (not the navigation on teh left) you would simply edit the main.html file :P

If you need anymore help let me know :P
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 02:37 PM.


Powered by vBulletin® Version 3.8.5
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.