dawg
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Lining up the columns??PS Sachmo is my dogs name, since I posted my email on this board I used his email just incase it got spammed
Forum: Themes and Templates
In reply to: Lining up the columns??Just put this in instead of float right for your right column use position:absolute;
left/ whatever width clears your main content;} this will do it for youForum: Fixing WordPress
In reply to: Validation problemThanks to NuclearMoose for the clue my site now validates, I really am dyslexic, I could never do Algebra in school but for the most part get code right
Forum: Fixing WordPress
In reply to: Validation problemThanks NuclearMoose
I will correct everything that is out of whackForum: Fixing WordPress
In reply to: Validation problemKafkaesqui Could you please show me an example of what the code should look like? My dyslexic mind is driving me crazy as I can not see the problem after an hour of trying to rectify this. Thanks in advance.
Forum: Fixing WordPress
In reply to: Validation problemThanks for the tips, I am so use to static pages that this combination of php is throwing me off.
Forum: Themes and Templates
In reply to: Lining up the columns??sachmo_007[at] yahoo.com
Forum: Themes and Templates
In reply to: Lining up the columns??Funny thing is I can remove the content div and nothing happens except you lose a margin on your posts so this div appear unnessary. If you could send you index.php file it would be easier to figure out where you are going wrong but it appears as though this should be placed in the div that contains your industrial jpg.
{menu-narrow-new.jpg}send me an e-mail if you wish with the index file at sachmo_007@yahoo.com
Forum: Themes and Templates
In reply to: Lining up the columns??it looks how I think it should look now with the only exception being your navigaion that is down below instead of to the left column, I think this is how you want it in the left sort of steel gray column if I am right let me know so we can sort that out,
At least it is readable now where before your post were not contained
Forum: Themes and Templates
In reply to: Lining up the columns??ps this will bounce your content into place make these changes to your main css div
#main {
float: left;
width: 510px;
padding: 0px 0px 0px 202px;
height: 100%;
}Forum: Themes and Templates
In reply to: Lining up the columns??Sorry about the confusion what I mean by adding up is if you have a container/rap and it is 800px then everything inside the container should add up to 800px wide if it is over then you have spillage. A container is like a glass and can only be filled so much. Liquid layouts are flexible especially vertically, horizontal is not as forgiving due to screen size. IMO people do not like to scroll horizontal.
Different parts of your word press db call for different div tags so that is why some do not appear to add up. For your main index.php if the container is a fixed width then everything inside should add up.
Hope this makes sense if you need help post back
Forum: Themes and Templates
In reply to: Lining up the columns??PS your posts are going in the main div that is three hundred pixels either widen that to the content width of 500 or rename these two divs so that your posts go into the yellow content area where they would fit.
I would narrow you rap to 750 and you can place a background color in your page body to achieve the look for the entire screen no matter what res you site is looked at.
Forum: Themes and Templates
In reply to: Lining up the columns??If you do the math on your columns and wrap nothing adds up correctly and you will have problems. The wrap is set at 1000 px which will give any user of a screen res 800×600 a messed up viewing of your site. many still use this res, not myself but many do, even with the 1000 rap your columns exceed that. You need to space your columns correctly that will fit a pc screen.
Forum: Fixing WordPress
In reply to: How can I get rss links to display?Click on the rss link at the bottom of page in footer and when it is in your address bar copy it to you link manager and thats it.
Forum: Fixing WordPress
In reply to: I can not find my links? Where are they?The reason I prefer not to use the WP’s link manager is that I have multiple links that I could just copy and paste from one of my other sites, plus it likes to alphabetize them and I prefer not to. Thanks for the link location.