Day 147
Adobe Spark is a scam, part 2! Any ideas on how to embed a Spark page into an iframe?
#CodingPhase #TheCodingWay #365CodingPhaseChallenge
**********
<!DOCTYPE html>
<html>
<head>
<title>cheat day</title>
<style type="text/css">
h1 {
text-align: center;
}
p {
text-align: center;
color: darkgreen;
}
</style>
</head>
<body>
<h1>This a cheat! Part three</h1>
<p>I spent most of the day messing with WordPress and don't have any code to show for it...<br>Today, I am trying to figure out how to import a page from Adobe Spark. But now I am trying to use an iframe...</p>
</body>
</html>
#CodingPhase #TheCodingWay #365CodingPhaseChallenge
**********
<!DOCTYPE html>
<html>
<head>
<title>cheat day</title>
<style type="text/css">
h1 {
text-align: center;
}
p {
text-align: center;
color: darkgreen;
}
</style>
</head>
<body>
<h1>This a cheat! Part three</h1>
<p>I spent most of the day messing with WordPress and don't have any code to show for it...<br>Today, I am trying to figure out how to import a page from Adobe Spark. But now I am trying to use an iframe...</p>
</body>
</html>
Comments
Post a Comment