I located the code below in a post on this forum some time ago (can't locate it at this time.)
The issue I am trying to fix is the large orange ring that is displayed for a second when the page loads: https://www.zwoft.com/photo.html (Username: test Password: test)
Please let me know of any suggestions that might remove this large ring, or perhaps could suggest similar functionality to create a round profile pic.
You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
Question
Leon13
Greetings all,
I located the code below in a post on this forum some time ago (can't locate it at this time.)
The issue I am trying to fix is the large orange ring that is displayed for a second when the page loads: https://www.zwoft.com/photo.html (Username: test Password: test)
Please let me know of any suggestions that might remove this large ring, or perhaps could suggest similar functionality to create a round profile pic.
Thank you!
Leon
Header:
<!-- RoundPic Starts-->
Edited by Leon13<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
img {
border-radius: 50%;
border:2px solid orange;
}
</style>
</head>
<!-- RoundPic End-->
Added creds to see pic
Link to comment
Share on other sites
3 answers to this question
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.
Note: Your post will require moderator approval before it will be visible.