P
Pink_Kangaroo
Hi, I know this is an ongoing saga, I have read through almost every post on
this subject now and have actually found one that worked for me, I am very
sorry I forgot to make a note of who posted it but thank you very much, I
have posted it below for others to use.
my question is, when you open a site in notepad (or whatever html editor)
how do you find the code for individual pages? ie when i followed the
instructions it worked beautifully but only for the first page, i understand
i need to repeat for other pages but do not know where to find the code for
them!! Please advise
Do this:
1. Publish your website so that you have an HTML copy on your hard drive.
2. Open "index.htm" in a HTML editor, or at the worst, Notepad
3. Scroll down until you see the <body> tag
4. Underneath the <body> tag, enter this code:
<table border="0" cellpadding="0" cellspacing="2" width="768"
align="center">
<tr>
<td>
5. Scroll all the way to the bottom until you see the </body> tag.
6. ABOVE the </body> tag, enter the following:
</td>
</tr>
</table>
Your content should now be centered. Repeat with each page.
this subject now and have actually found one that worked for me, I am very
sorry I forgot to make a note of who posted it but thank you very much, I
have posted it below for others to use.
my question is, when you open a site in notepad (or whatever html editor)
how do you find the code for individual pages? ie when i followed the
instructions it worked beautifully but only for the first page, i understand
i need to repeat for other pages but do not know where to find the code for
them!! Please advise
Do this:
1. Publish your website so that you have an HTML copy on your hard drive.
2. Open "index.htm" in a HTML editor, or at the worst, Notepad
3. Scroll down until you see the <body> tag
4. Underneath the <body> tag, enter this code:
<table border="0" cellpadding="0" cellspacing="2" width="768"
align="center">
<tr>
<td>
5. Scroll all the way to the bottom until you see the </body> tag.
6. ABOVE the </body> tag, enter the following:
</td>
</tr>
</table>
Your content should now be centered. Repeat with each page.