| Forums > Tips & Tricks > "Various tips and tricks for your blog ;)" (4 replies)
|
|
|
*square brackets are replaced by sharp brackets in the real thing. 
protection
there's a shortcut alternative i have used for months rather than the bulky no right-click script that uses more than 100 lines.
in your [body] part in your template, place:
oncontextmenu="return false" for no right click without alert,
oncontextmenu="alert('message'); return false" for no right click with alert,
onselectstart="return false" for no selection of text.
hide the navbar
in your css, make a new section called:
#navbar-iframe{
you can use the following properties after it:
display: none
visibility: hidden
height: 0px
OR
filter: alpha(opacity=0) ALONG WITH -moz-opacity: 0;
text styles
tired of the limitations of css?
besides text-decoration, font-weight and all that, you can use other effects:
font-variant: small-caps; gives a small-caps header.
font-style: italic; gives italic text.
installing blogskins.com templates
noticed that blogger used the new html system which is foreign to you?
in your dashboard, go to Layout edit HTML.
scroll down, and press Revert to Classic Template.
i hope you found them useful.
|
| |
|
| |
|
| |
hahas that was educational.
but perhaps you should make the codes clearer by separating them with the explanation.
then it'll be good enough and myles possibly can sticky this, o.o
|
| |
| |
|
| |
uh huh ;D .
i thought you could hide the nav bar with ,
too ?
it's shorter too
|
| |
| |
|
| |
lol tessa, it may not work for all browsers. display:none; is browser-proof (not to mention idiot-proof)
um denotatedlove you missed out opera again -.-
opacity:.0;
|
| |
| |
|
| |
could you please post a tip on html tricks like the code for that box in a post? I thought it was
text text but now I'm not so sure ..
|
| Subscribe To This Thread: RSS 2.0 or Atom (?) |
| This thread has been locked, and no new replies can be posted. |