Author Topic: Question regarding HTML Frames  (Read 1534 times)

0 Members and 1 Guest are viewing this topic.

Offline Stealth

  • Braiiins...
  • 211
Question regarding HTML Frames
Hi,
just a quick question...
what's the command to disable borders between frames...

for example... at www.eve6.com
they have a banner frame at the top, a frame on the left, and a frame (main frame) bottom right... yet they have it blended in, with no 'lines'! (borders)

what's that command....

 

Offline Fineus

  • ...But you *have* heard of me.
  • Administrator
  • 212
    • Hard Light Productions
Question regarding HTML Frames
I'm sure you already looked at the source but if you didn't here it is... try something with it?

Edit: Gah - pasting it doesn't work. Just open that site and select the view source option - play around with what you find and see if anything works.

 

Offline Stealth

  • Braiiins...
  • 211
yes but remember that when you view the source on a frames page that's the HTML for that particular page, not the javascript for the actual frame... if you know what i'm saying

there's a HTML file giving the frames and frame specs, then that HTML file opens up all the other HTML files with the frames, you know what i mean?

 

Offline vadar_1

  • Mr. Crispy
  • 29
  • .
    • http://dynamic4.gamespy.com/~freespace/hosted/fullcircle/
Question regarding HTML Frames
The best way to learn how to do this is to search the web. HTML Frame help is an easy thing to find. However, since im such a nice guy try this:

(Replace all (brackets) with corrasponding less than and greater than signs)
Code: [Select]
(HTML)(HEAD)
(frameset rows="50%,*" border="0" framespacing="0")
(frame src="blarg.html" name="Grapefruit" noresize scrolling="no")
(frame src="farg.html" name="Pinapple" noresize scrolling="no")
(/frameset)(/HEAD)(/HTML)


This is untested, but should work
"Shockingly, checking Draw Lines Between Marked Icons draws lines between the marked icons. " -Volition quality help files

Projects;
The Full Circle Project (site down - server side problem)
Paradox (site down - server side problem)

 

Offline ZylonBane

  • The Infamous
  • 29
Quote
Originally posted by Stealth
yes but remember that when you view the source on a frames page that's the HTML for that particular page, not the javascript for the actual frame... if you know what i'm saying
That's why you pick View - > Source from the menu instead of right-clicking on the window. And frames have nothing to do with Javascript.
ZylonBane's opinions do not represent those of the management.

  

Offline Stealth

  • Braiiins...
  • 211
oops, you're right zylon...
sorry about that, i've always riht clicked and view source, or clickced in a frame then gone 'view and 'source'...

sorry for bothering you
thanks for the help everyone
~Stealth~