| | |||||
| ||||||||
| Website Development Development concepts, scripts, sponsors and affiliate programs. |
![]() |
| | LinkBack | Thread Tools |
| | THREAD STARTER #1 (permalink) |
| Senior Member Join Date: Feb 2007
Posts: 1,295
![]() ![]() ![]() | Microsoft Office 2007 Publisher question Hi Guys, I am trying to build a very basic website (www.eyebank.org) using Microsoft web publisher. I still have to do more work but what's bothering me is viewing it online after hosting it. The page looks perfectly fine when you minimize the browser window but when you maximize the window, on the right hand side, there's an extra space (or maybe, the background is repeating itself). Can somebody please tell me how to get rid of it? Thx.
Last edited by RaviUTA; 09-04-2008 at 03:14 PM.
|
| |
| | THREAD STARTER #3 (permalink) |
| Senior Member Join Date: Feb 2007
Posts: 1,295
![]() ![]() ![]() | And that piece of code should go between the head tags right? Problem is, I am unable to find the page source itself in Publisher 2007.I've googled it too… looks like there isn’t much information there. Does anyone know anything about it? Also, Shockie, did you look at the website? Do you think that might be the solution for it? Thx. |
| |
| | #4 (permalink) |
| Senior Member Join Date: Dec 2006
Posts: 4,702
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() | no, the easiest way would be to add it within the body tag (<body style="background-repeat:no-repeat;"). i did visit your site and adding that style attribute will stop it from repeating, and it would instead turn white (according to your code). ????: NamePros.com http://www.namepros.com/website-development/510763-microsoft-publisher-question.html your body tag looks like this right now: Code: <body link=maroon vlink="#996600" bgcolor=white background="index_files/image321.gif" style='margin:0'>
__________________ - shockie |
| |
| | THREAD STARTER #5 (permalink) |
| Senior Member Join Date: Feb 2007
Posts: 1,295
![]() ![]() ![]() | Um... is there a way I can still have the background and have it not repeating? Coz adding the code ya said is making the background white and for some reason all the links, other pictures have also disappeared. Thanks. |
| |
| | #6 (permalink) |
| Senior Member Join Date: Dec 2006
Posts: 4,702
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() | perhaps there's a bit of miscommunication here. the code in the codebox above shows what you currently have, not what i wanted you to change it to, lol. change this (your current): Code: <body link=maroon vlink="#996600" bgcolor=white background="index_files/image321.gif" style='margin:0'> Code: <body link=maroon vlink="#996600" bgcolor=white background="index_files/image321.gif" style="margin:0; background-repeat:no-repeat;">
__________________ - shockie |
| |