piano0011 Posted July 4, 2018 Share Posted July 4, 2018 (edited) Hey guys! I have almost got my profile picture page working and here is my code for displaying the profile picture. I am not that familiar with CSS but can I use padding to move the pictures in my nav bar? It just doesn't seem to move it around when I tried it.. Here is part of my php code.. echo "<img class='profile_picture' src='includes/uploads/profile".$id.".".$fileactualext."?".mt_rand()." width = '50' height = '50''>"; } else { echo "<img class='default_picture' src='includes/uploads/profiledefault.jpg' width = '100' height = '50'>"; } and here is my CSS code .profile_picture { -webkit-transform: rotate(-90deg); padding-left: 200px; padding-top: 100px; } Edited July 4, 2018 by Barand code tags added Quote Link to comment Share on other sites More sharing options...
Barand Posted July 4, 2018 Share Posted July 4, 2018 Please start adding the code tags yourself. (the <> button in reply toolbar) Quote Link to comment Share on other sites More sharing options...
requinix Posted July 4, 2018 Share Posted July 4, 2018 Is this online somewhere we can see it? And this is a CSS question, right? So the best place to ask it would be in the CSS forum, right? Quote Link to comment Share on other sites More sharing options...
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.