html
Creating a Static Drupal Site with Tome
Case:
We have a site on pantheon and we use lando for local development
We will created a lando instance and use tome to transition to a static html site.
I will also create a separate lando instance to not interfere with the live site/development just because.
And will create a gitlab repository and host the site on gitlab since it will be pure html
Adding a scroll to a block
- Read more about Adding a scroll to a block
- Drupalguy's Blog
- Log in to post comments
<div style=" width:100%; height:299px; overflow: auto; overflow-y: scroll; max-width:100%; max-height:300px;" >
<div style="width:100%;height:300px;line-height:3em;overflow:auto;padding:5px;">
a tag hover styles
- Read more about a tag hover styles
- Drupalguy's Blog
- Log in to post comments
<style type="text/css">/* unvisited link */
a:link {
color: green;
}
/* visited link */
a:visited {
color: green;
}
/* mouse over link */
a:hover {
color: red;
}
/* selected link */
a:active {
color: yellow;
}</style>
Good day yesterday
- Read more about Good day yesterday
- Drupalguy's Blog
- Log in to post comments
Was a productive day yesterday. I got a lot accomplished with my tutorial. I'm understanding views a lot better now and am a lot more comfortable with manipulating data with drupal. I SO pick up things much easier when I observe how its done.
Solved: The Case of the To Wide Toolbar
Yesterday I wrote about my efforts to install a text editor for blogging and comments. I originally tried to use the combination of WYSIWYG & CKEditor (and later Tiny_MCE) but could not get comments to work (but was able to do blog posts). It turned out to be caused by a few different issues: