![]() |
![]() |
![]() |
|||||
![]() |
![]() |
![]() |
![]() |
![]() |
|||
| Welcome
to Tech Support Forum home to more then 136,000 problems solved. Issues
have included: Spyware, Malware, Virus Issues, Windows, Microsoft,
Linux, Networking, Security, Hardware, and Gaming Getting your
problem solved is as easy as: 1. Registering for a free account 2. Asking your question 3. Receiving an answer Registered members: * See fewer ads. * And much more..
|
| Want to know how to post a question? click here | Having problems with spyware and pop-ups? First Steps |
|
|||||||
| Web Design & Programming Discussion of web design, and server-side & client-side scripting |
![]() |
|
|
LinkBack | Thread Tools |
|
|
#1 (permalink) |
|
Registered User
Join Date: Feb 2006
Posts: 185
OS: XP Pro-SP2
|
very simple html page for Craigs list
Hi,
I want to beable to create a simple html page such as this for my girlfriends massage business. A simple border, maybe a picture and links for email etc. I have been creating ads in MS publisher and taking screen shots uploading to pic. host site then using the linking info from the upload site. This works but of course I cannot have hotlinks within the document. Any suggestions? thanks |
|
|
|
| Important Information |
|
Join the #1 Tech Support Forum Today - It's Totally Free!
TechSupportForum.com is a leading support website for your computer needs. We offer free, friendly and personalized computer support. Why pay to have your computer fixed when you can do it for free. Join TechSupportforum.com Today - Click Here |
|
|
#2 (permalink) |
|
Registered User
Join Date: Apr 2007
Posts: 41
OS: Ubuntu 8.10
|
Re: very simple html page for Craigs list
I think what you are saying is that you created Microsoft Publisher documents, then took screen shots of them, then uploaded them to your website, right?
If that is what you are doing then I would recomend either learning some html/css and created some webpages that way, or use a free webpage creatrion tool which doesn't require any scripting and allows for things like links. |
|
|
|
|
|
#3 (permalink) | |
|
Registered User
Join Date: Feb 2006
Posts: 185
OS: XP Pro-SP2
|
Re: very simple html page for Craigs list
Quote:
Kind of. Yes I am creating my "ad" in publisher, then taking screenshot. then uploading to photobucket. I then take the linking code and paste it in the Craigs list post. I do not have a website myself. nor do I want to create a full web page. I want to create a simple post as this: http://reno.craigslist.org/cps/524343648.html I know some html and I tried creating the document in word and saving as html, but I do not know how to post it and it is a full page, I only want a small "ad" to post. I suppose I need to learn how to code exactly what the post I linked to did. A simple border, sized etc. If I could see his code I could work off that no? thanks |
|
|
|
|
|
|
#5 (permalink) | |
|
Registered User
Join Date: Feb 2006
Posts: 185
OS: XP Pro-SP2
|
Re: very simple html page for Craigs list
Quote:
I am not using it on my website. I do not have a website. I want to post on Craigs list. I just want to create something just like this A box that I can put my text in. I guess I will work off of the page source code. thanks |
|
|
|
|
|
|
#8 (permalink) |
|
Moderator, TSF Articles
|
Re: very simple html page for Craigs list
Actually, its possible without CSS.
Code:
<html>
<head>
</head>
<table width="95%" border="6" bordercolor="#0066cc" cellspacing="2" cellpadding="10" bgcolor="#ffffff" align="center">
<td>Text here
<table width="100%" bgcolor="0066cc" border="0" bordercolor="#000000" cellspacing="1" cellpadding="1" align="center">
<td></td> </table>
<p> </p>
<p>Text here
<table width="100%" bgcolor="0066cc" border="0" bordercolor="#000000" cellspacing="1" cellpadding="1" align="center">
sdf
<td></td> </table>
<center>
Text here
</center></td></table>
<br>
<br>
</body>
</html>
Last edited by carsey; 01-01-2008 at 03:42 PM. |
|
|
|
|
|
#9 (permalink) |
|
Registered User
Join Date: Feb 2006
Posts: 185
OS: XP Pro-SP2
|
Re: very simple html page for Craigs list
I thought it would be as easy as that! I can work with that.
What would be an easy way to view that without posting to the forum I want to post to? can I use word or publisher to format and view it? or is there some other simple app? thanks again |
|
|
|
|
|
#10 (permalink) |
|
Moderator, TSF Articles
|
Re: very simple html page for Craigs list
I use dreamweaver to edit all my websites. But it does cost.
You can different programs to write HTML, but i cant remember their names. I suppose what you use now would be fine aslong as it shows the code. I added "text goes here" so you know where to write. |
|
|
|
|
|
#11 (permalink) | |
|
Registered User
Join Date: Feb 2006
Posts: 185
OS: XP Pro-SP2
|
Re: very simple html page for Craigs list
Quote:
I found that I can write it in notepad then save it as "test.html" and it renders it perfectly! Last edited by cliffhucker; 01-01-2008 at 04:04 PM. |
|
|
|
|
![]() |
| Thread Tools | |
|
|