Open Source Tutorials - Open Source Training
Open source training & tutorials from experienced, passionate people
chrome icon firefox icon ie icon opera icon safari icon Sings in these Browsers
A- A A+

By A Web Design

Welcome, Guest
Username Password: Remember me

Want paragraph in table closed to cell
(1 viewing) (1) Guest
All your queries regarding HTML will be solved in this forum
  • Page:
  • 1
TOPIC:

Want paragraph in table closed to cell

Want paragraph in table closed to cell 9 months, 1 week ago #772

  • dhuruv
  • OFFLINE
  • Senior Boarder
  • Posts: 60
  • Karma: 0
When you use a <p> tag, there is space between paragraphs. Not sure if there is are automatic margins set for the top and bottom, but that's the way it seems. I'm using <p> tags inside a <table> and I'd like the first paragraph to be tight to the top of the cell but the only way I know how to do it is to remove the <p> tags from the first paragraph. I don't really want to do this as I'd like to have the <p> tags around each paragraph. Here is what I have, which btw does exactly what I want it to but as you can see the first set of <p> tags have been removed. What's a better way to get this effect?

I am using <p> tags inside a <table> and I'd like the first paragraph to be touch to the top of the cell but when i use a <p> tag, there is space between paragraphs

Code:

<table cellspacing="5">
<tr>
<td><a href="#">Name</a>
<p><a href="#">Address</a></p></td>

<td>Sample Text.Sample Text.Sample Text.Sample Text.Sample Text.Sample Text.Sample Text.Sample Text.Sample Text.Sample Text.Sample Text.Sample Text.Sample Text.
<p>Sample Text in paragraph.Sample Text in paragraph.Sample Text in paragraph.Sample Text in paragraph.Sample Text in paragraph.Sample Text in paragraph.Sample Text in paragraph.Sample Text in paragraph.</p>
<p>Please sent any comments to <a href="mailto:email id">email id</a>.</p></td>
</tr>
</table>

Re: Want paragraph in table closed to cell 9 months, 1 week ago #775

  • dinesh
  • OFFLINE
  • Fresh Boarder
  • Posts: 2
  • Karma: 0
Html gives automatic top and bottom margin for the paragraph which you can remove it by setting the margin-top/margin-bottom for each paragraph to 0
  • Page:
  • 1
Time to create page: 1.21 seconds
OSV Newsletter


Receive HTML?

NOTE: To prevent subscription to the OSV newsletter, uncheck the checkbox above.
Guest Blog for OSV
Free Ebook Download