Problem making a webpage using publisher

B

bolospost

hi.

Im making a webpage using publisher.

I want the webpage to adapt to any webbrowser´s size resolution.

Let´s say that i have put a picture in the middle then when somebody is
using my webpage in their browser it is to the left.

How do i do?
 
S

Spike

Edit the htm file(s) and replace </head> with

</head><table border="0" cellpadding="0" cellspacing="2"
width="760"align="center"><tr><td>

" All above on one line "

Be sure that you edit the </head> line and NOT the <head> line

If you are using a page width different than 760 pixels change that number
in the above line
If you are using inches for measurement multiply the width in inches by 96
and use that number

If you have multiple pages you might want to look at
http://www.emurasoft.com/replall/ a simple replace lines in multiple htm
files


Setup the Replace in files program

Find: = </head>

Replace with: = </head><table border="0" cellpadding="0" cellspacing="2"
width="760"align="center"><tr><td>

File Types: = *.htm or *.html (what ever one you are using)

In Folder: = Select the folder where you published the htm / html files

Check the Replace In Subfolders box

The settings will remain until you change them


Then after running the repalce in files program (Replace All) ftp the files
to your server


Spike
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top