FRIHOSTFORUMSFAQTOSBLOGSDIRECTORY
You are invited to Log in or Register a Frihost Account!

Paying 50Frih$ to fix my Script!!!

 


NjRocket
Hey im having a little problem with my script for the main template. Inside the template, there is a white background that fits my site great. Well, i have the ads running on the right site, but they are going to far and are going into the gray area and it looks a mess. Is there anyway to increase or move down the white area on my site so that it covers the ads? Heres my site, Sports Chatter, and hes an image of what im trying to do,



Any suggestions would be great.

I'd really appreciate it if you could post my html coding on the view source and highlight what needs to be added or something. I'm drawing a blank here Sad

The user that has the CORRECT suggestion will recieve 50 frih, maybe 100 not sure. I really need this done. The format is in CSS and html/xhtml so start having fun Smile. You can experiment with it by using the view source Smile

Any questions, i can be reached on aim at rhsplaya8
NjRocket
bump, i need this done quick Sad, ill raise the reward if its done soon.
NjRocket
hmmm
silentpark
maybe you should also post url of this site..
this image don't maybe don't shows everthing that we should know...

but everything you need to do is to ad an extra div.. around the navigation , connten an ad div


should look like this:

Code:
<div id="content-container">
<!-- this means everthing that contains content like the navigation the real content and also the ad -->

<!-- so the three objetkts for content navigation and ad  - instead of this comment -->

</div>



the style-sheet for the content-container (name it like you like) should include (add it to you stylesheet if you use one



Code:
#content-container{
background-color: #ffffff;
}
NjRocket
silentpark wrote:
maybe you should also post url of this site..
this image don't maybe don't shows everthing that we should know...

but everything you need to do is to ad an extra div.. around the navigation , connten an ad div


should look like this:

Code:
<div id="content-container">
<!-- this means everthing that contains content like the navigation the real content and also the ad -->

<!-- so the three objetkts for content navigation and ad  - instead of this comment -->

</div>



the style-sheet for the content-container (name it like you like) should include (add it to you stylesheet if you use one



Code:
#content-container{
background-color: #ffffff;
}


ok my site is www.sportschatter.frih.net btw, where to place that /div stuff lol.


Last edited by NjRocket on Tue Sep 05, 2006 8:55 pm; edited 1 time in total
silentpark
this problem you have... hmm if i open the site there aren't any of your spaces..^^

hmm well your navigation is currently way to height.. and also the ad but if you fill this with content everthing seem to be ok... (maybe wich browser are you using and, wich version?)

well lets look to the source code (did you knew that all the links of your navigation link to dynamicdrive.com and javascriptkit.com and so on...?


Something i found in your code:

by the way if you look to the source code... there are html elements after body tag...

go to last line and set "</body>" before "</html>" (and remove "</body>" in line 133)

maybe the problem is fixed after then...

if not lets go on fixing..
NjRocket
silentpark wrote:
this problem you have... hmm if i open the site there aren't any of your spaces..^^

hmm well your navigation is currently way to height.. and also the ad but if you fill this with content everthing seem to be ok... (maybe wich browser are you using and, wich version?)


I'm using mozilla firefox, newest version.

silentpark wrote:
well lets look to the source code (did you knew that all the links of your navigation link to dynamicdrive.com and javascriptkit.com and so on...?


yup i know, thats the least of my problems right now lol, thats simple to do.

silentpark wrote:

Something i found in your code:
by the way if you look to the source code... there are html elements after body tag...

go to last line and set "</body>" before "</html>" (and remove "</body>" in line 133)

maybe the problem is fixed after then...

if not lets go on fixing..


Can you relocate this because ive made changes and those element tags arent in line 133. Can you tell me what lines and explain what to do there? Thanks.
NjRocket
Its weird because it looks exactly how i want it in Internet explorer for me, but some people say it looks bad in IE also. It doesnt work in mozilla for me but some say it works fine in their mozilla or opera. I DON'T UNDERSTAND! lol.....
silentpark
ok first small bugfix... add </body> before </html> in the last line
(so your document ends with
Code:

...

</body>
</html>


(but dont delete the </div>!)


hmm if there are any other problems after that we will go on...
[/code]
Reply to topic    Frihost Forum Index -> Miscellaneous -> Marketplace

FRIHOST HOME | FAQ | TOS | ABOUT US | CONTACT US | SITE MAP
© 2005-2007 Frihost, forums powered by phpBB.