I've saved a webpage and the title bar shading block only goes across 30% of the screen. I want it to fill across the top like the normal webpage. Bare with me I'm a novice at this so any help is appreciated. Where would I find the values for this option? Is it in the style.css or the aggregator.css. I have a number of css files and I would be glad to post the source file info for someone to help.
Agree with the above, share a link or some source code and ill be happy to do it for you IMO, i really believe it's some thing with header width value which you have to change...
Okay I figured part of it out. This is what happens When I save the complete web page everything is fine when I view it offline until I delete the temporary internet folder. Or when I transfer the saved complete page (html file and folder) to a usb stick and view it on another computer. The files aren't really linked to the folder, why is that? Anyways the graphic part of the page in the style.css file was linked to a location on the web and not a location in the local directory so I had to modify the background: url(/images/back.gif) line in the style.css file to the location of that gif which I placed in the same folder to background: url("back.gif") Anyone know why save complete webpages are linked to web addresses and not local hard drive locations?