Post reply

Warning: this topic has not been posted in for at least 120 days.
Unless you're sure you want to reply, please consider starting a new topic.
Name:
Email:
Subject:
Message icon:

shortcuts: hit alt+s to submit/post or alt+p to preview


Topic Summary

Posted by: Reason
« on: November 26, 2008, 05:54:47 AM »

Centering looks better then align left

~Ex Try
Code: [Select]
<html><body align=center>
Test
</body></html>
Looks so much better than
Code: [Select]
<html>
<body align=left>
test
</body></html>
Posted by: ArticWolve
« on: November 15, 2008, 10:40:39 AM »

Keep the blank (white) space under control and balance the page. That's all I remember from a few years ago in Web Design portion of my computer class.
Posted by: Hero
« on: November 15, 2008, 08:53:33 AM »

I have always been a terrible web designer, I learned HTML and stuff but I don't really get how to make a fluid design. Does anyone have some tips that could help?