here is your Question #216 Xclose
216
Ah, do you remember the times when web sites were build in simple HTML and just about anyone could make one ?
Xclose
No ? Well, in any case, in Netcells User Zone you can reclaim much of that power by using the standard HMTL tags in the body of any Text item (in Publish > Text) as well as the newer CSS formating (as explained in ›FAQ44). And so, you can easily add Hyperlinks to any part of your site or to other sites using A HREF tag: <a href="YourPageAddressHere">YourLinkText</a> replace YourPageAddressHere with the pages address copied from your browser's window - example: <a href="http://www.netcells.net/info/read/faq/html/216/">www.netcells.net/info/read/faq/html/216</a> add Images to your text with IMG SRC tag: <img src="ImagePath/ImageFilename"> ( you need to have the relevant Image already uploaded in Organize > Files and copy its location from there ) make parts of the text bold with B tag: <b>ThisTextWillBeBold</b> make parts of the text italic with I tag: <i>ThisTextWillBeItalic</i> etc There is plenty of on-line reference for HTML - have a look in our ›IT Links section or do your own web search. Once you have done it once you can easily do it again by copying the previous code and just changing the specific Image or Link address, if needed. |