Message boards :
Cafe CPDN :
HTML
Message board moderation
Author | Message |
---|---|
Send message Joined: 5 Aug 04 Posts: 55 Credit: 87,392 RAC: 0 |
While there is no BBCode to mke life easier, can I just draw everyone's attention to the 'May contain HTML tags' setting which means you can do it all manually instead if you want. In particular, to embed a link to another page, use the anchor tag (a): <a href="Address of your link">Description of your link<a> eg. <a href="http://www.users.globalnet.co.uk/~sykesm/cpdn.html">My CPDN Page</a> becomes: <a href="http://www.users.globalnet.co.uk/~sykesm/cpdn.html">My CPDN Page</a> And to embed a picture use the image tag (img): <img src="Address of your image"> eg. <img src="http://www.users.globalnet.co.uk/~sykesm/img/CPView/CPViewLatestThumbnail.jpg"> becomes: <img src="http://www.users.globalnet.co.uk/~sykesm/img/CPView/CPViewLatestThumbnail.jpg"> |
Send message Joined: 6 Aug 04 Posts: 11 Credit: 251,499 RAC: 0 |
> While there is no BBCode to mke life easier, can I just draw everyone's > attention to the 'May contain HTML tags' setting which means you can do it all > manually instead if you want. > > In particular, to embed a link to another page, use the anchor tag (a): > > <a href="Address of your link">Description of your link<a> > > eg. > <a href="http://www.users.globalnet.co.uk/~sykesm/cpdn.html">My CPDN > Page</a> > > becomes: > <a href="http://www.users.globalnet.co.uk/~sykesm/cpdn.html">My CPDN Page</a> > You may want to add target="_blank" just for other readers convinience so it opens it to new window instead of existing one. -Lorvija- |
©2024 cpdn.org