HTML Tutorial


 Forum HomeForum Home   FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
RegisterRegister - Not registered yet? Got something to say? Join HTML Code Tutorial!
HTML Design Question
Post new topic   Reply to topic    HTML Help Forum Index -> General HTML
View previous topic :: View next topic  
Author Message
Frank197594



Joined: 06 Oct 2009
Posts: 1
Location: Indiana

PostPosted: Tue Oct 06, 2009 8:45 am     HTML Design Question Reply with quote

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: 3599
Location: Biloxi, MS

PostPosted: Wed Oct 07, 2009 7:43 am     Reply with quote

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
Display posts from previous:   
Post new topic   Reply to topic    HTML Help Forum Index -> General HTML All times are GMT - 8 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
HTML Help Archive
Powered by phpBB © 2001, 2005 phpBB Group
HTML Help topic RSS feed 

 
DARFUR
HOSTING / DESIGN
MAKE MONEY

Home
  |   Tutorials   |   Forum   |   Quick List   |   Link Directory   |   About
Copyright ©1997-2002 Idocs and ©2002-2007 HTML Code Tutorial