inherit
I need a new CT, thinking.... [insert Jeopardy theme song here]
110769
0
Aug 21, 2021 0:07:21 GMT -8
Tumbleweed
20,825
September 2007
tumbleweed
|
Post by Tumbleweed on Mar 23, 2013 22:56:44 GMT -8
Are you wanting all avatars to be forced to that size or is that just your max width/height you'll allow on your site? This is what I'm playing with now but if you look at my site, it's cut off. lol So obviously I'm missing something. But I put this at the bottom of my style sheet. Thought I'd post it if you wanted to play with it. .avatar_size_default img{ width: 200px; height: 300px; max-width: 200px; max-height: 300px;
|
|
inherit
133146
0
Nov 16, 2024 15:51:08 GMT -8
Alanna 🥀🖤
3,564
November 2008
alannab
|
Post by Alanna 🥀🖤 on Mar 24, 2013 1:11:19 GMT -8
I want the only height and width to be 200x300px.
And yes, I am wanting to do it on v5 now because as soon as I get the v5 looking it's best I am going to convert the site to v5.
Another question, will my tables I made using the style codes no longer work on v5? That would be horribly unfortunate... I might need some tissues...
Edited: Also, I noticed, after adding the avatar code you suggested, even though the image I have in for my avatar now is 200x300px, it stills seems blurry as if it was stretched by the code... not sure why or if that even made sense.
|
|
inherit
I need a new CT, thinking.... [insert Jeopardy theme song here]
110769
0
Aug 21, 2021 0:07:21 GMT -8
Tumbleweed
20,825
September 2007
tumbleweed
|
Post by Tumbleweed on Mar 24, 2013 2:48:40 GMT -8
Actually, ignore my previous post. Take a look at this thread. support.proboards.com/thread/430474/I've not tried it yet but hopefully that is what you are wanting for resizing. Do you mean posting tables? If so, well, you may need a few tissues....well a half a box of tissues. The enhanced ubbc table part will not work anymore so you'll need to replace that with div style substitutes. The rest of your tables that are something like this: [style=background-color: #000000;border-top: 1px solid #ff0000;] Somethng here [/style] They'll need to be changed to: [div style="background-color: #000000;border-top: 1px solid #ff0000;"] Somethng here [/div] I'll try to get to that fade thing. I seem to be the only one helping here in coding support lately so I'm busy.
|
|
inherit
133146
0
Nov 16, 2024 15:51:08 GMT -8
Alanna 🥀🖤
3,564
November 2008
alannab
|
Post by Alanna 🥀🖤 on Mar 24, 2013 9:53:53 GMT -8
Okay, I'll take a look at that and about the tables... So my table will work if I just tweak them a little? I've already tired adding them to the v5 site and what definitely doesn't work is this [atrb=border,0,true][atrb=style, width: 340px; background-image:url(http://i583./ss279/legendskseeker/fk5qwnjpg.png); padding: 30px; border: #a0a0a0 solid 30px; ]
I hope I'll be able to change that so v5 will be able to read it.
I understand you're busy and I have noticed you are the only one helping people, take your time, I'm in no rush.
Edited: I got the avatar coding changed however, I want to add border-top: 3px solid #5d4847; border-bottom: 3px solid #2d2729; to it somehow. I've tried in many different areas in the style sheet, however, I can't seem to get it to show up. |
|
|
inherit
I need a new CT, thinking.... [insert Jeopardy theme song here]
110769
0
Aug 21, 2021 0:07:21 GMT -8
Tumbleweed
20,825
September 2007
tumbleweed
|
Post by Tumbleweed on Mar 24, 2013 12:47:47 GMT -8
You'd just do something like this:
[table style="border: 0px;width: 340px; background-image:url(http://i583./ss279/legendskseeker/fk5qwnjpg.png); padding: 30px; border: #a0a0a0 solid 30px;"][tbody] [tr] [td style="padding: 3px;"]Row 1 column 1[/td] [td style="padding: 3px;"]Row 1 column 2[/td] [/tr] [tr] [td style="padding: 3px;"]Row 2 column 1[/td] [td style="padding: 3px;"]Row 2 column 2[/td] [/tr] [/tbody][/table]
I'll try to fiddle with the borders you want and I promise, I'll try very hard to fiddle with the fade bit as well sometime today.
|
|
inherit
133146
0
Nov 16, 2024 15:51:08 GMT -8
Alanna 🥀🖤
3,564
November 2008
alannab
|
Post by Alanna 🥀🖤 on Mar 24, 2013 13:22:15 GMT -8
|
|
inherit
I need a new CT, thinking.... [insert Jeopardy theme song here]
110769
0
Aug 21, 2021 0:07:21 GMT -8
Tumbleweed
20,825
September 2007
tumbleweed
|
Post by Tumbleweed on Mar 24, 2013 15:16:08 GMT -8
If you remove the closing the td tr tbody and table tags that close the table prematurely, it'll look better. For some reason bbcode editor isn't letting me color the part to remove but those closing table tags right after those three closing font tags.
[table style="border:0px;width:340px;background-image:url(http://i583./ss279/legendskseeker/fk5qwnjpg.png);padding:30px;border:#a0a0a0 solid 30px;"][tbody][tr][td][font face="narrow"][font color="ffffff"][font]first middle (if your character's culture or time perid when born does not include a middle name put "nmn" instead which stands for no middle name) last name ## species played by first last of celebrity[/font][/font][/font]
[/td][/tr][/tbody][/table]
|
|
inherit
133146
0
Nov 16, 2024 15:51:08 GMT -8
Alanna 🥀🖤
3,564
November 2008
alannab
|
Post by Alanna 🥀🖤 on Mar 24, 2013 18:02:07 GMT -8
I am not following you.
|
|
inherit
I need a new CT, thinking.... [insert Jeopardy theme song here]
110769
0
Aug 21, 2021 0:07:21 GMT -8
Tumbleweed
20,825
September 2007
tumbleweed
|
Post by Tumbleweed on Mar 24, 2013 22:30:58 GMT -8
I'm starting to not like V5 posting when it comes to posting codes, particularly ubbc so it doesn't render. Grrr.
Anyway,If you look at your table in my previous post, right after the words..."played by first last of celebrity" and the three font closing tags you'll see you have closed that table with this: ([/td][/tr][/tbody][/table]) <<< that needs to be removed.
I'm still not able to post your whole table here.
Edit: I'm finding a lot of errors in your posting table and I'm not sure if that is how was originally or if ProBoards way of posting things changed it once you posted it. If you can either give me the link to your V4 forum where that posting table is posted and make it so I can quote it to copy it I can see if you have those errors in it OR you can click BBCode and then put the whole code from your V4 forum between noubbc tags and I can take a look that way.
[noubbc]
Your posting table here
[/noubbc]
|
|
inherit
133146
0
Nov 16, 2024 15:51:08 GMT -8
Alanna 🥀🖤
3,564
November 2008
alannab
|
Post by Alanna 🥀🖤 on Mar 25, 2013 13:11:00 GMT -8
|
|
inherit
I need a new CT, thinking.... [insert Jeopardy theme song here]
110769
0
Aug 21, 2021 0:07:21 GMT -8
Tumbleweed
20,825
September 2007
tumbleweed
|
Post by Tumbleweed on Mar 25, 2013 21:57:41 GMT -8
I don't have time to do your whole table but here is part of it to give you and idea how to go about things.
[div style="text-align:center;"] [table style="border:0px;width:460px;background-image:url(http://i583./ss279/legendskseeker/fk5qwnjpg.png);padding:30px;border:#a0a0a0 solid 30px;"][tbody][tr][td] [div style="text-align:center;"] [div style="width:370px;margin:20px;background-color:#ffffff;"]
[div style="width:320px;text-align:center;background-color:#5d4847;line-height:8px;font-size:15px;padding:25px;letter-spacing:4px;text-transform:uppercase;font-family:arial narrow;color:#ffffff;font-size:.9em;"] LastName, nmn, First Name played by first last of celebrity [/div] [img src="http://354x300OR250IMAGEOFCHARACTER.png" style="text-align:left;width:354px;height:300px;"]
[table style="margin:0px;border:0px;"][tbody][tr][td style="padding:6px;width:88px;margin:0px;border:0px;"][img width="88px" src="http://i657./uu300/EliteList/Tiles/T10.jpg" height="89px"] [/td][td style="padding:6px;width:100%;margin:0px;border:0px;"]Row 1 column 2[/td][/tr][/tbody][/table]
Other divs here with content
[/div] [/div] [/td][/tr][/tbody][/table] [/div]
Float left no longer works so I had to add another table within the table. I also kept things with line breaks so you can kind of see what I did a little easier. I know it isn't perfect but hopefully it'll give you an idea of what has to be done. When I make posting tables I use line breaks (enter on keyboard) to start out and once I get the basics then I butt everything together and tweek from there. I just find it much easier.
In your table, copied from the code part you had some of your brackets ([ and ]) turned to curly brackets ({ and })around your style tags and also notice the extra td and tr tags in the table closing. Example below:
[size=1]this character is played by [url=linkofyouraboutyouthread]alias[/url][/size][/color][/font]{/style}[/center][/td][/tr][/td][/tr][/table]
So you'll need to watch that carefully.
I think this is the one thing that most people aren't happy with, regarding V5 but you can make quick work of some of the changes if you put it in notepad and use the replace option. For example changing [style=....] to [div style=.....].
I haven't forgotten about your other issues. Just need to catch up on some things first.
|
|
inherit
133146
0
Nov 16, 2024 15:51:08 GMT -8
Alanna 🥀🖤
3,564
November 2008
alannab
|
Post by Alanna 🥀🖤 on Mar 26, 2013 12:02:46 GMT -8
Oh wow, I guess I have to relearn everything... The {} only appeared only in the code areas because v4.5 didn't read the style tags correctly. Anyways, I am now fiddling with the template and I THINK I have this down... sorta. My only issue(s) are centering the entire template in the post and also the two last tables in the template. sinnerstouchv5.proboards.com/thread/4/test-style-code
|
|
inherit
I need a new CT, thinking.... [insert Jeopardy theme song here]
110769
0
Aug 21, 2021 0:07:21 GMT -8
Tumbleweed
20,825
September 2007
tumbleweed
|
Post by Tumbleweed on Mar 26, 2013 21:13:14 GMT -8
I'm kind of learning along with you. Try this.....
[div style="text-align:center;"] [div style="margin: auto; width: 460px;"]
....instead of this.... [div align="center"] [div style="text-align:center;"]
That is what is at the very start of your posting table when quoting it.
|
|
inherit
I need a new CT, thinking.... [insert Jeopardy theme song here]
110769
0
Aug 21, 2021 0:07:21 GMT -8
Tumbleweed
20,825
September 2007
tumbleweed
|
Post by Tumbleweed on Mar 26, 2013 23:05:35 GMT -8
Well, I'm kind of learning right along side of you on some things. This was one of them. I put it up in the default avatar wrapper where I thought it would go but it would not show the bottom border in the mini profile. (I kind of hate modifying that stuff anyway, I'd rather just add the changes to the bottom of the style sheet so I know exactly what I changed. So that is what I did so try adding this to the bottom of your style sheet.
/*puts top bottom border on side table avatar and top border in mprofile*/ .avatar-wrapper{ border-top:3px solid #5d4847; border-bottom:3px solid #5d4847; padding-bottom: 8px; } /*puts border bottom in mprofile */ .info{padding-top: 2px; border-top:3px solid #5d4847; }
Add the first part of the css (bolded) first because I started changing my avatar to the larger size and never finished so the first part alone might work for you. If the bottom border doesn't show in the mini profile when looking at posts, add the 2nd part of the css.
Now for the fade over the avatar...next on my list.
|
|
inherit
133146
0
Nov 16, 2024 15:51:08 GMT -8
Alanna 🥀🖤
3,564
November 2008
alannab
|
Post by Alanna 🥀🖤 on Mar 26, 2013 23:48:52 GMT -8
|
|