Jump to content

Topic templates are still posible (basiclly editing in code))


Pikanet128

Recommended Posts

first you make thing you want in an html file on your pc

then you open that file in your browser

then you select all

then copy

then paste it in your post

 

i have confirmed that tables are posible

 

1A 1B 1C
2A 2B 2C

 

<table width="200px">
<tr><td>1A</td><td>1B</td><td>1C</td></tr>
<tr><td>2A</td><td>2B</td><td>2C</td></tr>
</table>

 

i actually have not found anything not possibe

 

lets try youtube embeding

 

 

<iframe width="560" height="315" src="https://www.youtube.com/embed/CvN_Yqqki7Y" frameborder="0" allowfullscreen></iframe>

one more test

 

ok embed does not work

 

ohh but through a iframe it does

opps never mind it comes in blank

must be a site filter

was trying

<iframe width="700" height="400" src="http://stream.pikanet128.seedr.io/index.html" frameborder="0" allowfullscreen></iframe>

which contaned

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>stream</title>
</head>

<body><embed src="mediaplayer.swf?file=1.mp4" width="640" height="360" allowfullscreen="true" />
</body>
</html>

 

Edited by Pikanet128
  • Like 1
Link to comment
Share on other sites

this is a box

end

<div style="width: 300px;padding: 5px;border: 2px solid black;margin: 5px;">

this is a box

</div>
<p>end</p>

the problem with boxes is exiting them

 

there needs to be a non blank paragraph after

or you get stuck in the box

this is a box using <pre></pre>

and you dont get stuck

<pre style="position:relative;width: 100%;padding: 10px;border: 2px solid darkblue;margin: 5px;">
this is a box using &lt;pre&gt;&lt;/pre&gt;
</pre>

but you get stuck with the code font

this is a box using <p></p>

and it just makes more

this is a box using

<div></div>

with <p></p> 's in it

 

cant get out but can make new lines

Edited by Pikanet128
Link to comment
Share on other sites

ok final answer

 

this is a box using

<div></div>

with <p></p> 's in it

 

+ a <p>&nbsp;</p>

at end

 

<div style="position:relative;width: 100%;padding: 10px;border: 2px solid darkblue;margin: 5px;">
<p>this is a box using</p>
<p>&lt;div&gt;&lt;/div&gt;</p>
<p>with &lt;p&gt;&lt;/p&gt; 's in it</p>
</div>
<p>&nbsp;</p>

 

Edited by Pikanet128
Link to comment
Share on other sites

  • Nekone locked this topic
Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...
Please Sign In or Sign Up