2 columns of text either side of Flash

This is a discussion on "2 columns of text either side of Flash" within the Web Page Design section. This forum, and the thread "2 columns of text either side of Flash are both part of the Design Your Website category.



Go Back   Webforumz.com > Main Forums > Design Your Website > Web Page Design

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Nov 27th, 2005, 18:25
SuperMember

SuperMember
Join Date: Nov 2005
Location: England
Age: 27
Posts: 308
Thanks: 1
Thanked 0 Times in 0 Posts
Talking 2 columns of text either side of Flash

1/. I want there to be two columns of text either side of my cube swf thingy, using xhtml/css. I'm still not very clear on how to do this.

2/. I also need to create table-like structures without, of course, using tables. How is this accomplished with CSS? I need 3 rows and 1 column. The middle row is where another <div> resides which contains the text or content. It has the bground image repeating y. The rows above and below this row need to be a fixed height and contain the top and bottom images of the frame as their background.

I assume both are quite similar. If I get to grips with how tables are 'emulated' with CSS I believe that'll be a huge hurdle overcome!

Thank you very much, if it is clear and works.
Reply With Quote

  #2 (permalink)  
Old Nov 28th, 2005, 00:08
Reputable Member
Join Date: Sep 2005
Location: Canada, BC
Age: 24
Posts: 239
Thanks: 0
Thanked 0 Times in 0 Posts
Re: 2 columns of text either side of Flash

Could you draw a picture showing the layout you want?
However this is what I think you want
HTML: Select all
<div style="width: 100%; height: 50px; background-color: #F00;">Header</div>
<div style="width: 20%; background-color: #0F0; float:left;">Left Column</div>
<div style="width: 60%; background-color: #FF0; float:left;">Flash Object</div>
<div style="width: 20%; background-color: #00F; float:left;">Right Column</div>
<br style="clear: left;"/>
<div style="width: 100%; height: 50px; background-color: #0FF;">Footer</div>
You can convert each of those styles to a class (or ID) in your css

Last edited by Pheonix; Nov 28th, 2005 at 01:57.
Reply With Quote
  #3 (permalink)  
Old Nov 28th, 2005, 01:28
SuperMember

SuperMember
Join Date: Nov 2005
Location: England
Age: 27
Posts: 308
Thanks: 1
Thanked 0 Times in 0 Posts
Re: 2 columns of text either side of Flash

Fantastic! Thanks.

