Question by shorty15952: i need people who know EVERYTHING about designing a layout site to answer…please help me!!?
ok.
i have a layout site and i was wondering how i get
an “everything here” sign up and working without having all those blogs down your page.
i need EVERY code that makes this happen.and lots of details.it takes me a while to understand some things. =)
and how do i get backgrounds on blogs and bulletins?
the signs you click that says
“everything here”
and it brings you to a blog with
everything.
Best answer:
Answer by Jessica. can you specify more? because i don’t know what eveerything here means ..
Question by gower1992: does anybody want to help me with setting up my new layout site please!?
if you have aim or something we could talk on that but i want to at least try to make or have somebody make me a div and i want to make it so instead of showing my blog it says click here for everything if you know what i mean please help me and i will be very grateful!
Best answer:
Answer by Erika Is this a site you host yourself or is it a blog like livejournal or xanga? If it’s your own personal site, just make a page that has a link on it that says “click here for everything” :
If it’s a xanga or LJ, and you do have your own personal website, you can do the same thing. Or you can just set your blog settings to friends only or private.
Question by jstnfox: Why can’t I get the new facebook layout?
A couple of my friends have been saying ooo look a new facebook layout and yet mine still looks the same , Ive seen pictures of it on blogs and Ive tried everything to get it (Deleted Temporary Files, Used different browsers etc) The only way I could get it was to create a fake account. But why wont it show up on my normal account. This is so frustrating :@
Best answer:
Answer by Strawberry You need to be a member for a long time…
Question by Kaylee: Youtube channel layout?
how do i get all my videos to be displayed under all my latest video when you click on my channel. I see this on dozen of channels. but i cannot figure out how to do it
Best answer:
Answer by Redd If you go to “channel settings” > “tabs” , make the default tab the featured tab, check the box for featured and click on “blogger” then click “finish editing”.
Then go to your channel and set a featured video, check the box that says “Most Recent Video in Featured Set”.
That way, all your videos will be shown under your most recent one.
Hope I helped, if you have any questions contact me at my channel: http://www.youtube.com/user/AkaiKemuri/featured
Question by Zeeshan,javed: Using a Master Page to create a 2 column CSS layout?
Best answer:
Answer by Zeeshan Javed The Master Page in our example will include a CSS file which defines the layout and we can then just create Content Pages that rely on the Master Page for their layout.
Next we create a Master Page ‘Masterpage.master’ that includes our stylesheet within the HTML title element as is highlighted in green below.
We’ve used Visual Web Developer to create the Master Page. Notice that the software has placed the control in the page by default.
<%@ Master Language="VB" %>
We need to slightly edit the code above, and have made the changes below. We have created 3 divs. There’s a header div with the unique id ‘headercontent’ which is where the logo goes. We’ve just used a simple HTML img element rather than an ASP.NET Image control.
There is also 2 other divs with id’s ‘leftcontent’ and ‘rightcontent’. The leftcontent is where each individual Content Page will have it’s own content and the right content is where the standard site-wide navigation will go.
The important point to notice is that the contentplaceholder is within the leftcontent div as this is where the unique content for each page goes. Every Content Page will have the same layout, same logo and same navigation though the contentplaceholder allows for unique content.
<%@ Master Language="VB" %>
As we are going to create 5 pages for our website we already added the navigation links into the Master Page. We used standard HTML links for simplicity though you could use the ASP.Net hyperlink server control.
Our next step is to simply create those 5 Content Pages called ‘page1.aspx’, ‘page2.aspx’, ‘page3.asp’ and so on.
The code for our content page ‘Page1.aspx’ is below. It’s fairly standard stuff incorporating the ‘MasterPage.master’. The second line is the control. The ID of the from the Master Page which is ‘ContentPlaceHolder1′ must match the ContentPlaceHolderID for our control in the content page, which in this case it does.
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
All we would have to do now is create the remaining 4 pages and add different content to each page and then run the website.
Hopefully this gives you an idea of you can work with CSS layouts and Master Pages to create more complex layouts than the simple layout in this article.
Question by Stephanie W: How do you put a layout on your myspace blog?
Best answer:
Answer by Q After getting to the Blog Control Center in MySpace, click “Customize Blog” in the “My Controls” side module.
From there, you can adjust colors, alignment, background image, and other settings. In the “Page Header” section in the “Your Own Header HTML” box, you may enter your own HTML. In the “Your own Additional Style Sheet” you can add your own CSS code.
If you want to know more, such as what HTML and CSS codes to enter, go to http://www.google.com/ and search for “MySpace Layouts”.
Question by Rachel: How do you get rid of posted myspace layout… not copied code? Please Help!?
ok so on myspace instead of copying the code to get a layout, i tried this new thing of posting the layout by giving the site my password and login name and it said “thank you message posted”. now i can’t get rid of the layout! if you know anything about this, please answer… your help is MUCH appreciated!
Best answer:
Answer by abra✖.us never use features like that – that’s how people are stealing login information, and getting you to advertise for them
check all of your sections for code – from top to bottom
however, if you mean you used the myspace profile editor, then just read this