Join us at IRC!
I'd prefer to die standing, than to live on my knees - Che Guevara
Friday, May 25, 2012
Navigation
Members Online
Total Online: 28
Web Spiders: 12
Guests Online: 27
Members Online: 1

Registered Members: 70210
Newest Member: whitela
Latest Articles
View Thread

HellBound Hackers | HellBound Hackers | Questions

Author

Quick HTML question

chronicburst
Member

Posts: 466
Location: /root/
Joined: 03.01.08
Rank:
Elite
Posted on 08-09-08 03:38
Hey right now I am just doing some HTML and I am learning about framesets so I can have 2 vertical frames.
Lets say I have the following:

<frameset cols="50%,50%">
<frame src="frame_a.htm">
<frame src="frame_b.htm">
</frameset>

Now how would I edit each frame to make them hold information, tags, attributes. For example would I do something such as:

<frame_a>
blah blah
</frame_a>



chronicburst at yahoo dot com http://hellboundhackers.org
Author

RE: Quick HTML question

Zephyr_Pure
Member



Posts: 2402
Location:
Joined: 15.09.06
Rank:
God
Posted on 08-09-08 03:44
chronicburst wrote:
<frame src="frame_a.htm">


That's what the src attribute is for.


I still check PMs from time to time.




Our responses were moronic, why shouldn't he follow suit? - Futility
Author

RE: Quick HTML question

chronicburst
Member

Posts: 466
Location: /root/
Joined: 03.01.08
Rank:
Elite
Posted on 08-09-08 03:46
I tried that last night. However I consumed like 4 redbull, rarely happens, and then was like out of it. It was a long night.
Maybe I forgot quotes. All right well thanks. Ill be sure to post other questions within this thread.


chronicburst at yahoo dot com http://hellboundhackers.org
Author

RE: Quick HTML question

chronicburst
Member

Posts: 466
Location: /root/
Joined: 03.01.08
Rank:
Elite
Posted on 08-09-08 03:55
Okay heres the new issue. Well this is what I have and it isnt working. I put a "COMMENT" in a comment at the parts of the frame tags...:

<html>
<title>Evan's Site</title>
<!-- This is an HTML comment -->
<hr>
<frameset cols="50%,50%"> <!-- COMMENT -->
<frame src="frame_left.html"> <!-- COMMENT -->
<frame src="frame_right.html"> <!-- COMMENT -->
</frameset> <!-- COMMENT -->
<frame src="frame_left.html"> <!-- COMMENT -->
<body>
<h3>Leaning HTML</h3>
My HTML learning enviorment! Lets begin.
<br>
</body><hr>
<body bgcolor="gray">
<!-- This displays a backgroud color -->
<h3>Some HTML Elements</h3>
Here I will list types of elements:<br>
For example...<br>
<b>This text is bold</b><br>
<i>This text is typed in italics</i><br>
<u>This text is underlined</u><br>
<s>This test is deprecated or striked out</s><br>
<cite>This is a citation
<center>This text is be centered</center>
</body><hr>
<body>
<h3>Anchoring</h3>
<a href="http://www.google.com">This is a link to the Google search engine</a><br>
<a href="http://www.myspace.com" target="_blank">This is a link to Myspace which will open in a new tab</a><br><hr>
</body>
</frame src="frame_left.html"> <!-- COMMENT -->

</html>



chronicburst at yahoo dot com http://hellboundhackers.org
Author

RE: Quick HTML question

Zephyr_Pure
Member



Posts: 2402
Location:
Joined: 15.09.06
Rank:
God
Posted on 08-09-08 04:18
chronicburst wrote:
Okay heres the new issue. Well this is what I have and it isnt working.


I know how to read HTML... no need to comment the frame parts. I think you have a great misunderstanding of what HTML frames actually do, so here's the 5 second summary:

Frames split off different pages of source. The src attribute in the frame tag points to an individual page of source (HTML,PHP,etc.). Thus, to do:


<frameset>
<frame src="1.html" />
<frame src="2.html" />
</frameset>


You need 3 pages of source: 1 containing the frameset above, and two files named 1.html and 2.html, both containing displayable source.

If that doesn't work for you, then you should really explain what it is that you're trying to achieve and why it's not working... as best as you can tell.


I still check PMs from time to time.




Our responses were moronic, why shouldn't he follow suit? - Futility
Author

RE: Quick HTML question

chronicburst
Member

Posts: 466
Location: /root/
Joined: 03.01.08
Rank:
Elite
Posted on 08-09-08 04:24
Okay I catch your drift. Problem solved. Thanks there.


chronicburst at yahoo dot com http://hellboundhackers.org
Guest
Username

Password

Remember Me


Bookmark This Page
Affiliates
Adverts

 

 

Links
By using, viewing or obtaining any information contained on this site, you agree to the disclaimer.

© HellBound Hackers 2008- 2009. Since 3rd December 2004.