It's been a little while since I've looked at my profile last, so this may have happened some time ago.
When I edited my profile a while ago I added some blank widgets, and in those I used the scode feature [item=... to display some items that I liked. After I finished, the items showed up in rows of three inside the widgets, like this [item=...[item=...[item=... [item=...[item=...[item=... [item=...[item=...[item=...
But today when I looked at it, they now show up as one long line, like this [item=... [item=... [item=... [item=... [item=...
Why is it doing this? Is there something I can do to change it? (If you're confused as to what I'm talking about, check out my profile, and look at the widgets named "Gotta Catch Em All" and "My Loves". The items show up as just one line, but they original looked like the "Wishlist" widget, with multiple items per row.)
Please Ping! Thank you. :)
[tot=Abaven] [egg=Abaven] [tp=Abaven]
At least I now know what started it, but I wish there was some way to change it back. I prefer the original version. :/
Thank you. :)
[tot=Abaven] [egg=Abaven] [tp=Abaven]
You can fix it by making a table. There may be an easier way, but this will work. This sample code makes a table with 3 columns. You can add or remove any number of rows. I made a small example on my own profile (top of middle column). This is a very basic table of course, you can make a variety of changes, from the number of columns and rows to the style.
| [item=...] | [item=...] | [item=...] |
| [item=...] | [item=...] | [item=...] |
| [item=...] | [item=...] | [item=...] |
| [item=...] | [item=...] | [item=...] |
| [item=...] | [item=...] | [item=...] |
| [item=...] | [item=...] | [item=...] |
To remove the +wishlist text you need to add the following into your "profile" widget:
<style type="text/css">
div.wl_plus {display: none;}
</style>
EDIT: fixed the typo in the code in case anyone else wants to use it.
In loving memory of Need posting achievements?Then join Posting Frenzy Achievement Items - searchable list List of Borders and cutouts New at Fresh and Flavorful Ping Group
Thank you for the coding. :) There is one problem though. After filling in the items and updating my widgets, it only shows the first 2 columns but not the third.
[tot=Abaven] [egg=Abaven] [tp=Abaven]
Sorry my fault. I made a typo in the code, and since I copy/pasted the error is in every line. After the third item=... the code is missing a <
Code with typo:
<tr><td>[item=...]</td><td>[item=...]</td><td>[item=...]/td></tr>
Fixed: <tr><td>[item=...]</td><td>[item=...]</td><td>[item=...]</td></tr>
In loving memory of Need posting achievements?Then join Posting Frenzy Achievement Items - searchable list List of Borders and cutouts New at Fresh and Flavorful Ping Group
No worries. I noticed it right as I got your ping. :) Again, thank you very much for the coding.
[tot=Abaven] [egg=Abaven] [tp=Abaven]
No problem, coding is fun :D.
In loving memory of Need posting achievements?Then join Posting Frenzy Achievement Items - searchable list List of Borders and cutouts New at Fresh and Flavorful Ping Group
I agree, but I definitely need to find the time to teach myself more about it. XD
[tot=Abaven] [egg=Abaven] [tp=Abaven]