Forums

How do i hide changes on a published page? (3 posts)

  1. pressor771
    Member
    Posted 1 year ago #

    Well, I have a page.

    I made few changes to it but do not want them to be visible yet...

    How do i save the changes, keep the old look of the page, do not publish the new look?

    And how do i hide the publisher's name at the page?

    And one more question how do i make a frame similar to the one Brian Clark has on his photo on the about page ---> click here

    Thanks.

    P.s. "and do not tell me to try and contact him, they never answer my letters..."

  2. boyevul
    Member
    Posted 1 year ago #

    Well you could place the image in a div and define the image class as follows:

    .image-holder {width:200px; height:200px;background-color:#ccc;}
    .image-holder img {width:195px; height:195px;}

    And then place the image in the div like this:

    <div class="image-holder"><img src="someimage.jpg" /></div>

    Of course, you could replace the width of the image holder img div class with %s and change the values of the image-holder div class to compensate for different image sizes but the main goal is to place the image inside of a div with a solid color background and force the image to be x amount smaller than the div it is in so that the background of the div becomes a border. Or...

    border-image {border: 2px #ccc solid;}

    And give your images a class of border-image like so:

    <img src="someimages.jpg" class="border-image" />

  3. pressor771
    Member
    Posted 1 year ago #

    cool. thanks.

    How about the rest of the questions?

Topic Closed

This topic has been closed to new replies.

About this Topic