Herofeeder 0 Posted December 19, 2016 Report Share Posted December 19, 2016 I cant move the p i think i messed up soemthing in the HMTL or i dont know how to move it with CSS can anyone tell me what i did wrong thank you http://imgur.com/a/tvDGP Quote Link to post Share on other sites
Ash! 2 Posted December 19, 2016 Report Share Posted December 19, 2016 Hi, I think you need to float the .frame_box div to left and then the .text div will take its place on the right. Try applying float: left; to .frame_box {...}. Quote Link to post Share on other sites
Herofeeder 0 Posted December 20, 2016 Author Report Share Posted December 20, 2016 Hi, I think you need to float the .frame_box div to left and then the .text div will take its place on the right. Try applying float: left; to .frame_box {...}. sadly no i tried it : P cant seem to find the solution to it .its so lame i cant continue without this Quote Link to post Share on other sites
dsonesuk 913 Posted December 20, 2016 Report Share Posted December 20, 2016 Because there is no available space for it to be floated beside it unless you use positioning or maybe transform: translate, also from what I see your code does not match your image, and one last important thing to point out! DON'T USE IMAGES TO SHOW CODE. Quote Link to post Share on other sites
Herofeeder 0 Posted December 21, 2016 Author Report Share Posted December 21, 2016 Because there is no available space for it to be floated beside it unless you use positioning or maybe transform: translate, also from what I see your code does not match your image, and one last important thing to point out! DON'T USE IMAGES TO SHOW CODE. thank you very much..but w8 what do i do since img arent preffered...do i copy paste it all in the chat or? Quote Link to post Share on other sites
dsonesuk 913 Posted December 21, 2016 Report Share Posted December 21, 2016 Using desktop see '<>' hover over it... and behold 'Code', now guess what that is for. For smaller devices where I don't think it will show '<>' you can instead use '[ code ]' at the beginning and at the end '[ /code ]' (without the spacing and single quotes) and between that you would add your code. 1 Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.