Does anybody know the coding for adding links to your post?
Liwet
If she walks away smiling, you spent too much.
I had saved the formatting on my old computer but never got it transferred over. I remember the coding was in brackets like < and > and it had a place to put the URL and a place to put the wording of what you wanted the URL link to say. You can see it on some of my old reviews where I'd put a link to a picture on my profile so you could check out some of the girls I was talking about.
Anyways it was something like:
<"url here">"link here"</url>
Anyways it was something like:
<"url here">"link here"</url>
31 comments
<"https://tuscl.net/photo.php?id=4446/">Be… Picture</a>
<a href="https://tuscl.net/photo.php?id=4446">Bea… Picture</a>
<a href="url/">text</a>
<a
href=
"url/">
text</a>
If you remove the spaces.
<"https://tuscl.net/photo.php?id=4446/">Be… Picture</url>
href="https://tuscl.net/photo.php?id=4446/">Pi…
<href="https://tuscl.net/photo.php?id=4446/">Pi…
<href="https://tuscl.net/photo.php?id=4446/">Pi…
0<0 a 0href0=0 "0url0/0" > 0text0 < 0/0a 0 > 0
If this shows up gets rid of zeroes and spaces and you have the code.
or check this out, if I have made this way too confusing.
https://www.w3schools.com/html/html_link…
He is trying to change the text that shows up in blue as the link. ex. A url to a picture of a goat, but the link says "SJG's girlfriend".
<b>bold</b>
<strong>STRONG</strong>
<mark>mark</mark>
<del>DELETE</del> <ins>INSERT</ins>
<small>SMALL</small>
<p style="color:DodgerBlue;">Dodger Blue</p>
Sorry, bored and stuck in a town without clubs.
As far as trolling goes, I am going to start responding to SJG posts with white text on the white background that can only be seen when you highlight the area. <p style="color:White;">Like this</p>.
<a href="https://i.imgur.com/fSgeYoB.png">CLICK ME</a>
but how do you do all the other formatting like highlighting, strikethroughs, etc?
SJG
X- Live At The Whisky A Go Go
https://www.youtube.com/watch?v=LInxU2dW…
https://www.w3schools.com/html/html_styl…
<p style="font-size:50px;">Big text</p>
<p style="background-color:powderblue;">Background color.</p>
<p><b>Bold.</b></p>
<p style="color:#FBEEC1;background-color:#659DBD;">not</p>
<p style="color:#FBEEC1;background-color:#DAAD86;">sure</p>
<p style="color:#FBEEC1;background-color:#BC986A;">how</p>
<p style="color:#EDF5E1;background-color:#05386B;">to</p>
<p style="color:#EDF5E1;background-color:#379683;">write</p>
<p style="color:#EDF5E1;background-color:#5CDB95;">everything</p>
<p style="color:#EDF5E1;background-color:#8EE4AF;">on</p>
<p style="color:#CAFAFE;background-color:#FC4445;">one</p>
<p style="color:#CAFAFE;background-color:#97CAEF;">line</p>
<p style="color:#CAFAFE;background-color:#3FEEE6;">though.</p>
<h1 style="background-color:powderblue;">This is a heading</h1>
SJG