![]() |
![]() |
![]() |
|||||
![]() |
![]() |
![]() |
![]() |
![]() |
|||
| Welcome
to Tech Support Forum home to more then 136,000 problems solved. Issues
have included: Spyware, Malware, Virus Issues, Windows, Microsoft,
Linux, Networking, Security, Hardware, and Gaming Getting your
problem solved is as easy as: 1. Registering for a free account 2. Asking your question 3. Receiving an answer Registered members: * See fewer ads. * And much more..
|
| Want to know how to post a question? click here | Having problems with spyware and pop-ups? First Steps |
|
|||||||
| Web Serving and Management how to web server support forum |
![]() |
|
|
LinkBack | Thread Tools |
|
|
#1 (permalink) |
|
Registered User
Join Date: May 2005
Location: I'z got Georgia on me mind! YessireeBob!
Posts: 122
OS: XP
|
HTML help please
i have a blogsite at http://memorykeeper.myblogsite.com
i would like to decrease the width of the central column of 3 column page. At this moment, the central column makes the reader have to scroll left and right, which is distracting. i would like the reader to be able to see all three columns without the need to scroll left or right. obviously, i am no good at the html stuff, hence would appreciate any help on this. what is the code i need to use and where would i insert it?? i use firefox 1.0.6. i also have the extension called 'edit css' (in the hope of learning something about CSS - but here again a total DOH! at it) |
|
|
|
| Important Information |
|
Join the #1 Tech Support Forum Today - It's Totally Free!
TechSupportForum.com is a leading support website for your computer needs. We offer free, friendly and personalized computer support. Why pay to have your computer fixed when you can do it for free. Join TechSupportforum.com Today - Click Here |
|
|
#2 (permalink) |
|
Manager Emeritus
|
unless I'm reading your question wrong, this is all you need:
...your original code <!-- START CENTER COL --> <td class="center"> ...new code, with the addition in bold <!-- START CENTER COL --> <td width="400" class="center"> you can set its width to any number of pixels, or set it to a percentage, by adding % after the number, i.e. width="40% The only problem with this, is that your content will stretch the column past 40% if it is too wide. hope this helps
__________________
mysql> --i-am-a-dummy
|
|
|
|
![]() |
| Thread Tools | |
|
|