What's new

Closed prevent auto download embed help!

Status
Not open for further replies.
Joined
Apr 3, 2020
Posts
30
Reaction
0
Points
44
Age
23
ano po kaya ang pwede kong gawin? ito po yung code
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<link rel="icon" href="images/mainlogo.png">
<title>Topics</title>
<link rel="stylesheet" type="text/css" href="css/style4.css">
</head>
<body>
<nav>
<ul class="top-navbar">
<a href="index.html"><img src="images/mainlogo.png" class="port"></a>
<li><a href="index.html">Home</a></li>
<li><a href="kamagufil.html">Kamagufil</a></li>
<li><a href="tools.html">Tools</a></li>
<li><a href="templates.html">Templates</a></li>
<li><a href="topics.html">Topics</a></li>
<li><a href="schedules.html">Schedules</a></li>
<input type="search" placeholder="Search Here (Hindi pa gumagana)" class="ir"><button class="er">
</ul>
</nav>
<h1>Templates</h1>
<div class="frame">
<h1>Curriculum Guide</h1>
<embed src="files/cg/Filipino Curriculum Guide.pdf" type="application/pdf" width="1000px" height="500px">
</div>
<div class="any">
<button class="button"><a href="files/cg/Filipino Curriculum Guide.docx" class="download1">Download Filipino Curriculum Guide.docx</a></button>
</div>
<div class="frame">
<h1>Filipino 7 QUARTER 1 AND 2</h1>
<embed src="files/cg/FILIPINO QUARTER 1 AND 2.pdf" type="application/pdf" width="1000px" height="500px">
</div>
<div class="any">
<button class="button"><a href="files/cg/FILIPINO QUARTER 1 AND 2.docx" class="download1">Download ILIPINO QUARTER 1 AND 2.docx</a></button>
</div>
<div class="frame">
<h1>Filipino 7 QUARTER 3</h1>
<embed src="files/cg/FILIPINO QUARTER 3.pdf" type="application/pdf" width="1000px" height="500px">
</div>
<div class="any">
<button class="button"><a href="files/cg/FILIPINO QUARTER 3.docx" class="download1">Download Filipino FILIPINO QUARTER 3.docx</a></button>
</div>
<div class="frame">
<h1>Filipino 7 QUARTER 4</h1>
<embed src="files/cg/FILIPINO QUARTER 4.pdf" type="application/pdf" width="1000px" height="500px">
</div>
<div class="any">
<button class="button"><a href="files/cg/FILIPINO QUARTER 4.docx" class="download1">Download FILIPINO QUARTER 4.docx</a></button>
</div>
<div class="frame">
<h1>Filipino 8</h1>
<embed src="files/cg/8_Panitikang_Pilipino_Filipino_Modyul_pa.pdf" type="application/pdf" width="1000px" height="500px">
</div>
<div class="any">
<button class="button"><a href="files/cg/8_Panitikang_Pilipino_Filipino_Modyul_pa.docx" class="download1">Download FILIPINO 8.docx</a></button>
<h1>Filipino 9</h1>
<embed src="files/cg/filipino_9_tg_draft_4.1.2014.pdf" type="application/pdf" width="1000px" height="500px">
</div>
<div class="any">
<button class="button"><a href="files/cg/filipino_9_tg_draft_4.1.2014.docx" class="download1">Download FILIPINO 9.docx</a></button>
<h1>Filipino 10</h1>
<embed src="files/cg/Filipino 10- Teachers Guide.pdf" type="application/pdf" width="1000px" height="500px">
</div>
<div class="any">
<button class="button"><a href="files/cg/Filipino 10- Teachers Guide.docx" class="download1">Download FILIPINO 10.docx</a></button>
<h1>UNP Header A4 Portrait</h1>
<embed src="files/header/UNP-Header-a4-Portrait.pdf" type="application/pdf" width="1000px" height="500px">
</div>
<div class="any">
<button class="button"><a href="files/header/UNP Header a4 Portrait.docx" class="download1">UNP Header A4 Portrait</a></button>
<h1>UNP Header A4 Landscape</h1>
<embed src="files/header/UNP Header a4 Landscape.pdf" type="application/pdf" width="1000px" height="500px">
</div>
<div class="any">
<button class="button"><a href="files/header/UNP Header a4 Landscape.docx" class="download1">Download UNP Header A4 Landscape</a></button>
<h1>CTE Header A4 Portrait</h1>
<embed src="files/header/CTE Header a4 Portrait.pdf" type="application/pdf" width="1000px" height="500px">
</div>
<div class="any">
<button class="button"><a href="files/header/CTE Header a4 Portrait.docx" class="download1">Download CTE Header A4 Portrait</a></button>
<h1>CTE Header A4 Landscape</h1>
<embed src="files/header/CTE-Header-a4-Landscape.pdf" type="application/pdf" width="1000px" height="500px">
</div>
<div class="any">
<button class="button"><a href="files/header/CTE Header a4 Landscape.docx" class="download1">Download CTE Header A4 Landscape</a></button>
</div>
<footer>
<div class="footer">
<a href="You do not have permission to view the full content of this post. Log in or register now."><img src="images/40383102_297078831023305_2541740871015989248_n.png" width="100px" height="100px" class="pic"></a>
<p class="c">
No matter what happen we will grab our own diploma and make our parents proud in that day.</br>
Created by John David Paa</br>
All Rights Reserved 2020
</p>
<a href="You do not have permission to view the full content of this post. Log in or register now."><img src="images/40406606_297083261022862_3212262661232263168_n.png" width="100px" height="100px" class="anotherpic"></a>
</div>
</footer>
</body>
</html>

bale yong mga embed nagauto download ones na clinick mo na yung page
 
di ako masyado na uli familiar sa html pero ang alam ko pag pic kasi hindi ineenclose sa anchor, may iba atang tag rito, not sure ah, pero marami naman expert na web dev dito mamaya :) antay lang
 
what if wag mo na lang i-enclose yung <img> tag sa anchor? ilagay mo na lang sa same folder ng .html mo yung image file
 
Status
Not open for further replies.

Similar threads

Back
Top