Looking for Layout Feedback Before I Dive Into Content
Hey everyone, I’m working on a new site focused on trick tips and tutorials. Before I start filling it with content, I’d love to get your honest opinions on the layout. Here’s the link: My Site (updated, sorry for the broken link earlier).
I know the banner is temporary—I’m planning to get a proper one made once I have access to Photoshop. For now, I’m using a placeholder from an old GIF animator. The navigation is on the left, content area in the middle, and I’ve kept it simple.
What I’m Looking For
- General look and feel: Does it work? Is it clean?
- Typography: I’ve seen comments that the font might be too big. What size do you recommend for readability?
- Spacing: Should I add cellpadding to the content tables? The text is touching the borders.
- Color scheme: Any suggestions for gradients or accents?
- Cursor style: I had a resize cursor on links—changed it back to the default pointer.
What’s Working
- The layout is simple and functional.
- Navigation is clear.
- It loads reasonably fast (though some with slower connections reported delays—I’ll optimize images).
What Needs Work
- Banner: Definitely needs a custom design.
- Buttons: Could use gradients or more graphics.
- Links: Fixed broken ones, but still a work in progress.
- Poll: Not functional yet—just a placeholder.
Modern 2026 Trends & Best Practices
If I were building this today, I’d consider:
- Responsive design: Use CSS Grid or Flexbox instead of tables for layout. This ensures it looks great on mobile.
- Typography: Use a web font like Google Fonts (e.g., Roboto or Open Sans) at 16px base size for body text. Avoid overly large fonts.
- Spacing: Use CSS padding and margin instead of cellpadding. Aim for at least 16px padding inside content areas.
- Color and gradients: Use subtle CSS gradients for buttons and headers. Tools like CSS Gradient or UI gradients can help.
- Performance: Optimize images with modern formats (WebP) and lazy loading.
- Accessibility: Ensure proper contrast and keyboard navigation.
I’m open to all suggestions—keep 'em coming! Thanks for the feedback so far.


