HighDots Forums  

easy table problem question

Macromedia Dreamweaver Macromedia Dreamweaver Discussions (macromedia.dreamweaver)


Discuss easy table problem question in the Macromedia Dreamweaver forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
ZippyZachar
 
Posts: n/a

Default easy table problem question - 07-17-2004 , 11:33 PM






I feel like such a silly guy for asking such a silly question but here goes, i
have a table with two cells, and in one cell theres a few words of text, but
its not centering correctly, i'm pretty sure i have the code correct, and it
displays correctly in dreamweaver, but once i preview it in IE it vertically
aligns up to the top, is it just my browser or do i have something set
funny...? Here's the code:

Thanks in advance for any pointers.

<tr>
<td valign="middle" width="209" height="48" align="center">
<H1>Online Dating News</H1>

</td>
<td width="171" valign="middle"><img
src="../image-files/forReviews.jpg"></td>


Reply With Quote
  #2  
Old   
Osgood
 
Posts: n/a

Default Re: easy table problem question - 07-18-2004 , 03:28 AM






Its probably the default margin on the h1 tag that is throwing your text
off center. Paste the code below into your style sheet or directly
before the closing </head> tag of your pages code and see if that takes
care of the problem.

If you paste into your stylesheet then dont include the <style></style>

<style>
h1 {
margin: 0;
padding: 0;
}
</style>




ZippyZachar wrote:
Quote:
I feel like such a silly guy for asking such a silly question but here goes, i
have a table with two cells, and in one cell theres a few words of text, but
its not centering correctly, i'm pretty sure i have the code correct, and it
displays correctly in dreamweaver, but once i preview it in IE it vertically
aligns up to the top, is it just my browser or do i have something set
funny...? Here's the code:





Reply With Quote
Reply




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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.