[HOW TO] Use html in your c.to signature or thread!

Member
Joined
Aug 23, 2018
Messages
3
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:
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> 
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:
dab3.svg

[/hide]
 
Joined
Feb 8, 2019
Messages
26
Thiplol said:
This method will explain you how to use html in your c.to signature or thread!
 

thanks man!!
 
New member
Joined
Jan 24, 2019
Messages
4
Thiplol said:
This method will explain you how to use html in your c.to signature or thread!
 

why i cannot embed the url to image and text . i hope this post helps me to resolve
 
Top