Many thanks for the further recommendations, much appreciated.
Just received these instructions from Trellian WYSIWYG:
Now follows some trial and error as I try to decipher what the dickens this reply means!
Question posed was, how do I get Google Adsense to appear down the left hand column of my web page - why you coders never speak in english is anyones sense! Ooh hec, what do I press now, hmmmmmm that doesn't look right, undo, hmmmmmm how about this, oh shi'p', that ain't right, hmmmmm errrrr back to the drawing board, hmmmmmmmmm how about this, blast it and botherations, that's not right either, undo again, hmmmmmm what does this button do? Now it's upside down lol.
One day I'll fathom this all out, sooner rather than later, give me psychology any day of the week!!
Here is the instructions received, code sent:
*****
CSS and tables are two common methods people use to format their websites. Frames is another but it is not recommend.
Using Tables.
Set the outlines of tables to show when zero value is entered.
Click on Edit, Preferences, General and tick the box "Show outlines for tables with zero value border". Click on OK to exit.
To create a table, click on Table, select the dimensions required, Border set to 0 and OK. Now format the table to the layout you are after by merging and/or formatting the cells.
Using CSS.
Peruse the following tutorial on how to format a layout in CSS, you will need to manually code it however.
http://www.subcide.com/tutorials/csslayout/
Regarding the Google Search Box.
Paste the following code in the section you want in the source view and change any references to website.com to your website.
<form method="get" action="http://www.google.com/search">
<input type="text" name="q" size="31"
maxlength="255" value="" />
<input type="submit" value="Google Search" />
<input type="radio" name="sitesearch" value="" />
The Web
<input type="radio" name="sitesearch"
value="website.com" checked />website.com<br/>
</form>
*****
If any of you guys could help me, would be very much appreciated.
Any users of Trellian here?
Best regards.
Mark