• Howdy! Welcome to our community of more than 130.000 members devoted to web hosting. This is a great place to get special offers from web hosts and post your own requests or ads. To start posting sign up here. Cheers! /Peo, FreeWebSpace.net
managed wordpress hosting

New Site layout...

Status
Not open for further replies.
make the header larger to stretch across the 2 columns that you have, and make the nave font a little larger. getting better, but still have a ways to go. keep it up, and you will have a killer site when you are done
 
Hmm, it still isn't centered :s Maybe change the buttons/links to more of an appealing look.
 
Chief said:
Hmm, it still isn't centered :s Maybe change the buttons/links to more of an appealing look.

Everything is centered to me.

site11bz.png
 
iyeru42 said:
The header does stretch across the page, it's just the logo isn't big as the table it lies in.
so make it bigger so that it is all the same size. if your tabels are equal to 700px, make the header 700px wide, but proportion it evenly so that it doest get messed up. also, the nav isnt the most apealing to the eyes.

and for the page being centered, it is in IE, but not in FF. you need to do cross browser referencing.
put one main table on the page and put the rest of it in the table, and align the main one center.

Code:
<table align="center">
<tr>
  <td>

<table width="501" border="0" cellpadding="0" cellspacing="0" class="logostrip">
  <!--DWLayoutTable-->
  <tr> 
    <td width="501" height="80" valign="top"><div><img src="images/i42_logo4.png" alt="i42 Designs" width="500" height="80"></div></td>

  </tr>
</table><br />
<table width="743" border="0" cellpadding="0" cellspacing="0" class="widthfix">
  <!--DWLayoutTable-->
  <tr> .........................................
.................................all the other tables and code here

  </td>
</tr>
</table>
 
Last edited:
Then I guess Firefox doesn't like using the text-align CSS element in the BODY tag. -_- Oh well, I'll go see what's up after while.
 
put in the body tag of CSS:

body {
margin: 0 auto;
text-align: center;
}

Then in your div:

#whatever {
margin: 0 auto;
text-align: left;
}

Its a hack for CSS that took me ages to figure out. Centers any div, but keeps the text left aligned.
 
Thanks TM, I'll try that out after while.

It works TM, but can people view it in FF? Because our school doesn't have FF, and doesn't allow the downloading of EXE's.
 
Last edited:
yeah, it works now. i still say to make the header larger though, and change the nav a little. doesnt flow with the look of the page very well
 
iyeru42 said:
Everythin's updated, please comment. And yes, I know the wallpaper is tiled, I don't really care.
now the site is to dark, the menu still doesnt glow well, and the header IMO is still to small. like i said before, it should be the same width as the main tables. make is more uniform and flow better. sorry, but i actually liked the other design more. it seems to have taken a step backwards. you wer moving forward before. just my opinion though. others may have some other insight. if you would like, i will design you a layout and you can just put your info in to it. message me on msn or something if you are interested. i would love to help you out. :D
 
jstgermain said:
now the site is to dark, the menu still doesnt glow well, and the header IMO is still to small. like i said before, it should be the same width as the main tables. make is more uniform and flow better. sorry, but i actually liked the other design more. it seems to have taken a step backwards. you wer moving forward before. just my opinion though. others may have some other insight. if you would like, i will design you a layout and you can just put your info in to it. message me on msn or something if you are interested. i would love to help you out. :D

Man, this is why I hate getting information from people like you! Always messes me up. Maybe I will later... but better not hope, my mother restricts my internet time to ONE HOUR every day... except at school or holidays.

Then why don't you do my menu? I was going to get rid of the images and then I was going to do flash... but you told me not to.
 
Yeah, but that's why I had the skip button. In fact, I'll be re-doing my intro AS WELL AS my main pages with a few flash things. Won't use any sound, as I can't turn the volume down at school so everything's REALLY LOUD there.
 
Well then look at it now (May need to refresh), I wiped everything, because jstger went offline right after I PM'd him/her about me adding his/her MSNM Addy.
 
Status
Not open for further replies.
Back
Top