On this forum, it's quite easy to link to another site, say, like Alf's, by doing the url stuff in brackets so.....like this, but how can this be done using the Freewebs stuff for my site I'm currently attempting to build? :? - Thanks - Rob
Hi Rob
You need to learn a spot of HTML I think
THe tags you need for linking to another site or page on a site is as follows
Code:
<a href = "www.example.com/targetpage">Visible Link title </a>
You need to surround the tags with brackets <> but I cant seem to stop the forum from intervening in the code I try to put into the thread :/ (EDIT; fixed )
You will find pretty much everything you need to know at least to get you started (with examples and a sandpit) at http://www.w3schools.com/
Hope that helps a little bit. ITs a fairly massive topic though. If you have any other tag specific queries shout out.
Cheers Mike
[/code]
That's odd, Rob. Just posted a comment on your site and it's come up with your avatar and name at the start of my comment - most odd :? :? Still, I never did understand computers - they have a mind of their own :wink:
Rob, fwiw don't feel too drowned in the techie stuff - I haven't a clue myself and often need two or three goes at a new page before it displays like I thought it should have first time! My best non-techie tip is right click> view source code when you come across something on a site that you want to emulate. It's a bit like learning how woodwork joints work by taking apart old furniture Feel free to holler at any time if I can be any help.