![]() |
Home Community Mys-Script Creative Off-Topic |
|
![]() |
|
Thread Tools | Display Modes |
|
#1
|
||||
|
||||
![]() Quote:
|
#2
|
||||
|
||||
![]() Quote:
Code:
#image { border-left:10px solid #fff; border-right:10px solid #fff; border-bottom:5px solid #fff; background:url("citylights.jpg") left no-repeat #91C7F5; height:150px; } Yeah, since it takes time to get things to look right depending on how complex it is.
__________________
|
#3
|
||||
|
||||
![]() Quote:
How much would you be looking for or how could I make my own theme? |
#4
|
||||
|
||||
![]() Quote:
__________________
|
#5
|
||||
|
||||
![]() Quote:
|
#6
|
||||
|
||||
![]()
To customize it, you'll have to tamper with the css and template.tpl file. The template file is where most of it will be though. Here's an example of a template using the tutorial layout from W3schools:
HTML Code:
<body> <div class="container"> <header> <h1>Site name or Logo</h1> </header> <nav> <ul> <li><a href="#">Link 1</a></li> <li><a href="#">Link 2</a></li> <li><a href="#">Link 3</a></li> </ul> </nav> <article> <h1>{$document_title}</h1> <p>{$document_content}</p> </article> <footer>Copyright info goes here</footer> </div> </body> </html>
__________________
|
#7
|
||||
|
||||
![]() Quote:
|
#8
|
||||
|
||||
![]() Quote:
It isn't displaying on the website? I put this in: PHP Code:
|
![]() |
Thread Tools | |
Display Modes | |
|
|
What's New? |
What's Hot? |
What's Popular? |