permaikan tampilan

parent 4ad34034
......@@ -29,7 +29,7 @@
<b> Judul Artikel : </b>
<input type="text" name="judul_artikel" style="width:100%" placeholder="Judul Artikel" value="<?php echo $data['judul_artikel'] ?>" required/><br>
<b> Isi Artikel : </b>
<textarea name="isi_artikel" style="width:100%; height:450px" placeholder="<?php echo $data['isi_artikel'] ?>" value="<?php echo $data['isi_artikel'] ?>"required></textarea><br>
<textarea name="isi_artikel" style="width:100%; height:450px" required><?php echo $data['isi_artikel'] ?></textarea><br>
<b> File Gambar : <br></b>
<div class="col-md-3 agileinfo_single">
<img src="<?php echo $data['gambar_artikel']; ?>" class="img-responsive" required/>
......
......@@ -12,6 +12,7 @@
<html lang="en">
<head>
<title>Toko Buku Cemerlang</title>
<link rel="icon" type="image/ico" href="images/logo.ico">
<!-- for-mobile-apps -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
......
File added
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment