TCH-Don
Members-
Posts
11,643 -
Joined
-
Last visited
Everything posted by TCH-Don
-
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 )
-
Welcome to the forums skyofreason
-
Dodosmail Being Blocked By Spamassassin
TCH-Don replied to KingDwight's topic in CPanel and Site Maintenance
Dwight, thanks for the update. -
Help With Uploading New Files To Existing Website
TCH-Don replied to mrsgoofy98's topic in CPanel and Site Maintenance
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. -
Secure Your Online Store With Ssl Certificates
TCH-Don replied to gilman's topic in Security Discussions
Welcome to the forum, Jenny -
Thanks Thomas
-
Redirect Root Domain to www. Subdomain
TCH-Don replied to mjlyons's topic in CPanel and Site Maintenance
Welcome to the forum, Mike -
Added to Blogs Please verify that it is the way you want.
-
Welcome Peter Glad to have you here
-
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>
-
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>
-
Looks good in Firefox but not IE
-
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" />
-
Welcome to the forum JustWade
-
Keith, welcome to the forums. Let us know if you need any help.
-
Avg Anti-virus Multiple File Parsing Vulnerabilities
TCH-Don replied to TCH-Thomas's topic in Software/Scripts/Other Alerts
Thanks Thomas -
Form http://www.msfirefox.com/ Yep thats MS
-
Horde Calender Configuration
TCH-Don replied to KnowsAirplanes's topic in CPanel and Site Maintenance
You can also search google for calendar scripts that you can include on your site.
