Tarble
Grizzled Veteran
Posts: 617
Organization: Saiyan Empire
Race: Saiyan
Status: Contact Me
Soul: Main
|
Post by Tarble on Oct 7, 2023 22:39:52 GMT -5
I have been beating my head around trying to update my character sheet and I have hit a wall. It has been about a month trying different ways to get the code right and I am just struggle. Can anyone point me in the right direction? Starting out I am trying to place and image and then beside it I am trying to make a table beside it to put information.
I have searched the webs a ton and just keep running into different issues, does anyone have some helpful links that could point me down a better path?
|
|
Frieza
Super Member
Posts: 312
Race: Changeling
Status: Contact Me
Soul: Main
|
Post by Frieza on Oct 8, 2023 3:37:01 GMT -5
forum.alexsdbzrpg.com/thread/14400/automated-update-creator-v2-3This thread is probably your best bet for updates, as you'll be able to track it in a spreadsheet, and then the code for the update is at the bottom. As for bbcode in general, I've been in a similar boat to you and struggled with it. Personally, I've just clicked on 'quote' for other people's posts that I liked, copied it and then played around with it to see what changes what until I had something I was happy with. I hope that helps, but if you need anything in particular then let me know and I'll see if I can help any further.
|
|
|
Post by Quark on Oct 8, 2023 3:40:33 GMT -5
I usually just steal Aria's character sheet formats, but I believe its just HTML and CSS that creates the formatting and layout.
|
|
Tarble
Grizzled Veteran
Posts: 617
Organization: Saiyan Empire
Race: Saiyan
Status: Contact Me
Soul: Main
|
Post by Tarble on Oct 8, 2023 7:31:37 GMT -5
I did not even know what that Quote button did. Just check it out..... man that is amazing would have saved me hours of time. I really appreciate it 16.
I'll have to check hers out, yea I do KQL, SPL, PowerShell and Bash. I just started to learn python and thought to myself that I could in cooperate that into BB code. But man BB code is rough, everything I find on the internet is using something else or when it comes to div its in <> so it did not work. I give the people props on who figured a lot of this out.
Thanks a ton for the fast response, Ill be putting someones in vscode and try and break it down today!
|
|
|
Post by Yan Cass on Oct 8, 2023 11:26:20 GMT -5
For what you were specifically asking, I just make two tables cuz idk shit about it and its easier than fucking around with BBCode DIVs. | Data | some data | more data | data | hello | that data |
|
[table][tbody][tr][td][img style="max-width:100%;" src="picturelinkhere"][/td][td][table][tbody][tr][td]Data[/td][td]some data[/td][td]more data[/td][/tr][tr][td]data[/td][td]hello [/td][td]that data[/td][/tr][/tbody][/table][/td][/tr][/tbody][/table] You can obviously edit the table code to have outlines and shit.
|
|
Tarble
Grizzled Veteran
Posts: 617
Organization: Saiyan Empire
Race: Saiyan
Status: Contact Me
Soul: Main
|
Post by Tarble on Oct 8, 2023 12:17:33 GMT -5
That makes sense I didn't even think to do two tables side by side. Thanks a ton!
|
|
|
Post by Goku on Oct 8, 2023 20:46:04 GMT -5
I would also try chat gpt. If you guide it right and have code, you can get some nifty results.
|
|