piano0011 0 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 Share this post Link to post Share on other sites
Barand 1,258 Posted July 4, 2018 Please start adding the code tags yourself. (the <> button in reply toolbar) Share this post Link to post Share on other sites
requinix 736 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? Share this post Link to post Share on other sites