« Project home page
my little forum
Log in
Register
Search:
Back to the entry by Taurec
Post reply
Reply to the message by
Taurec
Name:
E-mail:
(optional, won't be displayed directly)
Leave this field empty:
Homepage:
(optional)
Leave this field empty:
Location:
(optional)
Remember me (cookie)
Category:
General
Project organisation
Technics
Design/Themes
Features
Development
Todo
Bugs
German / Deutsch
Spanish / Español
French / Français
Accessibility/UX
Subject:
Formatting help
skip to input
format text bold
[b]bold text[/b]
format text italic
[i]italic text[/i]
insert hyperlink
[link=http://example.com/]link text[/link] / [link]http://example.com/[/link]
set text color
[color=#rgb]colored text[/color]
font size
[size=small]small text[/size]
[size=large]large text[/size]
insert list
[list][*]list item[/list]
insert image
[img]http://example.com/image.jpg[/img]
left: [img=left]http://example.com/image.jpg[/img]
right: [img=right]http://example.com/image.jpg[/img]
thumbnail: [img=thumbnail]http://example.com/image.jpg[/img]
thumbnail left: [img=thumbnail-left]http://example.com/image.jpg[/img]
thumbnail right: [img=thumbnail-right]http://example.com/image.jpg[/img]
upload image
upload image ...
insert TeX code
[tex]TeX code[/tex]
insert code
[inlinecode]code[/inlinecode]
[code]code[/code]
[code=css]code[/code]
[code=html]code[/code]
[code=javascript]code[/code]
[code=perl]code[/code]
[code=php]code[/code]
[code=sql]code[/code]
[code=xml]code[/code]
:-)
;-)
:-P
:-D
:-|
:-(
:yes:
:no:
:ok:
:lol:
:lol2:
:lol3:
:cool:
:surprised:
:angry:
:crying:
:waving:
:confused:
:lookaround:
:clap:
:love:
:tick:
Message:
> Hello! > > The frameset tag is deprecated since HTML 5. > > Try this instead: > > [code=html]<!DOCTYPE html> > <html> > <body> > <iframe src="My own HTML.html"></iframe> > <iframe src="https://mylittleforum.net/"></iframe> > </body> > </html>[/code] > > The iframe is stylable like any other HTML element. If you don't want the frames to appear side by side, you have to define them as block elements. Additionaly it could be recommendable to stretch it to 100 % page width, adjust the individual iframe's heights and get rid of the borders and page margins. This could look as follows: > > [code=html]<!DOCTYPE html> > <html> > <head> > <style> > html, body { > height: 100%; > margin: 0; > } > iframe { > display: block; > width: 100%; > border: 0; > } > #one { > height: 20%; > } > #two { > height: 80%; > } > </style> > </head> > <body> > <iframe id="one" src="My own HTML.html"></iframe> > <iframe id="two" src="https://mylittleforum.net/"></iframe> > </body> > </html>[/code] > > See [link=https://www.w3schools.com/tags/tag_iframe.asp]here[/link] for additional info. > > greetings > Taurec
E-mail notification on reply of this posting
OK - Submit
Preview