editing threads - Printable Version +- Beqanna (https://beqanna.com/forum) +-- Forum: OOC (https://beqanna.com/forum/forumdisplay.php?fid=24) +--- Forum: Connect (https://beqanna.com/forum/forumdisplay.php?fid=109) +---- Forum: Questions and Suggestions (https://beqanna.com/forum/forumdisplay.php?fid=26) +---- Thread: editing threads (/showthread.php?tid=15393) |
editing threads - Mirage - 06-26-2017 Is there a way for us to edit threads if the html is messed up and blocking the edit button? For instance, all of my previous Radiant threads are unreadable because the image link is broken and it won't let me access the edit button (as in this thread - http://www.beqanna.com/forum/showthread.php?tid=14953). Thank you in advance! RE: editing threads - Kyra - 06-26-2017 So I can't find a way to get to the edit button either, though any various means we have. Tagging @[Kortnee] and @[Dianna] in case they know anything sneaky that I don't. Also, a broken image alone shouldn't cause that. Do you have the html that I can look at? RE: editing threads - Dianna - 06-26-2017 Try using http://www.beqanna.com/forum/editpost.php?pid=55536 for the post that you used as an example, and just change the id# to whichever ID corresponds to the other posts (I found the IDs by hovering over your link to your posts through the character's "activity" list under their profile). Let me know if that's too confusing and I can get the direct links for you. Ps, for that last one... I closed one p tag you left open, but there's likely still another because there's still some stuff messed up RE: editing threads - Toli - 06-26-2017 http://www.beqanna.com/forum/editpost.php?pid=54610 should be first post in thread -butting in sry <33 - RE: editing threads - Mirage - 06-26-2017 It worked before the image went kaput, so it's weird to me? Code: <link href='https://fonts.googleapis.com/css?family=Allura|Jaldi' rel='stylesheet' type='text/css'> <style type="text/css"> .Radiant_container { position: relative; z-index: 1; background-color: #849c7e; width: 600px; padding: 10px 0 0 0; border: solid 2px #0f1110; box-shadow: 0px 0px 10px 1px #000; } .Radiant_container p { margin: 0; } .Radiant_image { position: relative; z-index: 4; width: 600px; } .Radiant_gradient { position: absolute; z-index: 5; bottom: 308px; left: 0px; width: 600px; height: 600px; background: -moz-linear-gradient(top, rgba(132,156,126,1) 0%, rgba(125,185,232,0) 100%); background: -webkit-linear-gradient(top, rgba(132,156,126,1) 0%,rgba(125,185,232,0) 100%); background: linear-gradient(to bottom, rgba(132,156,126,1) 0%,rgba(125,185,232,0) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#849c7e', endColorstr='#007db9e8',GradientType=0 ); } .Radiant_text { position: relative; z-index: 6; width: 550px; padding-top: 20px; margin-bottom: -230px; } .Radiant_message { position: relative; font: 12px 'Times New Roman', serif; text-align: justify; color: #1e2417; padding: 10px 5px; } .Radiant_name { position: absolute; z-index: 10; text-align: center; font: 100px 'Allura', cursive; color: #656d4c; letter-spacing: 1px; opacity: 0.6; padding-top: 795px; padding-left: 10px; text-shadow: 0px 0px 20px #000; } .Radiant_quote { position: relative; text-align: center; color: #282f24; font: 12px 'Times New Roman', serif; font-style: italic; line-height: 1.3em; letter-spacing: 1px; text-shadow: 0px 0px 10px #536249; } </style> <center> <div class="Radiant_container"> <div class="Radiant_text"> <p class="Radiant_quote">build me up from bones, wrap me up in skin <br>hold me close enough to breathe me in</p> <p class="Radiant_message"> She dreams even when she is wide awake. |