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.
|
|
|
|
|
![]() |
||
HTML design issue?
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
#1
|
|||
|
|||
|
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 |
|
|
|
#2
|
|||
|
|||
|
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">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. |
|
#3
|
|||
|
|||
|
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! |
|
#4
|
|||
|
|||
|
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. |
|
#5
|
|||
|
|||
|
Re: HTML design issue?
Sorry for being a pain, but how do I join those cells?
|
![]() |
| Tags |
| design, html, web |
| Thread Tools | |
|
|
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 |