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.
|
|
|
|
|
![]() |
||
2 columns of text either side of Flash
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
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. |
|
|
|
|||
|
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
Last edited by Pheonix; Nov 28th, 2005 at 01:57. |
|
|||
|
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. |
|
|||
|
Re: 2 columns of text either side of Flash
add img{ border: 0px; } to your css or style="border: 0px;" to your images
|
|
|||
|
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!!!!!!! |
|
|||
|
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 |
|
|||
|
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!
|
|
|||
|
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 |
|
|||
|
Re: 2 columns of text either side of Flash
No, hasn't resolved it. Again, fine in DW but not in browser.
|
|
|||
|
Re: 2 columns of text either side of Flash
for those two images you will need to place them on the same line
|
|
|||
|
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. |
|
|||
|
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. |
![]() |
| Tags |
| columns, text, either, side, flash |
| Thread Tools | |
|
|
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 |