<img src="image.jpg" style="margin-left: 2px;">
Hi guys,
this is crazy, creating and image only to make a gap? what about this:
Tested it and it works.PHP:<html> <body> lol<span style="margin-left: 20px;">rofl </body> </html>
<html>
<body>
lol<span style="margin-left: 20px;">rofl</span>
</body>
</html>
you should always end your opened tags
PHP:<html> <body> lol<span style="margin-left: 20px;">rofl</span> </body> </html>
I forgot about this post.
Yeah I found that to be a solution. Does anyone know can I use <span> to change the background between <span> and </span> as well?
<html>
<body>
lol<span style="border-left:20px solid red;"></span>rofl
</body>
</html>
I forgot about this post.
Yeah I found that to be a solution. Does anyone know can I use <span> to change the background between <span> and </span> as well?
<html>
<body>
lol<span style="margin-left: 20px;background: #ff0000;">rofl</span>
</body>
</html>