« August 2005 »
S M T W T F S
1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 31

You are not logged in. Log in
Open Community
Post to this Blog

Helpful Links
Angelfire Home
Register Your Domain
Angelfire's Twitter
Angelfire's Facebook

Angelfire Club Blog
Need assistance and ideas from fellow Angelfire members to help build and manage your website? You've come to the right place!
To join this Community Blog, you must be an Angelfire member. Just click the "Join this Community" link, and start posting immediately.

Hint: When posting, select a topic that most relates to your question. (News, FrontPage, HTML Questions, etc...) This will help to keep the blog organized for everyone.

View Latest Entries

Thursday, 25 August 2005
need some help
Mood:  not sure
Now Playing: https://www.angelfire.com/hero/jeb2004/main.html
Topic: HTML Questions
well dalleh said my page is to crowed and even i know that sometimes, and my links do work.. but im having troubling thoughts now.. im trying think of how to create a brand new home page and keep EVERYTHING i already have on there..and trying to even make a framesets so its even better.. ok with the framesets i see how the code works..but for ware im suppose to put the link of my pages in them and to make it all work is ware im lost at.. and one other thing with not having my own server and things.. how do you make a diff backgrounds that would look good on the page.. i mean i go to other sites and tthey have all kinds of diff backgrounds for posting things and what not..but all i seem i know how to do is the background for the site.. and if i want things a diff color or something i had to put in a page inside of my page with a diff back ground..im lost with that to.. well anyways can anyone help me out???


Posted by hero/jeb2004 at 9:57 PM EDT | Post Comment | View Comments (7) | Permalink | Share This Post

Thursday, 25 August 2005 - 11:14 PM EDT

Name: dalleh
Home Page: https://www.angelfire.com/hero/jeb2004/

this your front page convert to davance html put the frame code in it, then we will go step by step.

Friday, 26 August 2005 - 12:00 PM EDT

Name: Jason

ok tell ya what i have my own test page ill put that into advanced mode and put the code into there.. so for that for the link it would be like thise /hero/jeb2004/testpage.html

ill test everything before i put in on my main.html page

Friday, 26 August 2005 - 12:14 PM EDT

Name: Jason - hero/jeb2004

ok i just got done putting my testpage into advanced and put the code into it angelfire.com/hero/jeb2004/testpage.html

Friday, 26 August 2005 - 7:59 PM EDT

Name: dalleh

go in and delete everything on that page, we need it blank.

Saturday, 27 August 2005 - 2:30 AM EDT

Name: hero/jeb2004

ok its blank now..is there an email i can email you at instead of this or something???

Saturday, 27 August 2005 - 10:46 PM EDT

Name: dalleh

sorry no e-mail

copy this code to that page

<html>
<head>
<title>Jason's Home Page</title>
</head>
<frameset rows="10%,*" border="0">
<frame name="top" src="banner.html" marginwidth="10" marginheight="10" scrolling="auto" frameborder="0">
<frameset cols="10%,*" border="0">
<frame name="left" src="links.html" marginwidth="10" marginheight="10" scrolling="auto" frameborder="0">
<frame name="right" src="front.html" marginwidth="10" marginheight="10" scrolling="auto" frameborder="0">
</frameset>
</frameset>

<body>


</body>
</html>

Sunday, 28 August 2005 - 5:59 PM EDT

Name: jason

ok i used that and thanks for making that..but im currently making a new webpage with that and with out that..when im done ill tell ya..but its gonna be a couple of days most likely before all its done and said

View Latest Entries