Jump to content

Service to edit HTML files for a website

Hello everyone, I'm hoping you have a great day!

 

So I want to start my own computer repair and assembly service. I'm currently advertising via Ebay and other kind of second hand sites. But I want to host my own website, I already have a server and everything is set up, I can now host files, but most importantly: HTML websites.

 

But since my HTML programming skills aren't great I'm looking for a service/program/website where I can visually see and change an HTML file that I can host. I don't mind paying for it as long as it's not too expensive and I rather don't have a subscription. 

 

So these are some of the requirements:

  • I'm looking for a program whith wich I can edit HTML files
  • Even a noob like me can learn how to use it
  • It doesn't need a subscription
  • I can host the HTML on my own server
  • A shop or a chat or a contact form would be very nice, but it's not a requirement

 

Does anyone have any suggestions? If so, please post them below.

Link to comment
Share on other sites

Link to post
Share on other sites

I would suggest taking a look at Dreamweaver by Adobe. It functions very similarly to site builders such as Squarespace or Wix, but lets you use your own code and templates. It costs about $20/month for an annual subscription. Alternatively, you can run all of your sites on WordPress and use the WPBakery plugin as a site builder.

Make sure to quote me or use @PorkishPig to notify me that you replied!

 

 

Desktop

CPU - Ryzen 9 3900X | Cooler - Noctua NH-D15 | Motherboard - ASUS TUF X570-PLUS RAM - Corsair Vengeance LPX DDR4-3200 32GB Case - Meshify C

GPU - RTX 3080 FE PSU - Straight Power 11 850W Platinum Storage - 980 PRO 1TB, 960 EVO 500GB, S31 1TB, MX500 500GB | OS - Windows 11 Pro

 

Homelab

CPU - Core i5-11400 | Cooler - Noctua NH-U12S | Motherboard - ASRock Z590M-ITX RAM - G.Skill Ripjaws V DDR4-3600 32GB (2x16)  | Case - Node 304

PSU - EVGA B3 650W | Storage - 860 EVO 256GB, Sabrent Rocket 4.0 1TB, WD Red 4TB (x6 in RAIDZ1 w/ LSI 9207-8i) | OS - TrueNAS Scale (Debian)

Link to comment
Share on other sites

Link to post
Share on other sites

Just now, Homeless Pineapple said:

I would suggest taking a look at Dreamweaver by Adobe. It functions very similarly to site builders such as Squarespace or Wix, but lets you use your own code and templates. It costs about $20/month for an annual subscription. Alternatively, you can run all of your sites on WordPress and use the WPBakery plugin as a site builder.

Hi, thanks for your reply. I will look into it.

Link to comment
Share on other sites

Link to post
Share on other sites

6 hours ago, Tummy said:

Hello everyone, I'm hoping you have a great day!

 

So I want to start my own computer repair and assembly service. I'm currently advertising via Ebay and other kind of second hand sites. But I want to host my own website, I already have a server and everything is set up, I can now host files, but most importantly: HTML websites.

 

But since my HTML programming skills aren't great I'm looking for a service/program/website where I can visually see and change an HTML file that I can host. I don't mind paying for it as long as it's not too expensive and I rather don't have a subscription. 

 

So these are some of the requirements:

  • I'm looking for a program whith wich I can edit HTML files
  • Even a noob like me can learn how to use it
  • It doesn't need a subscription
  • I can host the HTML on my own server
  • A shop or a chat or a contact form would be very nice, but it's not a requirement

 

Does anyone have any suggestions? If so, please post them below.

Why don't junt just use w3schools and write your own HTML files? HTML is like reading a children's book. It's basicly just 

 

<!doctype html>

<head>

<title>Hello World</title>

</head>

 

<body>

<h1>Hello World!</h1>

</body>

Link to comment
Share on other sites

Link to post
Share on other sites

16 hours ago, AbsoluteFool said:

Why don't junt just use w3schools and write your own HTML files? HTML is like reading a children's book. It's basicly just 

 

<!doctype html>

<head>

<title>Hello World</title>

</head>

 

<body>

<h1>Hello World!</h1>

</body>

oh wow, never heard of it. It seems pritty handy, thanks.

 

I was going for a more professional look and i tought I couldn't do that myself, but maybe I can learn to make sites with better and more trustworthy looks.

Link to comment
Share on other sites

Link to post
Share on other sites

1 minute ago, Tummy said:

oh wow, never heard of it. It seems pritty handy, thanks.

 

I was going for a more professional look and i tought I couldn't do that myself, but maybe I can learn to make sites with better and more trustworthy looks.

I hope it's helpful. As a site admin there will always be changes you'll want to make, or features to implent. So having atleast a basic understanding to write your own basic website is very helpful.

Link to comment
Share on other sites

Link to post
Share on other sites

@Tummy if you want help with your website, I'd be glad to assist you ^^

75% of what I say is sarcastic

 

So is the rest probably

Link to comment
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×