I'm now on the verge of having a tableless homepage! However, there's still a couple of issues (found here: http://www.crewsfx.com/xindex.html ):

1/. The blogger and policy buttons don't go side by side, which is weird seeing as the big buttons do and they're inside the same class.

2/. Why are there rectangles around the buttons? They are blue in the DW environment, non-existent in Safari, and grey in Mozilla.

Thanks in advance.
Reply With Quote
  #4 (permalink)  
Old Nov 28th, 2005, 01:32
Reputable Member
Join Date: Sep 2005
Location: Canada, BC
Age: 24
Posts: 239
Thanks: 0
Thanked 0 Times in 0 Posts
Re: 2 columns of text either side of Flash

add img{ border: 0px; } to your css or style="border: 0px;" to your images
Reply With Quote
  #5 (permalink)  
Old Nov 28th, 2005, 01:49
SuperMember

SuperMember
Join Date: Nov 2005
Location: England
Age: 27
Posts: 308
Thanks: 1
Thanked 0 Times in 0 Posts
Re: 2 columns of text either side of Flash

You are a legend!

In the next few mins I'll have it up! As my proper homepage:

www.crewsfx.com

Thank you!!!!!!!

Reply With Quote
  #6 (permalink)  
Old Nov 28th, 2005, 01:54
Reputable Member
Join Date: Sep 2005
Location: Canada, BC
Age: 24
Posts: 239
Thanks: 0
Thanked 0 Times in 0 Posts
Re: 2 columns of text either side of Flash

I noticed on your old design your "bloger" and "important" blocks are on one line but in your new one they are not, not sure if you noticed or not.
And the link for your "I want a" doesn't work on the xindex
Reply With Quote
  #7 (permalink)  
Old Nov 28th, 2005, 01:59
SuperMember

SuperMember
Join Date: Nov 2005
Location: England
Age: 27
Posts: 308
Thanks: 1
Thanked 0 Times in 0 Posts
Re: 2 columns of text either side of Flash

Yeah, just this second noticed. It's weird cos they were next to eachother in DW so I didn't bother previewing it b4 i uploaded. So why? And also, they don't function as buttons!
Reply With Quote
  #8 (permalink)  
Old Nov 28th, 2005, 02:09
Reputable Member
Join Date: Sep 2005
Location: Canada, BC
Age: 24
Posts: 239
Thanks: 0
Thanked 0 Times in 0 Posts
Re: 2 columns of text either side of Flash

<img src="images/policy.jpg" /img>
should be
<img src="images/policy.jpg" />

I'm not sure if thats what causing your problem but it may be
Reply With Quote
  #9 (permalink)  
Old Nov 28th, 2005, 02:24
SuperMember

SuperMember
Join Date: Nov 2005
Location: England
Age: 27
Posts: 308
Thanks: 1
Thanked 0 Times in 0 Posts
Re: 2 columns of text either side of Flash

No, hasn't resolved it. Again, fine in DW but not in browser.
Reply With Quote
  #10 (permalink)  
Old Nov 28th, 2005, 02:45
Reputable Member
Join Date: Sep 2005
Location: Canada, BC
Age: 24
Posts: 239
Thanks: 0
Thanked 0 Times in 0 Posts
Re: 2 columns of text either side of Flash

for those two images you will need to place them on the same line
HTML: Select all
<a href="blog.html" title="What's happening, right now?"><img src="images/bloggertab.jpg" alt="Blogger" /></a><a href="policy.html" title="WARNING: Very boring"><img src="images/policy.jpg" /></a>
I can't figure out why the links arn't working >.<
Reply With Quote
  #11 (permalink)  
Old Nov 28th, 2005, 12:52
SuperMember

SuperMember
Join Date: Nov 2005
Location: England
Age: 27
Posts: 308
Thanks: 1
Thanked 0 Times in 0 Posts
Re: 2 columns of text either side of Flash

I don't understand why, but that has fixed the issue. I didn't have to put the big button code in a line. Also, do u always have to close the last of a group of images with /> instead of /img> ?

Yeah, why they aren't acting as links is baffling. I tried putting them between divs but no luck.

ps: is >.< a sign of ouch or baffledness, or r u pointing to a full stop i've misplaced?

Last edited by timmytots; Nov 28th, 2005 at 12:55.
Reply With Quote
  #12 (permalink)  
Old Nov 29th, 2005, 01:18
Reputable Member
Join Date: Sep 2005
Location: Canada, BC
Age: 24
Posts: 239
Thanks: 0
Thanked 0 Times in 0 Posts
Re: 2 columns of text either side of Flash

you use <tag></tag> or <tag /> but not <tag /tag>

Images are weird in that if there is any white space bettween them they like to act funny its annoying.
If you realy need to brake them into multipule lines the only way to do it (that I know of is
<img src="blah"
/><img src="blah2" />

But thats ugly looking.
Reply With Quote
Reply

Tags
columns, text, either, side, flash

Thread Tools

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 On

Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] multiple columns, text floats out of area... Best solution? alfandango Web Page Design 7 Apr 17th, 2008 12:00
[SOLVED] css: how do i indent text by one or two spaces away from the left side of th Jason3107 Web Page Design 14 Oct 2nd, 2007 10:52
two divs side by side nashultz07 Web Page Design 10 Aug 9th, 2007 23:28
Two columns of text next to images csa Web Page Design 6 Nov 27th, 2005 17:21
Client-Side VS Server Side Scripting redev2006 JavaScript Forum 1 Jul 30th, 2005 19:30


All times are GMT. The time now is 19:54.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43