OMG thanks Lynne for your responce. I owe you a lot from restoring my vb license to many help. Thanks so much mate
I will try this and let you know hopefully my positive results
God bless
--------------- Added [DATE]1365270793[/DATE] at [TIME]1365270793[/TIME] ---------------
Quote:
Originally Posted by Lynne
This is in the page source:
HTML Code:
<body style="margin:0px" onload="self.focus()">
So add a left and right margin there.
To find the template to modify, do this - vboptions > General Settings > Add Template Name in HTML Comments > set to Yes . Then go back to your page and view the source code and you will see the name of the template called around your part of the code. (Sometimes the template is the one mentioned at the very top of the page source.)
|
Ok Lynne I find the code and is on SHOWTHREAD_SHOWPOST according to the source page and I went ahead and look for it and is located few lines below the start.
<body style="margin:0px" onload="self.focus()">
What I dont get is how I can add a left and right margin there as I dont know a lot of html but some basics.
Thanks and God Bless
--------------- Added [DATE]1365281468[/DATE] at [TIME]1365281468[/TIME] ---------------
Ok Lynne,
I did it this way and it seen to work very good by adding this margin to it.
HTML Code:
<body style="margin: 0px 340px 0px 340px" onload="self.focus()">
and I manage it to get the same result as Im getting for the showthread template
thanks for your very helpful time Lynne as always