1.2. Insert the html code for sidebar into the body-tag of your html file. <body>
<div class="sidebar pos-left text style6 normal blue"> <a href="#" class="sidebar-inner"><div class="sidebar-content">Button 1</div></a> <a href="#" class="sidebar-inner"><div class="sidebar-content">Button 2</div></a> </div>
</body>
Utworzyłam folder w którym umieściłam pliki tego skryptu. Otwieram folder "theme" i header.tpl i w sekcji <header> umieściłam "<link rel="stylesheet" href="/slider/style.css" type="text/css" >"
Zmieniałm ścieżkę na slider/style.css ponieważ style.css tego skryptu znajduje się w tym folderze.
Następnie w w header.tpl po <div id="page"> umieściłam <div class="sidebar pos-left text style6 normal blue">
Question
imogen
Witam może ktoś pomoże.. Posiadam skrypt, chiałbym umieścić go na stronie presty. Przy instalacji mam wyjaśnione co i jak:
1.1. Insert the style.css file in the head-tag of your html file.
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="style.css" type="text/css" >
</head>
<body>
</body>
</html>
1.2. Insert the html code for sidebar into the body-tag of your html file.
<body>
<div class="sidebar pos-left text style6 normal blue">
<a href="#" class="sidebar-inner"><div class="sidebar-content">Button 1</div></a>
<a href="#" class="sidebar-inner"><div class="sidebar-content">Button 2</div></a>
</div>
</body>
Utworzyłam folder w którym umieściłam pliki tego skryptu. Otwieram folder "theme" i header.tpl i w sekcji <header> umieściłam "<link rel="stylesheet" href="/slider/style.css" type="text/css" >"
Zmieniałm ścieżkę na slider/style.css ponieważ style.css tego skryptu znajduje się w tym folderze.
Następnie w w header.tpl po <div id="page"> umieściłam <div class="sidebar pos-left text style6 normal blue">
<a href="#" class="sidebar-inner"><div class="sidebar-content">Button 1</div></a>
<a href="#" class="sidebar-inner"><div class="sidebar-content">Button 2</div></a>
</div>
Niestety strona mi się rozjechała.. może ktos wie dlaczego lub co robię zle to poprosze o poradę
Czy kod, który musiałby się znaleźć w sekcji <body> musi znajdować się w footer.tpl?
Edited by imogen (see edit history)Link to comment
Share on other sites
2 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now