Member
- Joined
- Aug 23, 2018
- Messages
- 3
- Thread Author
- #1
This method will explain you how to use html in your c.to signature or thread!
[hide]
You can add html to your thread VERY limited because of the same-origin policy
1. Create a .svg with the following code:
2. Edit your shit like the height, width and code.
3. Upload the svg to any image host that allows svg's (your own website for example).
4. add the svg url to your thread / signature / post like any other image and you're done!
Example:
[/hide]
[hide]
You can add html to your thread VERY limited because of the same-origin policy
1. Create a .svg with the following code:
Code:
<svg width="500" height="100" xmlns="http://www.w3.org/2000/svg">
<foreignObject x="100" y="0" width="250" height="75">
<body xmlns="http://www.w3.org/1999/xhtml">
<div>
<!--Write your code here-->
</div>
</body>
</foreignObject>
</svg>
3. Upload the svg to any image host that allows svg's (your own website for example).
4. add the svg url to your thread / signature / post like any other image and you're done!
Example:
[/hide]