• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

quick html question...I forgot something, LOL

911paramedic

Diamond Member
I forgot how to include code in a page, like if you were explaining a link. I am trying to explain how to code an image link but when I do it shows the image, lol.

Help? 😕
 
<!-- this is a comment! -->

[ ed ] or do you mean visible code? Then you change "< >" to & lt; and & gt; and "&" to & amp;
 
your post confuses me but i think what your trying to do is this

<a href="img src">Click this to see a picture</a>
 
Originally posted by: BigFatCow
your post confuses me but i think what your trying to do is this

<a href="img src">Click this to see a picture</a>
No, I know that. I was trying to tell somebody how to do that by showing them the code, but it was rendered by the post, so it just showed the picture.

 
Originally posted by: DaveSimmons
<!-- this is a comment! -->

[ ed ] or do you mean visible code? Then you change "< >" to & lt; and & gt; and "&" to & amp;
That is what I want, but I can't get what you are saying. I remember another way, but if you can explain yours I will do that.

like for this:
img.jpg


 
Originally posted by: 911paramedic
Originally posted by: DaveSimmons
<!-- this is a comment! -->

[ ed ] or do you mean visible code? Then you change "< >" to & lt; and & gt; and "&" to & amp;
That is what I want, but I can't get what you are saying. I remember another way, but if you can explain yours I will do that.

like for this:
img.jpg

Er, just replace something with something else that is similar and say that you did so. 🙂
 
Originally posted by: LordMaul
Originally posted by: 911paramedic
Originally posted by: DaveSimmons
<!-- this is a comment! -->

[ ed ] or do you mean visible code? Then you change "< >" to & lt; and & gt; and "&" to & amp;
That is what I want, but I can't get what you are saying. I remember another way, but if you can explain yours I will do that.

like for this:
img.jpg

Er, just replace something with something else that is similar and say that you did so. 🙂
Sure, I give you "bi-lateral periorbital ecchymosis" and you give me that? LOL
 
Originally posted by: 911paramedic
Originally posted by: LordMaul
Originally posted by: 911paramedic
Originally posted by: DaveSimmons
<!-- this is a comment! -->

[ ed ] or do you mean visible code? Then you change "< >" to & lt; and & gt; and "&" to & amp;
That is what I want, but I can't get what you are saying. I remember another way, but if you can explain yours I will do that.

like for this:
img.jpg

Er, just replace something with something else that is similar and say that you did so. 🙂
Sure, I give you "bi-lateral periorbital ecchymosis" and you give me that? LOL

Sure thing, after you get a good dose of testicular edema due to trauma to the groin. 😉 😀

(IE, " <img>http://blah.com/img.jpg</img> - Just replace "<" and ">" with "[" and "]" " what's wrong with that? 😛)
 
Originally posted by: LordMaul
Originally posted by: 911paramedic
Originally posted by: LordMaul
Originally posted by: 911paramedic
Originally posted by: DaveSimmons
<!-- this is a comment! -->

[ ed ] or do you mean visible code? Then you change "< >" to & lt; and & gt; and "&" to & amp;
That is what I want, but I can't get what you are saying. I remember another way, but if you can explain yours I will do that.

like for this:
img.jpg

Er, just replace something with something else that is similar and say that you did so. 🙂
Sure, I give you "bi-lateral periorbital ecchymosis" and you give me that? LOL

Sure thing, after you get a good dose of testicular edema due to trauma to the groin. 😉 😀

(IE, " <img>http://blah.com/img.jpg</img> - Just replace "<" and ">" with "[" and "]" " what's wrong with that? 😛)
<img>http://pictures.com/lordmaul/multisystemtrauma.jpg</img>

 
Oh, and I got it resolved. I had to use BB code,
Code:
for it to work.

Thanks for the input, the board did not accept HTML, that's why I could not get it to work. Duh!
 
Back
Top