Personal Development for Smart People Forums

Personal Development for Smart PeopleTM Forums

 

Go Back   Personal Development for Smart People Forums > Personal Development > Technology & Technical Skills

Notices

Technology & Technical Skills Computer skills, hardware, software, internet topics, gadgets, programming

Reply
 
Thread Tools Display Modes
Old 04-26-2010, 02:29 AM   #1 (permalink)
Member
 
Join Date: Nov 2009
Location: West Chester, PA
Posts: 43
Ryan OLoughlin is on a distinguished road
Default CSS Question. Help Appreciated

Hey All,

So I just started an opt-in site, and I am having trouble formatting it, especially in Internet Explorer.

The url is The Laugh Letter: Laughter is the Best Medicine! . Basically, I would like the video and opt in box to be centered. Do not worry about the size or wording of anything, as I am still working on it. My knowledge of html is at a beginning level but I believe this is a CSS issue, which I am not very familiar with. If anyone could help me with this that would be greatly appreciated. Thanks guys!

-- Ryan O'Loughlin
Ryan OLoughlin is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 04-26-2010, 03:14 AM   #2 (permalink)
Senior Member
 
Join Date: Mar 2008
Location: LV
Posts: 243
Desert is on a distinguished road
Default

Looking at the source code you're using tables. In CSS for the completely centered object regardless of screen size you'd put the 'img.displayed' before the end of the head section. Then after BODY you'd put as shown below:

Code:
IMG.displayed {
    margin-top: (whatever desired in percentage) %;
    display: block;
    margin-left: auto;
    margin-right: auto }

</head>

<BODY>

<IMG class="displayed" src="image.jpg">
What you'll have to substitute for the "src" is the youtube code.
Desert is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 04-27-2010, 01:21 PM   #3 (permalink)
Member
 
Join Date: Nov 2009
Location: West Chester, PA
Posts: 43
Ryan OLoughlin is on a distinguished road
Default

Hey Thanks Desert! I'm working on it!
Ryan OLoughlin is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Bookmarks

Tags
html, opt-in site

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Advice would be appreciated FrogNettle Personal Effectiveness 7 12-24-2008 06:21 PM
Advice is appreciated... JJwTheCrew Spirituality, Consciousness, & Awareness 2 09-04-2008 12:14 PM
Insight greatly appreciated AllMixedUp Spirituality, Consciousness, & Awareness 4 02-26-2008 05:07 PM
A little advice would be appreciated. jsot Social & Relationships 20 08-13-2007 11:51 AM
Any advice would be appreciated peejay Social & Relationships 7 03-07-2007 09:04 PM


All times are GMT. The time now is 03:57 PM.


Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.1.0
Copyright © 2010 by Pavlina LLC