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:
* Get free support
* Communicate privately with other members (PM).
* Removal of this message
* 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
Go Back   Tech Support Forum > Design Forum > Web Design & Programming
User Name
Password
Site Map Register Donate Rules Blogs Mark Forums Read


Web Design & Programming Discussion of web design, and server-side & client-side scripting

Reply
 
LinkBack Thread Tools
Old 01-01-2008, 12:29 AM   #1 (permalink)
Registered User
 
cliffhucker's Avatar
 
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
cliffhucker is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
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

Old 01-01-2008, 03:00 PM   #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.
ushigley is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 01-01-2008, 03:13 PM   #3 (permalink)
Registered User
 
cliffhucker's Avatar
 
Join Date: Feb 2006
Posts: 185
OS: XP Pro-SP2


Re: very simple html page for Craigs list

Quote:
Originally Posted by ushigley View Post
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.

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
cliffhucker is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 01-01-2008, 03:23 PM   #4 (permalink)
Moderator, TSF Articles
 
carsey's Avatar
 
Join Date: Aug 2006
Location: Hunwick, Co. Durham England
Posts: 10,688
OS: XP Pro SP3

My System

Send a message via MSN to carsey
Re: very simple html page for Craigs list

You can see the code by viewing the page source, but using it on your website would be illegal unless you have permission off the sites owner.
__________________

carsey is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 01-01-2008, 03:28 PM   #5 (permalink)
Registered User
 
cliffhucker's Avatar
 
Join Date: Feb 2006
Posts: 185
OS: XP Pro-SP2


Re: very simple html page for Craigs list

Quote:
Originally Posted by carsey View Post
You can see the code by viewing the page source, but using it on your website would be illegal unless you have permission off the sites owner.


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
cliffhucker is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 01-01-2008, 03:33 PM   #6 (permalink)
Moderator, TSF Articles
 
carsey's Avatar
 
Join Date: Aug 2006
Location: Hunwick, Co. Durham England
Posts: 10,688
OS: XP Pro SP3

My System

Send a message via MSN to carsey
Re: very simple html page for Craigs list

You will need CSS to do that.
__________________

carsey is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 01-01-2008, 03:34 PM   #7 (permalink)
Registered User
 
cliffhucker's Avatar
 
Join Date: Feb 2006
Posts: 185
OS: XP Pro-SP2


Re: very simple html page for Craigs list

Quote:
Originally Posted by carsey View Post
You will need CSS to do that.

ok great.

then that is what I will research.

thank you
cliffhucker is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 01-01-2008, 03:40 PM   #8 (permalink)
Moderator, TSF Articles
 
carsey's Avatar
 
Join Date: Aug 2006
Location: Hunwick, Co. Durham England
Posts: 10,688
OS: XP Pro SP3

My System

Send a message via MSN to carsey
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>&nbsp;</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>
Try that. It uses tables and colors you can easily change.
__________________


Last edited by carsey; 01-01-2008 at 03:42 PM.
carsey is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 01-01-2008, 03:47 PM   #9 (permalink)
Registered User
 
cliffhucker's Avatar
 
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
cliffhucker is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 01-01-2008, 03:49 PM   #10 (permalink)
Moderator, TSF Articles
 
carsey's Avatar
 
Join Date: Aug 2006
Location: Hunwick, Co. Durham England
Posts: 10,688
OS: XP Pro SP3

My System

Send a message via MSN to carsey
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.
__________________

carsey is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 01-01-2008, 04:02 PM   #11 (permalink)
Registered User
 
cliffhucker's Avatar
 
Join Date: Feb 2006
Posts: 185
OS: XP Pro-SP2


Re: very simple html page for Craigs list

Quote:
Originally Posted by carsey View Post
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.
Thanks, it makes it easy to start. I know some about tags etc. so I am on my way.


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.
cliffhucker is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Reply


Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off




All times are GMT -7. The time now is 11:39 AM.



Copyright 2001 - 2009, Tech Support Forum
Home Tips Plus | Outdoor Basecamp | Automotive Support Forum

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85