Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

How to upload the HTML files into confluence

Dabin Daniel Sundaram December 20, 2021

I have a folder of HTML files, and the total size is ~1GB. I would like to upload these files to internal Wiki page and display them as web pages.

2 answers

3 votes
Brant Schroeder
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
December 20, 2021

@Dabin Daniel Sundaram 

You can do the following to embed web content into a confluence page.  

Import web content

To embed web content on a page:

  • Use the Widget Connector Macro to display videos, slide shows, twitter chats, documents and more, sourced from other web sites and displayed on your Confluence page.
  • Embed an external web page into Confluence with the HTML Include macro
  • Use HTML code in a page with the HTML macro

Note: The HTML macro is not enabled in all sites. Talk to your Confluence Admin about whether you can use this macro. 

You might also consider using an app like the all in one file importer to just bring the html pages in as confluence pages.

0 votes
kanchan biswas February 16, 2023

<section>

<div class="box">

<div class="square" style="--i:0;"></div>
<div class="square" style="--i:1;"></div>
<div class="square" style="--i:2;"></div>
<div class="square" style="--i:3;"></div>
<div class="square" style="--i:4;"></div>
<div class="square" style="--i:5;"></div>

<div class="container">
<div class="form">
<h2>LOGIN to CodePen</h2>
<form action="">
<div class="inputBx">
<input type="text" required="required">
<span>Login</span>
<i class="fas fa-user-circle"></i>
</div>
<div class="inputBx password">
<input id="password-input" type="password" name="password" required="required">
<span>Password</span>
<a href="#" class="password-control" onclick="return show_hide_password(this);"></a>
<i class="fas fa-key"></i>
</div>
<label class="remember"><input type="checkbox">
Remember</label>
<div class="inputBx">
<input type="submit" value="Log in" disabled>
</div>
</form>
<p>Forgot password? <a href="#">Click Here</a></p>
<p>Don't have an account <a href="#">Sign up</a></p>
</div>
</div>

</div>
</section>

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events