nixshadow
Mr. Snoozyprince Mcsleepypants
Posts: 170
|
Post by nixshadow on Mar 18, 2017 22:02:25 GMT
Alrighty, so the head is now css friendly, it's a transparent image with a css background and border It's defined in the #bottomlogo div #bottomlogo{ background-image:url('http://mspfanventures.com/images/bottomhead2.gif'); /* The head image */ background-color:#999; /* The background color */ border-right:solid 4px #abcdef; /*The color on the right side*/ } Thank you very much for the help! Everything worked almost perfectly, except now there's a tiny border around the footer. How would I fix that? Hrm, it's not doing that for me, is it still ike that for you? If it is, what browser are you using? Also your image is the wrong size, it should be 208px by 109 px yours is 210px by 101px
|
|
|
Post by writhedramus on Mar 19, 2017 15:46:32 GMT
Thank you very much for the help! Everything worked almost perfectly, except now there's a tiny border around the footer. How would I fix that? Hrm, it's not doing that for me, is it still ike that for you? If it is, what browser are you using? Also your image is the wrong size, it should be 208px by 109 px yours is 210px by 101px Oh, it's not like that for me anymore either. Don't know why that was there then.
|
|
|
Post by sporkwizard on Mar 19, 2017 22:23:42 GMT
So, I've just started out on MS Paint Fan Adventures, but I've run into quite the setback, which is this: no matter what method I use, image links that I put in the image section of my panels do not show up. I've tried using the standard link, the HTML embed, the BBCode version- everything. What on Earth am I doing wrong?
(Right now, I'm copying the links from imgur uploads. I don't know if that's relevant, but if it helps anyone find out what's going on, it's worth it.)
|
|
|
Post by Blaperile on Mar 19, 2017 22:38:49 GMT
So, I've just started out on MS Paint Fan Adventures, but I've run into quite the setback, which is this: no matter what method I use, image links that I put in the image section of my panels do not show up. I've tried using the standard link, the HTML embed, the BBCode version- everything. What on Earth am I doing wrong?
(Right now, I'm copying the links from imgur uploads. I don't know if that's relevant, but if it helps anyone find out what's going on, it's worth it.) I moved your post to the thread meant for questions about the MS Paint Fan Adventures website. To answer your question, for your Imgur links, are you using "http://i.imgur.com/[name of your image].[file extension of image]"? It needs to be like that, so not "http://imgur.com/[name of your image]" or anything like that. Here's an example for what it looks like in one of my own adventures on MSPFA:
|
|
|
Post by sporkwizard on Mar 19, 2017 22:47:35 GMT
So, I've just started out on MS Paint Fan Adventures, but I've run into quite the setback, which is this: no matter what method I use, image links that I put in the image section of my panels do not show up. I've tried using the standard link, the HTML embed, the BBCode version- everything. What on Earth am I doing wrong?
(Right now, I'm copying the links from imgur uploads. I don't know if that's relevant, but if it helps anyone find out what's going on, it's worth it.) I moved your post to the thread meant for questions about the MS Paint Fan Adventures website. To answer your question, for your Imgur links, are you using "http://i.imgur.com/[name of your image].[file extension of image]"? It needs to be like that, so not "http://imgur.com/[name of your image]" or anything like that. Here's an example for what it looks like in one of my own adventures on MSPFA: It worked! Thanks so much Blaperile, you're a lifesaver. Apparently all I had to do was slap a ".gif" on the end of the imgur link.
|
|
|
Post by Radical Dude 42 on Mar 20, 2017 4:39:12 GMT
Unrelated news, I mirrored the header to the footer so the bottom ad doesnt look out of place Would anyone like to draw a new bottom logo face? Hey, I did some faces. The first 3 of 'em are based off of Team Sleuth, and the last one is a rotating MSPA head. The last one is a little iffy, and could probably be a little distracting.
|
|
nixshadow
Mr. Snoozyprince Mcsleepypants
Posts: 170
|
Post by nixshadow on Mar 20, 2017 23:26:49 GMT
Unrelated news, I mirrored the header to the footer so the bottom ad doesnt look out of place Would anyone like to draw a new bottom logo face? Hey, I did some faces. The first 3 of 'em are based off of Team Sleuth, and the last one is a rotating MSPA head. The last one is a little iffy, and could probably be a little distracting. Good gosh, being a bigger fan of PS than HS I am definitely going to add those. I also like that spinning one, though i'll probably make it spin only once every 5 seconds. Will add tomorrow I've also made three more heads that I still need to upload, using the watfaces (these things)
|
|
nixshadow
Mr. Snoozyprince Mcsleepypants
Posts: 170
|
Post by nixshadow on Mar 20, 2017 23:31:12 GMT
Hrm, it's not doing that for me, is it still ike that for you? If it is, what browser are you using? Also your image is the wrong size, it should be 208px by 109 px yours is 210px by 101px Oh, it's not like that for me anymore either. Don't know why that was there then. I forgot to reply to this, I fixed the issue, it was related to how chrome displays images. If you want the specifics, for some reason chrome (and as far as I can tell, only chrome) requires <img> tags in html to have a src (so <img src=""/>) Now because I use css to implant the image into the img class, I had to add a blank src (literally an empty 1px by 1px png) Now for you web design nerds out there, I can't change it to a div without a bunch of inactive adventures that use CSS breaking, so this hack was hopefully the best solution
|
|
|
Post by ʇsǝnƃ on Mar 20, 2017 23:38:48 GMT
how would you make a scrolling image (like this), or a wide image that doesn't stretch the page (like this)? thanks!
|
|
nixshadow
Mr. Snoozyprince Mcsleepypants
Posts: 170
|
Post by nixshadow on Mar 20, 2017 23:48:52 GMT
how would you make a scrolling image (like this), or a wide image that doesn't stretch the page (like this)? thanks! Those pages use custom css; namely first link #p108 #main article.adventurepage { width: 1107px !important; max-width: 1107px !important; }
#p108 #main{ width: 1190px !important; max-width: 1190px !important; }
#p108 #main article.adventurepage #footer { margin-left: 57px; }
#p108 #main #adventureprofile { display:none; }
The second link uses an image an image that's 950px wide, and the css of img#image1.image { max-width: 950px; }
to use css you need to upload it somewhere that allows css hosting (I will in the unknown future)
|
|
isolato
Greentike
check out A Story Told on MSPFA!
Posts: 4
Pronouns: she/her/hers
|
Post by isolato on Mar 21, 2017 2:25:04 GMT
Hey there, could I possibly get my adventure moved out of the Cradle please? It currently has 25 pages and a growing script of 125+. mspfanventures.com/?s=19360
|
|
Selan Pike
Greentike
Posts: 8
Pronouns: they/them/theirs
|
Post by Selan Pike on Mar 21, 2017 2:40:09 GMT
Hey, I just made an account and popped in to say I really appreciate having my fanventures be adventure of the week, I really appreciate it <333
(also Apocryphal Antithesis is still in the cradle can u fix it)
|
|
nixshadow
Mr. Snoozyprince Mcsleepypants
Posts: 170
|
Post by nixshadow on Mar 22, 2017 23:10:37 GMT
Hey, I just made an account and popped in to say I really appreciate having my fanventures be adventure of the week, I really appreciate it <333 (also Apocryphal Antithesis is still in the cradle can u fix it) I really liked the idea of having back to back AotW being completed related adventures, so it was awesome to be able to put them up Moved it to Completed
|
|
nixshadow
Mr. Snoozyprince Mcsleepypants
Posts: 170
|
Post by nixshadow on Mar 22, 2017 23:11:35 GMT
Hey there, could I possibly get my adventure moved out of the Cradle please? It currently has 25 pages and a growing script of 125+. mspfanventures.com/?s=19360Moved to "In progress" Cute art style by the way
|
|
|
Post by Zerio on Mar 22, 2017 23:34:40 GMT
I made a footer face too just for the fun of it. Not sure if it's too distracting, but if it is feel free to adjust the timing or just not use it.
|
|
nixshadow
Mr. Snoozyprince Mcsleepypants
Posts: 170
|
Post by nixshadow on Mar 22, 2017 23:57:51 GMT
I made a footer face too just for the fun of it. Not sure if it's too distracting, but if it is feel free to adjust the timing or just not use it. Added as-is, think that's great
|
|
isolato
Greentike
check out A Story Told on MSPFA!
Posts: 4
Pronouns: she/her/hers
|
Post by isolato on Mar 23, 2017 1:42:16 GMT
Hey there, could I possibly get my adventure moved out of the Cradle please? It currently has 25 pages and a growing script of 125+. mspfanventures.com/?s=19360Moved to "In progress" Cute art style by the way Aww thank you!
|
|
nixshadow
Mr. Snoozyprince Mcsleepypants
Posts: 170
|
Post by nixshadow on Mar 23, 2017 3:30:49 GMT
- For about a week I am going to have the bottom logo clickable, From March 23rd to March 30th, leading to this post -
BOTTOM LOGO SUBMISSIONS:
Since I've added the new footer, I've allowed people to submit new heads that will randomly show up every time a page is loaded!
If you would like to make one, here's some guidelines: Keep it de-saturated, The face logo uses literally only three colors, literally all grey. Some color is fine but make it pretty dull, the head shouldn't really be eye grabbing. NO BACKGROUND. The image doesn't have a background color. This is for custom-css purposes. Make sure they're a .png or .gif. jpg doesn't allows transparency The image size MUST be 208px wide and 109px high. That's the total image resolution, not the head. Here's all of the current heads for ideas/examples: mspfa.com/images/bottomhead/
Here's a blank head if you would like a template (technically submitted by MiroTech):
If you feel like submitting a logo head, you can either post them in this thread, PM me on these forums: omegaupdate.freeforums.net/conversation/new/264 Email them to: support@mspfanventures.com Or, a third thing.
|
|
imglasses
Your shit is wrecked
Meet the Meme Team
Posts: 633
Pronouns: they/them/theirs
|
Post by imglasses on Mar 23, 2017 3:54:52 GMT
|
|
|
chasingstarlightz
Greentike
All the Bánh mìs and Pho a girl could ever ask for!
Posts: 9
Pronouns: she/her/hers
|
Post by chasingstarlightz on Mar 23, 2017 8:14:40 GMT
|
|
|
Post by lylac on Mar 23, 2017 12:31:24 GMT
|
|
|
Post by Blaperile on Mar 23, 2017 18:10:53 GMT
Decided to have some fun with this too: Or a static one: (wait, there are no spoiler tags here? 8( )You can use them! Just write [spoiler]The stuff that's got to be spoilered[/spoiler]
|
|
|
Post by lylac on Mar 23, 2017 18:20:37 GMT
yeah im not seeing that on my end. Also the spinning mspa head is not working, yet the new grounds head is. Edit: holy moly magic beans.
|
|
inspiredsimji
Gritty Midget
Posts: 263
Pronouns: they/them/theirs
|
Post by inspiredsimji on Mar 23, 2017 18:29:21 GMT
|
|