HTML design issue?

This is a discussion on "HTML design issue?" within the Web Page Design section. This forum, and the thread "HTML design issue? are both part of the Design Your Website category.



 Subscribe in a reader

Go Back   Webforumz.com > Main Forums > Design Your Website > Web Page Design

Notices


Reply
 
LinkBack Thread Tools
  #1  
Old May 1st, 2008, 13:28
New Member
Join Date: May 2008
Location: Utah
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
HTML design issue?

I'm a bit of a neophyte to web design. I used a template for this site- http://streamlinecards.com/

My problem is that on a few pages:
http://streamlinecards.com/services.html
http://streamlinecards.com/about_us.html

THe text is longer on those pages and it messes up the look on the left hand side. The gray background box gets distorted. Any idea of how to tweak the code to make that not happen?

Thanks much
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote

  #2  
Old May 1st, 2008, 17:55
Reputable Member
Join Date: Apr 2008
Location: Or-Yehuda, Israel
Age: 60
Posts: 119
Thanks: 0
Thanked 3 Times in 3 Posts
Re: HTML design issue?

You are using tables as opposed to CSS for positioning. That is always a problem.

If you choose to remain with the tables you can do one of two things:
Separate the layout into 3 tables (Header - menu, Body and footer) and let the left column be continuous.
Or mitigate the problem by changing
<td colspan="11" rowspan="4" align="left" valign="top">
to
<td></td><td colspan="10" rowspan="4" align="left" valign="top">
BTW; being a founder and partner in a company that deals with credit card processing on line, you will need some serious PHP coding to make it work.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #3  
Old May 1st, 2008, 21:19
New Member
Join Date: May 2008
Location: Utah
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Re: HTML design issue?

Shalom,
First of all, thanks for the help
Second, I don't actually do the cc transactions- I am marketing the services of a processing company
Third, Your code helped. There is still some white space. I can live with it, but if there was a way to make it completely gray that would be great.

I am not a good web guy so I don't know css. If I can just fix it with code that would be awesome. Thanks for your help!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #4  
Old May 2nd, 2008, 21:41
Reputable Member
Join Date: Apr 2008
Location: Or-Yehuda, Israel
Age: 60
Posts: 119
Thanks: 0
Thanked 3 Times in 3 Posts
Re: HTML design issue?

If you combine (join cells) the area of the white space with the following area (menubutton) into one cell, the white space will go away too.

I hate the solution but it works.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #5  
Old May 4th, 2008, 00:55
New Member
Join Date: May 2008
Location: Utah
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Re: HTML design issue?

Sorry for being a pain, but how do I join those cells?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Reply

Tags
design, html, web

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
web design issue dayaki007 Website Planning 9 Jun 17th, 2008 21:41
[SOLVED] Firefox Display Issue with my CSS design winnard2007 Web Page Design 5 Nov 5th, 2007 15:20
Dreamweaver design issue BadFish Scripts and Online Services 4 Apr 1st, 2007 18:58
New to web design - image issue peterma Web Page Design 23 Dec 17th, 2006 22:12
There seems to be an issue with the [html] tags Pheonix Webforumz Suggestions and Feedback 22 Dec 16th, 2005 09:53


All times are GMT. The time now is 18:53.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42