Title: BANNERS | |
friendsoffortiesfive > General > Games | Go to subcategory: |
Author | Content |
Zenith | |
Date Posted:03/12/2023 3:57 PMCopy HTML CONCEIVE, BELIEVE, ACHIEVE!
|
|
Zenith | #1 |
Re:BANNERS Date Posted:03/12/2023 4:05 PMCopy HTML *** NAME *** SCORE ====== JOE=x * MIKE=y DAVE=z ========= TOTAL=48 CONCEIVE, BELIEVE, ACHIEVE!
|
|
Zenith | #2 |
Re:BANNERS Date Posted:03/12/2023 4:07 PMCopy HTML |
|
Niceguy2 | #3 |
Re:BANNERS Date Posted:03/13/2023 2:52 AMCopy HTML AWESOME, DAVE! |
|
Zenith | #4 |
Re:BANNERS Date Posted:03/13/2023 4:35 AMCopy HTML Thanks, Joe. Glad you like it! The div style height of 56px (in most cases) is distance of name from the top, and can be tweaked. OK, if you want to use one, change name to something else before looking in html ed. The pic names are meaningless without a cheat sheet. Let's add A, B, C, etcetera, to end of names counting from the top. Also, I made some for women in another group, so maybe we can delete the unmanly ones .. LOL |
|
Zenith | #5 |
Re:BANNERS Date Posted:03/13/2023 5:14 AMCopy HTML If you can think of some more quick-pick navs, let me know. |
|
Niceguy2 | #6 |
Re:BANNERS Date Posted:03/13/2023 8:12 AMCopy HTML Will do. Thanks. |
|
Zenith | #7 |
Re:BANNERS Date Posted:03/16/2023 4:10 PMCopy HTML NAME *** NAME! *** *** NAME! *** *** NAME! *** *** NAME! *** *** NAME! *** CONCEIVE, BELIEVE, ACHIEVE!
|
|
Zenith | #8 |
Re:BANNERS Date Posted:04/14/2023 6:46 PMCopy HTML SCORE ===== JOE=21* DAVE=18 MIKE=9 ========= TOTAL=48 *** NAME! *** Take these both together! Just substitute bkg name for different scroll. May have to adjust name position with div height size made for that purpose. (The one that says 60 here!) CONCEIVE, BELIEVE, ACHIEVE!
|
|
Niceguy2 | #9 |
Re:BANNERS Date Posted:04/15/2023 3:36 AMCopy HTML Do what? |
|
Zenith | #10 |
Re:BANNERS Date Posted:04/15/2023 5:07 AMCopy HTML <div style="width:200px;margin:0px auto;text-align:center; padding:20px;background:linear-gradient(#0078a4, yellow); font-size:20px;font-family:courier new;color:#000066; border:12px ridge #CCCC00;font-weight:900;"> SCORE<br> =====<br> JOE=21*<br> DAVE=18<br> MIKE=9<br> =========<br> TOTAL=48<br> </div> <p><br></p> <div style="background-image:url('https://iili.io/Hvckmyg.jpg'); width:587px;height:180px;margin:0px auto;text-align:center; font-family:Times New Roman;font-size:28px; font-weight:900;background-size:100% 100%;"> <div style="height:60px;"> </div> <em style="color:#679DB9;font-weight:900; text-shadow:-1px 0 black,0 1px black, 1px 0 black, 0 -1px black, 0 0 30px #000066;"> *** NAME! ***</em> </div> <p style="text-align:center;"><br></p> <p style="text-align:center;"><em><strong> Take these both together!</strong></em></p> <p style="text-align:center;"><em><strong> Just substitute bkg name for different scroll.</strong></em></p> <p style="text-align:center;"><em><strong> May have to adjust name position with div height size made for that purpose.</strong></em></p> <p style="text-align:center;"><em><strong> (The one that says 60 here!)</strong></em><br></p> CONCEIVE, BELIEVE, ACHIEVE!
|
|
Niceguy2 | #11 |
Re:BANNERS Date Posted:04/15/2023 7:27 AMCopy HTML SCORE JOE=21* DAVE=18 MIKE=9 ========= TOTAL=48 *** NAME! *** Take these both together! Just substitute bkg name for different scroll. May have to adjust name position with div height size made for that purpose. (The one that says 60 here!) |
|
Niceguy2 | #12 |
Re:BANNERS Date Posted:04/15/2023 7:28 AMCopy HTML Not sure what you want me to do, Dave. |
|
Zenith | #13 |
Re:BANNERS Date Posted:04/16/2023 2:39 AMCopy HTML If you wanted a score, which you could change colors on, coupled to a banner, which you could change the image, name and colors on, you could copy that and alter the code. But then again, you can do them separately! I just prompted what to change on the banner. You already know what to do with the score. |
|
Niceguy2 | #14 |
Re:BANNERS Date Posted:04/16/2023 5:57 AMCopy HTML I experimented but I didn't know what I was doing, lol. You may have to just do it and show me. Ha, I like this shadow. |
|
Zenith | #15 |
Re:BANNERS Date Posted:04/16/2023 12:09 PMCopy HTML Experimenting is good. I found something online for the banners and it worked OK. Here's someplace to learn more: https://www.w3schools.com/cssref/css3_pr_text-shadow.php
|
|
Zenith | #16 |
Re:BANNERS Date Posted:04/16/2023 12:37 PMCopy HTML <p><span style=" font-family:'times new roman'; color:rgb(192, 0, 0); <!-- red #C00000 --> font-size:48px; "> <strong> <span style=" text-shadow:0.15em 0.15em #EEC900 <!-- yellow --> "> I experimented but I didn't know what I was doing, lol. You may have to just do it and show me. Ha, I like this shadow.</span> </strong> </span></p> <!-- @@@@@@@@@@@@@@@@@@@@@@@@@@@@@ --> <!DOCTYPE html> <html> <head> <style> h1 { text-shadow:0 0 3px #FF0000; } </style> </head> <body> <h1>Text-shadow with red neon glow</h1> </body> </html> <!-- @@@@@@@@@@@@@@@@@@@@@@@@@@@@@ --> <p>Above is the way a proper HTML is made.<br> We don't include the envelope in posts since aimoo has it already.<br> The style in the HEAD can be put inline as we usually do it.<br> Just copy what is between the BODY tags. See below.</p> <!-- @@@@@@@@@@@@@@@@@@@@@@@@@@@@@ --> <p style="text-shadow:0 0 3px #FF0000;"> <h1>Text-shadow with red neon glow</h1> </p> <!-- @@@@@@@@@@@@@@@@@@@@@@@@@@@@@ --> CONCEIVE, BELIEVE, ACHIEVE!
|
|
Zenith | #17 |
Re:BANNERS Date Posted:04/16/2023 1:08 PMCopy HTML This also works! <h1 style="text-shadow:0 0 3px #FF0000;"> Text-shadow with red neon glow</h1> Text-shadow with red neon glowCONCEIVE, BELIEVE, ACHIEVE!
|
|
Zenith | #18 |
Re:BANNERS Date Posted:04/16/2023 1:17 PMCopy HTML Just add color:blue; in the style to get this.
Text-shadow with red neon glowCONCEIVE, BELIEVE, ACHIEVE!
|
|
Niceguy2 | #19 |
Re:BANNERS Date Posted:04/17/2023 3:01 AMCopy HTML |
|
Zenith | #20 |
Re:BANNERS Date Posted:04/19/2023 9:02 PMCopy HTML SCORE ====== JOE=26 * DAVE=23 MIKE=11 ========= TOTAL=60 *** JOE *** ANOTHER NICEGUY & ZENITH ORIGINAL CONCEIVE, BELIEVE, ACHIEVE!
|
|
Zenith | #21 |
Re:BANNERS Date Posted:04/19/2023 9:11 PMCopy HTML SCORE ====== JOE=26 * DAVE=23 MIKE=11 ========= TOTAL=60 *** JOE *** ANOTHER NICEGUY & ZENITH ORIGINAL CONCEIVE, BELIEVE, ACHIEVE!
|
|
Niceguy2 | #22 |
Re:BANNERS Date Posted:04/20/2023 2:20 AMCopy HTML Beautiful! |
|
Zenith | #23 |
Re:BANNERS Date Posted:04/20/2023 3:57 AMCopy HTML SCORE ====== JOE=26* DAVE=23 MIKE=11 ========= TOTAL=60 *** JOE! *** CONCEIVE, BELIEVE, ACHIEVE!
|
|
Zenith | #24 |
Re:BANNERS Date Posted:04/20/2023 4:33 AMCopy HTML Trying to find compatible colors. SCORE ====== JOE=26* DAVE=23 MIKE=11 ========= TOTAL=60 *** JOE! *** CONCEIVE, BELIEVE, ACHIEVE!
|
|
Niceguy2 | #25 |
Re:BANNERS Date Posted:04/20/2023 5:28 AMCopy HTML SCORE ====== JOE=26* DAVE=23 MIKE=11 ========= TOTAL=60 *** JOE! *** |