Computer Forums

Member Login

Remember Me? Sign Up! | Forgot Password
 
Slogan
 
Closed Thread
Old 02-10-2008, 02:23 PM   #1 (permalink)
 
Newb Techie

Join Date: Feb 2008

Posts: 2

Big Mountain is on a distinguished road

Default Simple HTML Question

Hi.

In a table data I have four lines of text each line separated by a <br>
The text are different font sizes. The issue I am having is that the lines have space between them above and below. How do I get the lines of text closer together using simple html?

text line 1
|
(this space)
|
text line 2

Regards
Big Mountain is offline  
Old 02-10-2008, 07:52 PM   #2 (permalink)
 
Monster Techie

Join Date: May 2004

Location: /usr/root/mn/us

Posts: 1,121

bla!! is on a distinguished road

Default Re: Simple HTML Question

Using simple HTML, I don't know if it's possible (I could be wrong on this).
I would use CSS and set the margin-bottom and padding-bottom values to something smaller.

If you want to go this route, let us know. We'll help you get it going.
__________________
<br>
Its a frigging Laptop, not a Labtop!!!!
bla!! is offline  
Old 02-11-2008, 02:01 AM   #3 (permalink)
CrazeD's Avatar
 
Wizard Techie

Join Date: Feb 2006

Location: Maine

Posts: 3,683

CrazeD will become famous soon enough

Send a message via AIM to CrazeD Send a message via MSN to CrazeD
Default Re: Simple HTML Question

Use the cellpadding and cellspacing attributes in your table element.

Example:
Code:
<table cellspacing="0" cellpadding="0">

__________________

Need website help? PM me!
CrazeD is offline  
 
Closed Thread

Thread Tools
Display Modes

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
GPU Overclocking...simple question mgcook Overclocking, Case Mod, Tweaking PC Performance 3 01-01-2008 12:07 AM
Laptop hardware upgrade Simple question Hamuth Everything Laptops 3 11-11-2007 12:47 PM
Simple Question about 4gb RAM OnlyCurious Building, Buying, or Upgrading High Performance PC Systems 6 11-02-2007 10:46 AM
Simple Brisbane Question LeftEyeBlind Overclocking, Case Mod, Tweaking PC Performance 12 09-17-2007 11:21 PM
Incredibly simple question IfYouHaveToAsk Browser & General Internet Questions 2 05-10-2007 11:36 AM