I've been working on a banner for my IC posts in a fandom RP that i'm participating in, but there's just one problem: it comes out badly when I paste it into the source.
Ideally, it should look something like this: View attachment Geralt.html
But then it comes out like this:
I look into the source again, and it looks like half of my code has inexplicably disappeared.
Here's the original code:
Here's the code RPNation gives me:
Any feedback at all would be helpful.
Ideally, it should look something like this: View attachment Geralt.html
But then it comes out like this:
I look into the source again, and it looks like half of my code has inexplicably disappeared.
Here's the original code:
<!DOCTYPE html>
<html>
<head>
<style>
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed');
#card{
border:2px solid black;
width:200px;
height:100px;
font-family: 'Roboto Condensed';
font-weight: bold;
text-align: center;
margin: 5px;
float:left;"
}
</style>
</head>
<body>
<div id="card">
<span style="font-size:16px;">Geralt</span><br>
<span style="font-size:10px;">Grassy Field</span><br>
<img src="https://s-media-cache-ak0.pinimg.com/236x/4d/d2/ae/4dd2ae9a5af8ca75912eab3b26d3f4f9.jpg" style="width:45px;height:45px;">
</div>
<p style="font-family: 'Roboto Condensed';">
write here
</p>
</body>
</html>
<html>
<head>
<style>
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed');
#card{
border:2px solid black;
width:200px;
height:100px;
font-family: 'Roboto Condensed';
font-weight: bold;
text-align: center;
margin: 5px;
float:left;"
}
</style>
</head>
<body>
<div id="card">
<span style="font-size:16px;">Geralt</span><br>
<span style="font-size:10px;">Grassy Field</span><br>
<img src="https://s-media-cache-ak0.pinimg.com/236x/4d/d2/ae/4dd2ae9a5af8ca75912eab3b26d3f4f9.jpg" style="width:45px;height:45px;">
</div>
<p style="font-family: 'Roboto Condensed';">
write here
</p>
</body>
</html>
Here's the code RPNation gives me:
<div id="card">
<span style="font-size:16px;">Geralt</span><br>
<span style="font-size:10px;">Grassy Field</span><br>
<img alt="4dd2ae9a5af8ca75912eab3b26d3f4f9.jpg" src="https://www.rpnation.com/applications/core/interface/imageproxy/imageproxy.php?img=https://s-media-cache-ak0.pinimg.com/236x/4d/d2/ae/4dd2ae9a5af8ca75912eab3b26d3f4f9.jpg&key=272e407f560cb1d56ef3998dd4150f7d952d6028e029130c05f2e89f9d2dd919" style="width:45px;height:45px;">
</div>
<p style="font-family: 'Roboto Condensed';">
write here
</p>
<span style="font-size:16px;">Geralt</span><br>
<span style="font-size:10px;">Grassy Field</span><br>
<img alt="4dd2ae9a5af8ca75912eab3b26d3f4f9.jpg" src="https://www.rpnation.com/applications/core/interface/imageproxy/imageproxy.php?img=https://s-media-cache-ak0.pinimg.com/236x/4d/d2/ae/4dd2ae9a5af8ca75912eab3b26d3f4f9.jpg&key=272e407f560cb1d56ef3998dd4150f7d952d6028e029130c05f2e89f9d2dd919" style="width:45px;height:45px;">
</div>
<p style="font-family: 'Roboto Condensed';">
write here
</p>
Any feedback at all would be helpful.