I'm getting into code academy it's been good I'll keep going for it
anyways
I have a concern for my website for this part
Some of pictures that are big sometimes don't show fully because the forum post isn't that big
how can I make this better Idk if you understand what I mean?
Images that should stretch posts? Check for the CSS-property max-width: 100%. If it is there, the images will be resized to fit the post if they are larger. Potentially, the post-container has an overflow: hidden-property that needs to be removed as well. In that case, the post has probably a fixed width as well. You might want to learn html/css for customizing your stuff.
and this
I would like to have a thanks button on my forum post how does that work?
Either search for a phpBB-plugin (easy) or code it yourself (hard). Latter would imply to learn PHP and SQL in addition to HTML/CSS.
also this
I would like to have a video player selector widget on my website Idk how that works like this guy here www.double4uanime.com
Flash or HTML5-video players will serve you in that. Might want to google them and use something existing. There is no point in programming one from scratch.
In general, some little coding-background can be helpful in assessing what can be done and what not; depending on how motivated the other guy is, he might be willing to invest some time into the site or ditch it along with you. Always a question of cost vs. reward.
Yeah and I want to put another navigation tab in the website regarding other coding and features on it
Can stuff like that work
And can Dreamweaver to construct my website
can anyone answer this and give me feedback and help please!!
anyways
I have a concern for my website for this part
Some of pictures that are big sometimes don't show fully because the forum post isn't that big
how can I make this better Idk if you understand what I mean?
Images that should stretch posts? Check for the CSS-property max-width: 100%. If it is there, the images will be resized to fit the post if they are larger. Potentially, the post-container has an overflow: hidden-property that needs to be removed as well. In that case, the post has probably a fixed width as well. You might want to learn html/css for customizing your stuff.
and this
I would like to have a thanks button on my forum post how does that work?
Either search for a phpBB-plugin (easy) or code it yourself (hard). Latter would imply to learn PHP and SQL in addition to HTML/CSS.
also this
I would like to have a video player selector widget on my website Idk how that works like this guy here www.double4uanime.com
Flash or HTML5-video players will serve you in that. Might want to google them and use something existing. There is no point in programming one from scratch.
In general, some little coding-background can be helpful in assessing what can be done and what not; depending on how motivated the other guy is, he might be willing to invest some time into the site or ditch it along with you. Always a question of cost vs. reward.
Yeah and I want to put another navigation tab in the website regarding other coding and features on it
Can stuff like that work
And can Dreamweaver to construct my website
can anyone answer this and give me feedback and help please!!
Last edited by Andou Oeiji on December 7th 2017, 2:33 am; edited 2 times in total