Welcome Guest Login or Signup
LIVE CHAT | BOOKMARK US | LANGUAGE:
 

Q&A HOME   ADD NEW QUESTION   EDIT QUESTIONS  
 
Question: center
Sarena Posted On 09/03/2024 08:54:14

I would like to center a pic at the top of my page. Is there a code for that?




Report
Answers:

wickedwren
48 day ago

The code is <center>

1
0
Report
Sarena
80 day ago

thanks guys, Im not pretty computer savy so wish me luck.

1
0
Report
RMMusic
80 day ago


You can adjust the top and bottom padding, image opacity to your liking.


#top{
background:url(https://img1.dreamies.de/img/Direct Link.png)no-repeat;fixed top-center;
background-size:100% 100%;
border: none;
padding-top:10px;
padding-bottom:75px;
filter:alpha(opacity= 80); opacity:0.8;
margin:auto;}



1
0
Report
NaturesAlly
80 day ago

Here is  a top banner code I got from the Design Tips  Group



#outer2{

      clear: both;

      overflow: hidden;

      text-align: center;

      height: 600px;

      padding-top: 7px;

      padding-bottom: 0px;

      margin: 20px 0 0;

      background-image:url(Put [url ] http code here for  top banner picture );

      color: transparent;

      font-family:Georgia;

      font-size: 14px;
        text-shadow : 0 1px 1p #ffffff;
      font-weight: normal;
      font-style: normal;
      text-decoration: none;
      font-variant: small-caps;
      background-position: center top;
      background-repeat: no-repeat; 
border: none !important ;
-moz-box-shadow: 2px 4px 30px #ffffff inset;
-webkit-box-shadow: 2px 4px 30px #ffffff inset;
border: none !important;
border-left: none!important;
border-right:none !important;
border-top:none !important;
border-bottom:none !important;
-webkit-border-radius: 0px;
-ms-border-radius: 0px;/

1
0
Report
Sarena
80 day ago

Thanks NaturesAlly, I was referring to the top of my page. One large pic at the very top.

1
0
Report
NaturesAlly
80 day ago

If the pictures you are using on either side are wider than 500 it will throw your pages off.

Like one side much larger.


If your wanting pictures your placing in sections or headliners centered  place this before the picture code


<center>


1
0
Report



*** MyBoomerPlace.com ***