Can you guys give me a shout on what my new layout try looks like? I am really rusty though... www.geocities.com/gamingliberty/tester.html
Can you guys give me a shout on what my new layout try looks like? I am really rusty though... www.geocities.com/gamingliberty/tester.html
I am a 13 year old graphics designer. I would love to make anyone who requests a logo for a price that we can discuss. I have taught myself how to make graphics. I made the winning entry for WebScalpel.com.
pretty good, i like the banner, line up the bottom table with the top one as it is slighty offset, or make them into one table. Also on the left hand side there appears to be a java applet that isn't working.
JR
I like the overall design, the banner does go the length of the page though, so on a big resolution is looks a little odd. The java app didn't load for me either. I'm curious to see how you're going to layout the content, because the bottom right now is a 3x3 grid that just looks boxy. If content isn't going in any of those boxes, I would recommend either eliminating a row or two or making them a little more graphical. Very nice start though.
I don't want the stuff to show up on the left cause I don't have the other pages up yet. On the information, I am spreading out the spacing on the left and right so there is alot more room. I looked at it on a bigger resolution, and it looks horrible! How do I fix it?
I am a 13 year old graphics designer. I would love to make anyone who requests a logo for a price that we can discuss. I have taught myself how to make graphics. I made the winning entry for WebScalpel.com.
what exactly do you want here, i don't completely understand? a bigger space to the left and the right?
JR
I was talking about how I am gonna put into in the tiny box, and then I was talking about how it looked really bad on a different resolution.
I am a 13 year old graphics designer. I would love to make anyone who requests a logo for a price that we can discuss. I have taught myself how to make graphics. I made the winning entry for WebScalpel.com.
you could use percentile values as opposed to sizes so that the table fits the same amount of the browser.
JR
How do you do that? I am not an HTML genius.
I am a 13 year old graphics designer. I would love to make anyone who requests a logo for a price that we can discuss. I have taught myself how to make graphics. I made the winning entry for WebScalpel.com.
firstly place your banner in a table cell so it will be the same size as the table below and set the background to black -
Then do the same with the table below setting the width to 80% (will fill up 80% of the browser window)<table bgcolor="#000000" width="80%">
<tr>
<td>
<img src="whatever your banner is called">
</td>
</tr>
if you still don't get what i mean post a reply :classic:
JR
oh yeah and to align everything in the centre put <div align="center"> before all of the tables and </div> after them.
JR