Show your support by donating any amount. (Note: We are still technically a for-profit company, so your contribution is not tax-deductible.) PayPal Acct: Feedback:
Donate to VoyForums (PayPal):
[ Login ] [ Contact Forum Admin ] [ Main index ] [ Post a new message ] [ Search | Check update time ] |
Subject: One item, or many items can be chosen | |
Author: admin | [ Next Thread |
Previous Thread |
Next Message |
Previous Message
] Date Posted: 19:45:20 11/17/15 Tue this whole method can include a dozen CSS elements, OR, just one. For example: I could write a paragraph using basic keyboard features. (no HTML, no CSS, just typing with keyboards). THEN, I could start a new paragraph. Or, I could add CSS buttons, or a photograph, or, anything desired. And, I can use a 'wrap over' in order to space it perfectly. So, using the BR (break) is too short. while, using P (paragraph) created too much distance. So, here's how I'll solve the problem. I simply begin using this DIV sequence. div style="padding:9px; text-align:justify;" and, I needn't add anything else. This will space the paragraphs perfectly. If I change the number to PADDING:3px; it will shorten the distance between paragraphs. While, of course, a larger number, such as PADDING:30px, will make them further apart. ---- you'll also notice that I've eliminated the background-color:transparent. This creates the same effect, by default. (however, I usually choose adding the BACKGROUND-COLOR, even if it's transparent.) (the reason is because this enables me to change the background-color if so desired.) [ Next Thread | Previous Thread | Next Message | Previous Message ] |
[> Subject: alot of stuff can be added !!!!!! | |
Author: admin [ Edit | View ] |
Date Posted: 20:01:45 11/17/15 Tue The CSS cheat-sheet page can offer endless possibilities. http://www.voy.com/230750/ SO, for example: I could add Box-Shadow, if desired. div style="padding:9px; box-shadow: 10px 10px 5px #888888; text-align:justify;" Even the most insane features could be added (although they're usually tacky). div style="padding:9px; box-shadow: 10px 10px 5px #888888; text-align:justify;" div style="padding:9px; box-shadow: 2px 5px 4px 4px rgba(84,51,97,0.9); text-align:justify;" div style="padding:9px; box-shadow: 0 0 10px 5px black, 40px -30px lime, 40px 30px 50px red, -40px 30px yellow, -40px -30px 50px blue; text-align:justify;" It's not necessary to add more than 3 or 4 features, But, using many codes are optional enhancements. div style="background-color: #ffffff; color: #000000; font-family:arial; font-weight:normal; border:solid #224F58 1px; border-radius:4px; width:90%; padding:2px; font-size:16px; text-align:justify; ETC. ETC. ETC. " [ Post a Reply to This Message ] |