HTML Help Forum Index HTML Help
Please Search for the answer to your question before asking it! Thanks.
 

HTML Design Question
Post a Reply to this Topic Ask a New Question
Click here to go to the original topic
       HTML Help Forum Index -> General HTML
View previous topic :: View next topic  
Author Message
Frank197594



Joined: 06 Oct 2009
Posts: 1
Location: Indiana

Posted: Tue Oct 06, 2009 8:45 am     HTML Design Question  

Hello, new to these parts, and have been working on a website lately and noticed on another monitor in our house that my website looks a bit different.

Is there a reason why? I have a website promoting a get-paid-to site and the page where my checks are listed looks different. On our other computer, it has Windows VISTA Home edition and a flat-screen monitor, a little bigger then mine. The only real difference is instead of the checks being shown in order verticly, it is re-arranged. For example, it should look like this:

Check #1
Check #2
Check #3
Check #4

and I get (on the flat-screen monitor):

Check #1 Check #2
Check #3 Check #4

any idea why? Here is the main link I am speaking of:

http://franksite1.com/previouschecks.html

Thanks,
Frank
PayneLess Designs



Joined: 28 Feb 2007
Posts: 3594
Location: Biloxi, MS

Posted: Wed Oct 07, 2009 7:43 am      

If you are going to use tables, then put each check image/link in a separate row.
Code: <center>
<h1>Previous Checks of Cashcrate</h1>
<table cellspacing="50" bgcolor="#FFFFFF">
<tr>
<td><a href="http://cashcrate.com/1251311" target="_blank"><img src="http://i121.photobucket.com/albums/o221/DontScamMe/cashcratecheck1.jpg" border="0" alt="My Cashcrate Check #1"></a></td>
</tr>

<tr>
<td><a href="http://cashcrate.com/1251311" target="_blank"><img src="http://i121.photobucket.com/albums/o221/DontScamMe/cashcratecheck2.jpg" border="0" alt="My Cashcrate Check #2"></a></td>
</tr>

<tr>
<td><a href="http://cashcrate.com/1251311" target="_blank"><img src="http://i121.photobucket.com/albums/o221/DontScamMe/cashcratecheck4b.jpg" border="0" alt="My Cashcrate Check #3"></a></td>
</tr>

<tr>
<td><a href="http://cashcrate.com/1251311" target="_blank"><img src="http://i121.photobucket.com/albums/o221/DontScamMe/cashcratecheck3b.jpg" border="0" alt="My Cashcrate Check #4"></a></td>
</tr>
</table>
</center>{/code]

Better if you used divs and CSS to do these as center tags and a few others are obsolete.

Plus, correct these [url=http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Ffranksite1.com%2Fpreviouschecks.html]HTML
 
 
DARFUR
HOSTING / DESIGN
MAKE MONEY

       HTML Help Forum Index -> General HTML
Page 1 of 1


Powered by phpBB Search Engine Indexer
Powered by phpBB 2.0.19 © 2001, 2002 phpBB Group