Author Topic: [ETA] Website  (Read 1920 times)

0 Members and 1 Guest are viewing this topic.

Offline KentheGreat

  • Soldier
  • **
  • Posts: 102
    • a Kennie blog
[ETA] Website
« on: August 29, 2006, 12:49:50 pm »
Yea, it's back. I've finished my latest design which is used on the site, and I would like comments. I try to use various ideas, not too many things on the site because of lack of coding (yea I'm lazy) so I try to spend more on the design, although you might not see that.. heh.

anyways, here's the site: http://eta.soldatcentral.net/

Offline Gold

  • Flagrunner
  • ****
  • Posts: 764
Re: [ETA] Website
« Reply #1 on: September 01, 2006, 10:35:18 pm »
Nice site design, just looks a bit weird with the white box behind the text...or did i just not load it fully

Offline KentheGreat

  • Soldier
  • **
  • Posts: 102
    • a Kennie blog
Re: [ETA] Website
« Reply #2 on: September 03, 2006, 08:02:07 am »
white box behind the text? might be the iframes but as I use firefox which is in my opinion the best browser, I don't have that problem.. don't know with opera though, I guess I should learn coding properly so I don't have to use iframes :D

Offline Frenchie

  • Camper
  • ***
  • Posts: 358
  • SoldatHQ
Re: [ETA] Website
« Reply #3 on: September 03, 2006, 03:44:33 pm »
I see the white box as well, it makes the site look weird.
I don't quite understand why you are using iframes, couldn 't you just type the text on the same site. Or if you got iframes because you want to get the scrollbar once the page gets big enough, you should switch to using a css div box and changing the page background to suit your site.

--- I just checked otherĀ  pages of your site and all of them have a white box in the middle and one in the top right, an easy way to fix it is just to change the colour of those iframe pages.
Soldat Lobby Avec Players -New Release! - Updated AGAIN!


Offline KentheGreat

  • Soldier
  • **
  • Posts: 102
    • a Kennie blog
Re: [ETA] Website
« Reply #4 on: September 04, 2006, 08:15:50 am »
I have no color set for the iframes..

I guess I should recode it.. in a better way (I hope) x)

edit: Okay I removed the iframes, but I'm not fully a friend with the div yet, I would need more space in the History page and tried to use div but I don't know how I'd do that.. :P
« Last Edit: September 04, 2006, 08:37:54 am by KentheGreat »

Offline Frenchie

  • Camper
  • ***
  • Posts: 358
  • SoldatHQ
Re: [ETA] Website
« Reply #5 on: September 04, 2006, 03:54:36 pm »
You can mimic an iframe with div, I think this should work
Code: [Select]
div#iframe {
width:700px;
height:300px;
overflow:scroll;
margin:150px 125px 150px 150px;
border:dashed 1px green;
text-indent:.25in;
font-family:Tw Cen MT;
line-height:29px;
padding:15px;
text-align:justify;
}
just change settings in here ^^
like I think you might want to edit the margin and maybe remove the width, just try playing with it.
and just put <div id='iframe'> -TEXT HERE- </div> on the page wherever you want it to pop up.


BTW got this from http://www.buildtolearn.com/learn-yourself-tutorials/15939-iframe-through-css.html

Haven't tried this code but I hope it helps
Soldat Lobby Avec Players -New Release! - Updated AGAIN!


Offline KentheGreat

  • Soldier
  • **
  • Posts: 102
    • a Kennie blog
Re: [ETA] Website
« Reply #6 on: September 06, 2006, 07:43:01 am »
Thanks a lot, it helped pretty good, while I'm on it the only bad thing is that the scrolling makes a <-> scrollbar too, but it's not needed. But I guess that's something done by the browser itself so I won't even bother trying to solve it :P

And again, thanks for your help :)

Offline Frenchie

  • Camper
  • ***
  • Posts: 358
  • SoldatHQ
Re: [ETA] Website
« Reply #7 on: September 06, 2006, 03:28:14 pm »
Try this
Code: [Select]
div#iframe {
width:700px;
height:300px;
overflow:auto;
margin:150px 125px 150px 150px;
border:dashed 1px green;
text-indent:.25in;
font-family:Tw Cen MT;
line-height:29px;
padding:15px;
text-align:justify;
}

Just changed to- overflow:auto;

From http://www.figureground.com/cssiframes/iframe.css

Soldat Lobby Avec Players -New Release! - Updated AGAIN!


Offline KentheGreat

  • Soldier
  • **
  • Posts: 102
    • a Kennie blog
Re: [ETA] Website
« Reply #8 on: September 07, 2006, 09:05:49 am »
Worked. Thanks again, you rock! :D

Offline Shadow G-Unit

  • Veteran
  • *****
  • Posts: 1101
  • IRC: S[Ex]eh-Legend
    • Fractured Forums
Re: [ETA] Website
« Reply #9 on: September 07, 2006, 06:08:01 pm »
Your Forums is SEXY!!!


Ingame: King Legend.10- | Clan: In10sitY | Prev. Clan: OXiD | M79 Slag

Offline KentheGreat

  • Soldier
  • **
  • Posts: 102
    • a Kennie blog
Re: [ETA] Website
« Reply #10 on: September 08, 2006, 12:44:59 pm »
I can't tell how ironic you are but the forum we use is phpbb fully modded which means normal phpbb styles can't be used.. that's why it's in "default" style.

I could make a template for it but it's not as easy and considering this a free project with limited time plus I've got school makes it kinda hard..

On the other hand, if it was just positive, thanks.

Offline Se!kA

  • Soldier
  • **
  • Posts: 100
  • Leet'n'Sweet
    • Se!kA.rox.pl
Re: [ETA] Website
« Reply #11 on: September 09, 2006, 02:11:54 am »
very nice site. Design is awesome!

Offline KentheGreat

  • Soldier
  • **
  • Posts: 102
    • a Kennie blog
Re: [ETA] Website
« Reply #12 on: September 15, 2006, 08:27:43 am »
the forum design have been updated, although there is buttons that would need to be redone.. but I'll do it sometime, pretty busy with school atm..