You are viewing our Forum Archives. To view or take place in current topics click here.
Website help! Will pay
Posted:

Website help! Will payPosted:

blitzscapeLogan
  • New Member
Status: Offline
Joined: Jul 17, 201113Year Member
Posts: 31
Reputation Power: 1
Status: Offline
Joined: Jul 17, 201113Year Member
Posts: 31
Reputation Power: 1
Hello guys! i am running into a problem which i cant figure out!
I have a runescape private server and im trying to put it on a differnet page, when i do so, it comes up like this [ Register or Signin to view external links. ]
see the whole webclient doesnt show up, only a portion. and its supposed to look like this
[ Register or Signin to view external links. ]

PLEASE PLEASE PLEASE pm or post below how to fix, thanks
#2. Posted:
Rybon
  • Challenger
Status: Offline
Joined: Mar 26, 201113Year Member
Posts: 194
Reputation Power: 7
Status: Offline
Joined: Mar 26, 201113Year Member
Posts: 194
Reputation Power: 7
It looks like the one doesn't work is probably because the page is html.

Try changing it to like the one that does work .php
#3. Posted:
iMr
  • Wise One
Status: Offline
Joined: May 25, 201014Year Member
Posts: 567
Reputation Power: 19
Status: Offline
Joined: May 25, 201014Year Member
Posts: 567
Reputation Power: 19
[ Register or Signin to view external links. ]

EDIT:


<div class="slideshow_con">

your css is causing the problem

.slideshow_con{
width:667px;
height:162px;
background-color:#000;
}

try using:

.slideshow_con {
width: 667px;
height: auto;
background-color: #000;
}
Jump to:
You are viewing our Forum Archives. To view or take place in current topics click here.