Ive got some problems, check http://www.getsomevisits.com and see where the banner is located. Outside or inside the box? I am using 1440x900 and then its alright, but I noticed in school it was outside the box on that computer. Anyone know the html code to fix this so its inside and stay there with all resolution? I am using Frontpage so explain easy where I should put it aswell
This will not help with all resolutions, because your template is layer's based, not table based. But maybe you will reach something
find:
<div id="lager1" style="position: absolute; width: 100px; height: 100px; z-index: 1; left: 699px; top: 26px;">
and adjust parameter left: to:
<div id="lager1" style="position: absolute; width: 100px; height: 100px; z-index: 1; left: 599px; top: 26px;">
or something like that...
when i checked it , it was inside the box...
.. what you do is make the site.. table vased... the problem will be fixed ... if you encounter any problems... feel free to contact me ...
--jasondsouza
ME working on a very new site. (Coming soon) Come to my web Site
You should use tables. Sample HTML Markup for a table is [html]
<table>
<tr><td>Item 1</td><td>Item2</td></tr>
<tr><td colspan=2>Row 2</td></tr>
</table>
Webmaster Yoda: You must confront the cPanel. Then, and only then, a webmaster will you be.