Jump to content

TCH-Don

Members
  • Posts

    11,643
  • Joined

  • Last visited

Everything posted by TCH-Don

  1. SMF has a converter for IPB You could install SMF on a sub folder and try it out after you make a back up of your database ( cpanel > backup > download database )
  2. Pets
  3. Money
  4. Welcome to the forums skyofreason
  5. Dwight, thanks for the update.
  6. First make sure you have a back up of the old files just in case. Then in your ftp program navigate to the public_html folder. That is where your files should be. You can highlight and delete the old files. Then upload the new files. If the new files are .asp as you know they won't work here. I do not know asp so I can't advise on converting them. But maybe some one else may have an idea.
  7. Stream
  8. Welcome to the forum, Jenny
  9. Thanks Thomas
  10. Welcome to the forum, Mike
  11. Added to Blogs Please verify that it is the way you want.
  12. Time
  13. Welcome Peter Glad to have you here
  14. Or create a style for left and right <style type="text/css"> <!-- .content{ width: 450px; text-align: left; border: medium solid navy; padding: 10px; } .photo_left { margin-right: 10px; border: 4px solid black; float: left; }.photo_right { margin-left: 10px; border: 4px solid black; float: right; } --> </style> </head> <body> <div class="content"> <p> <img src="photo01.jpg" class="photo_left" width="150" height="120" border="1" alt="photo" /> This is some text just to fill the space. This is some text just to fill the space. This is some text just to fill the space. This is some text just to fill the space. This is some text just to fill the space. This is some text just to fill the space. This is some text just to fill the space.</p> <p><img src="photo02.jpg" class="photo_right" width="150" height="120" border="1" alt="photo" /> This is some text just to fill the space. This is some text just to fill the space. This is some text just to fill the space. This is some text just to fill the space. This is some text just to fill the space. This is some text just to fill the space. This is some text just to fill the space. </p> </div>
  15. Try this <style type="text/css"> <!-- .photo { /* margin is top right bottom left */ margin: 0px 10px 0px 10px; border: 4px solid black; } --> </style> </head> <p> <img src="photo.jpg" class="photo" width="150" height="120" border="1" alt="photo" align="left" /> This is some text just to fill the space. This is some text just to fill the space. This is some text just to fill the space. This is some text just to fill the space. This is some text just to fill the space. This is some text just to fill the space. This is some text just to fill the space.This is some text just to fill the space. This is some text just to fill the space. This is some text just to fill the space. This is some text just to fill the space. This is some text just to fill the space. This is some text just to fill the space. This is some text just to fill the space.</p>
  16. Looks good in Firefox but not IE
  17. One way is to vspace and hspace <img src="photo.jpg" width="300" height="225" border="1" align="left" hspace="10px" vspace="10px" alt="photo" /> Or use a style class with padding <style type="text/css"> <!-- .photo { padding: 10px; border: medium solid black; } --> </style> <img src="photo.jpg" class="photo" width="300" height="225" border="1" align="left" alt="photo" />
  18. Welcome to the forum JustWade
  19. TCH-Don

    Web Logs

    Keith, welcome to the forums. Let us know if you need any help.
  20. Form http://www.msfirefox.com/ Yep thats MS
  21. foot
  22. You can also search google for calendar scripts that you can include on your site.
  23. Cat
×
×
  • Create New...