Jump to content

Recommended Posts

Posted

I have a site that I did in Dreamweaver. It uses CSS, for the most part, but I'm no web programmer. I'm willing to pay someone who really knows CSS to get the site as cross-compatible as possible.

 

Thanks,

Dan

Posted

Hi Dan,

While we love to help in this forum, we do not allow "I pay you to help me" advertising.

I am sure that if you post your questions there are people willing to offer some advice for free.

Posted
Hi Dan,

While we love to help in this forum, we do not allow "I pay you to help me" advertising.

I am sure that if you post your questions there are people willing to offer some advice for free.

 

Well, is it OK to post the site link here? Maybe someone will be able to point out the problem...

 

I'm sure it is obvious, just not to me :)

 

Regards,

Dan

Posted

Dan,

 

Only had time to look at your home page. These changes should do the trick for that page:

 

CHANGE #1

 

Change this:

 

<tr>

<td width="803" height="26" colspan="2" class="PageHeader">Usenet newsreader and binary grabber for Windows 2000/XP </td>

</tr>

to this:

 

<tr>

<td width="781" height="26" colspan="2" class="PageHeader">Usenet newsreader and binary grabber for Windows 2000/XP</td>

</tr>

 

CHANGE(S) #2

 

Change this:

 

<table width="300%" border="0" cellspacing="12" cellpadding="0">

<tr>

<td class="SectionHeader">Features</td>

<td>& nbsp;</td>

</tr>

</table>

<table width="100%" border="0" cellspacing="0" cellpadding="0">

to this:

 

<table align="left" border="0" cellspacing="12" cellpadding="0">

<tr>

<td class="SectionHeader">Features</td>

</tr>

</table>

<table width="100%" border="0" cellspacing="0" cellpadding="0" style="clear: both;">

 

CHANGE #3

 

Finally, in your style sheet, add this to the bottom of your "BulletDetail" class:

 

padding-right: 63px;

Posted

dkotchen,

 

Thanks for your input. I'll try these out. All of the other pages are derived from the home page, so once that is working, I should be able to solve the problem elsewhere.

 

Regards,

Dan

Posted

I had to add align="left" to one other table to get everything lined up and now it looks good in all three browsers. Interestingly enough, it looks like hell in Dreamweaver, but I can live with that as long as it works in the "real" world.

 

Thanks again for your tips!

 

Regards,

Dan

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...