Welcome Guest, Not a member yet? Register   Sign In
Newcomer needing help!
#6
Smile 

(04-12-2019, 10:02 AM)Wouter60 Wrote: Please, share the view you've written so far.
Use the PHP code block button at the toolbar of the forum editor, are include it as an attachment.
Hey @Wouter60 this is my code, I took out alot of the css that was in the original code and placed it in a css file, still didnt work. Trying to center and add a background and color:

<?php
defined('BASEPATH') OR exit('No direct script access allowed');
?><!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <title>CULTURED KINK</title>

    <style type="application/css/style.css">
    <link rel="stylesheet" type="text/css" href="<?=base_url()?>application/css/style.css"/>
h1 {
        color: #444;
        background-color: transparent;
        border-bottom: 1px solid #D0D0D0;
        font-size: 19px;
        font-weight: normal;
        margin: 0 0 14px 0;
        padding: 14px 15px 10px 15px;
    }
    
 
    </style>
</head>
<body>

 


    <h1 class="text-align: center;"><b>WELCOME TO CULTURED KINK!</b></h1>
    


    
<a href="#" class="btn btn-danger btn-lg active" role="button" aria-pressed="true">ENTER</a>

    <p class="footer">CREATED BY TINICO ENTERPRISES, LLC</p>


</body>
</html>

Thank you for the help, its greatly appreciated Heart
Reply


Messages In This Thread
Newcomer needing help! - by Mekaboo - 04-11-2019, 08:15 PM
RE: Newcomer needing help! - by muuucho - 04-12-2019, 02:57 AM
RE: Newcomer needing help! - by Mekaboo - 04-12-2019, 07:01 AM
RE: Newcomer needing help! - by Wouter60 - 04-12-2019, 10:02 AM
RE: Newcomer needing help! - by Mekaboo - 04-12-2019, 09:04 PM
RE: Newcomer needing help! - by InsiteFX - 04-12-2019, 03:23 PM
RE: Newcomer needing help! - by Mekaboo - 04-12-2019, 10:02 PM
RE: Newcomer needing help! - by Wouter60 - 04-13-2019, 08:02 AM
RE: Newcomer needing help! - by Mekaboo - 04-13-2019, 07:35 PM
RE: Newcomer needing help! - by InsiteFX - 04-13-2019, 08:15 AM
RE: Newcomer needing help! - by Mekaboo - 04-13-2019, 07:37 PM



Theme © iAndrew 2016 - Forum software by © MyBB