Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Hide author bio [closed]

Tags:

html

css

I have to convert a PSD to (x)HTML for a client of mine witch in turn will use that theme for a client of him.

Now the question is, is there a way to protect my copyrights from within the page for copyrights like ?

In example, is there a way to leave somethink like that into the code and protected from removal;

<meta name="author" content="My name" />

Another and last question is, if I upload that project in my portfolio, will be that wrong from my side ? When I mean in my portfolio, I don't mean to represent that project as a full project developed by me, but as a PSD to (x)HTML Convertion project.

like image 408
KodeFor.Me Avatar asked Mar 18 '26 19:03

KodeFor.Me


2 Answers

is there a way to leave something like that into the code and protected from removal;

No. HTML is a completely open format; you can not protect it from being copied; you can also not prevent anybody with access to the HTML from removing the notice.

If this is about making sure you are identified as the author of the work, consider making a (written) agreement with your client saying that there will be an author notice in the HTML, and they are not allowed to remove it.

like image 62
Pekka Avatar answered Mar 21 '26 10:03

Pekka


If this is really important to you, I'd recommend that you make it part of the contract between you and your designers. They provide you a PSD, you provide them XHTML on the condition that they don't remove your attribution links from the code.

Programmatic methods would be unreliable, so it's probably best to settle it with a gentleman's agreement.

like image 22
Chris Fletcher Avatar answered Mar 21 '26 10:03

Chris Fletcher



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!