• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Editing Web Page On A Site With Your Own Coding

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hey everyone! I'm new to this forum, but I'm glad to be a part of it now. I have learned so much. I'm in the beginning stages of coding, and I'm pretty sure I have enough knowledge to build my own website. The problem I'm having is editing a webpage I own on a site that is owned by a company. I don't know the rules here so I won't name the site. There is an editing section where I can add my own HTML (I can add my own buttons, links, forms, etc) and another section for CSS. There's a custom ID made for that called customIntro where i'd use that ID to put my coding for decorating my page. The page is basically fully customizable. The problem I am having is with the coding that is already on the site/page. Should I use the inspect tool and edit the divs on the site also or should I just edit the divs as ( display: none;) and  go about my business editing my page? As a beginner I'm used to starting from scratch, but now I'm doing a task of editing code that is not mine. I'm not sure if I asked the question right, but if any info is needed to assist me, please let me know. It's kind of like how everyone used to edit myspace back in the day with coding in the bio/about me section. Thanks in advance !!

Attached below is default css on the page that I can edit. Basically what I want to do is add a background image that is scrollable, social media icon buttons, paypal form with by now buttons, and small things in that nature. I just don't know how to go about it when there's already code you can't get ride of. Thank you again.



   
Screen-Shot-2019-01-31-at-2.05.45-PM.png
[Thumbnail for Screen-Shot-2019-01-31-at-2.05.45-PM.png]
Screen-Shot-2019-01-31-at-2.06.01-PM.png
[Thumbnail for Screen-Shot-2019-01-31-at-2.06.01-PM.png]
Screen-Shot-2019-01-31-at-2.06.19-PM.png
[Thumbnail for Screen-Shot-2019-01-31-at-2.06.19-PM.png]
 
Sheriff
Posts: 67746
173
Mac Mac OS X IntelliJ IDE jQuery TypeScript Java iOS
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You'll need to follow whatever procedures the hosting company has set up.

Editing in the inspector only changes the page as loaded into the browser and has no effect on the server source.
 
Harold Potta
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
@Bear Bibeault, thanks for the quick reply. I know you can't permanently edit something from the inspector tab. I use it to see minor edits I could make. What I was asking is, what's the best wsy to hide all of the default coding to customize the page my way? Thank you!!
 
Bear Bibeault
Sheriff
Posts: 67746
173
Mac Mac OS X IntelliJ IDE jQuery TypeScript Java iOS
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Again, you'll need to read the hosting company's instructions. We have no way of knowing how they set up their systems.

But if they are letting you edit the code for the entire page, just replace their code with your own.
 
reply
    Bookmark Topic Watch Topic
  • New Topic