code matrix 0.01
hey all. i have got version 0.01 of my website out. i realize that it needs a ton of work, but i just wanted to post it to get some feedback. do you like my colors and my logo/titlebar? does anyone know how to get rid of that little line that goes through my logo? i seperate the bottom part of my logo from the titlebar part with a <break> tag, but it gives me a little bit of space. anyone know how to get rid of this?
so what do you think of this? ill get a right column filled with external links soon, and then ill add a css element for adding news. i havent added the buttons at the top right under the horizontal bar yet, but i will soon. so what do you think? any comments, questions, suggestions?
thanks.
When you go homeTell them of us, and say:For your tomorrow,We gave our today.
whoops, forgot the link (i always do that)...
</a><br><br>edit: PS, does everything load for you? Do you get any red boxes? Thanks.<br><br><SPAN CLASS=editedby>[edited by - elendil67 on November 23, 2002 11:57:32 AM]</SPAN>
When you go homeTell them of us, and say:For your tomorrow,We gave our today.
Looks good :-)
Keep up the good work.I love the colour scheme get some content in and it will be even better.
Keep up the good work.I love the colour scheme get some content in and it will be even better.
Thanks! I''m glad you like the color scheme. I was going to outline everything in white, but that logo was being a biotch, so I just kept it. Maybe I''ll make the whole thing white.
Do you have any suggestions as to how I can make the upper logo and the lower logo come together without a space? I was also thinking of bordering the tables with pictures to make it more compliant to the logo and titlebar. Do you think I should use images for the borders? I''m not sure I should or shouldn''t. Any other advice? I''d like to remind you that all of my tables and just about everything is made with CSS, so when I run it through the W3C compliant thing, it should come out without any bugs.
Do you have any suggestions as to how I can make the upper logo and the lower logo come together without a space? I was also thinking of bordering the tables with pictures to make it more compliant to the logo and titlebar. Do you think I should use images for the borders? I''m not sure I should or shouldn''t. Any other advice? I''d like to remind you that all of my tables and just about everything is made with CSS, so when I run it through the W3C compliant thing, it should come out without any bugs.
When you go homeTell them of us, and say:For your tomorrow,We gave our today.
About the space, get rid of the whitespace between, ie:
<!-- Replace -->
<img src="images/titlebar.gif"> <br> <img src="images/logo.gif">
<!-- with this -->
<img src="images/titlebar.gif"><br><img src="images/logo.gif">
The "line" is the base margin of the space character. Always terminate an image with a <br>.
<!-- Replace -->
<img src="images/titlebar.gif"> <br> <img src="images/logo.gif">
<!-- with this -->
<img src="images/titlebar.gif"><br><img src="images/logo.gif">
The "line" is the base margin of the space character. Always terminate an image with a <br>.
Thanks for that. Now it works. I want to put up some tutorials on socket programming, when they come out, DirectX 9, and OpenGL 2.0. Any more questions, comments, or suggestions? Any general tips on creating the website? Thanks!
</a></font>
When you go homeTell them of us, and say:For your tomorrow,We gave our today.
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement