Web Design Forums

HTML and CSS Help

Having problems with these web design scripting? Ask here.

Text exceeds box width and stays on one line



Site of the Month Nominations
ENTER YOUR SITE NOW!

Reply
 
LinkBack Thread Tools
Old June 12 '09, 04:27 AM (#1)
robbie is offline
New Member!
 
robbie's Avatar
 
Join Date: June 2009
Posts: 4
robbie is an unknown quantity at this point
Text exceeds box width and stays on one line

Well,

Stayed up way to late last night trying to fix this and it's probably something simple enough I'm doing wrong but basically my text which I'm floating right won't wrap in the div and it's staying on a single line rather than moving to the next one each time it hits the set width of the box.

Here's the CSS code for it


Code:
body {font-family:  arial, Helvetica, Tahoma, Verdana, sans-serif; font-size: 11px; color:#fff;margin:0px; background-image:  url();background-repeat:repeat-x;background-color: #23576a; }

#container {width:990px; height:auto; margin-right:auto;margin-left:auto;}

#welcome_header{width:990px; height:114px; background-image:url(images/welcome_header.gif); background-repeat:no-repeat;}
#back_slice {width:990px; height:auto; background-image:url(images/contentback_slice.gif); background-repeat:repeat-y;position:absolute;}
    
    #content_wrap {width:940px; height:auto; margin-right:auto;margin-left:auto;}
        
    #banner{width:940px;height:253px;position:absolute; }
    #left_banner{width:640px; height:253px;background-image:url(Images/festival_banner.jpg); background-repeat:no-repeat;float:left;position:relative}
    #right_banner{width:300px; height:253px;float:right;position:relative;}
    
    #main_content_wrap{width:940px; height:auto;float:left;}
    
    #left_content_wrap{width:638px;height:auto; margin-top:10px;border:1px solid #ededed;float:left;}
    #right_content_wrap{width:292px; height:auto; margin-top:10px;border:1px solid #ededed;float:right; }
Any help appreciated, thanks
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old June 12 '09, 05:41 AM (#2)
robbie is offline
New Member!
 
robbie's Avatar
 
Join Date: June 2009
Posts: 4
robbie is an unknown quantity at this point
Got this sorted out.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old June 13 '09, 03:20 AM (#3)
Wired is online now
WDF Alien Overlord
 
Wired's Avatar
 
Join Date: April 2003
Posts: 6,421
Wired is just really niceWired is just really niceWired is just really niceWired is just really nice
Send a message via AIM to Wired
What was the solution?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old June 13 '09, 05:51 AM (#4)
robbie is offline
New Member!
 
robbie's Avatar
 
Join Date: June 2009
Posts: 4
robbie is an unknown quantity at this point
Missing P tags in the HTML
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old June 13 '09, 10:49 AM (#5)
Dorky is offline
Freelance
 
Dorky's Avatar
 
Join Date: June 2009
Location: Destin Florida
Posts: 905
Dorky will become famous soon enough
lmao. SWEET. i love it when i do that.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old June 13 '09, 11:14 AM (#6)
robbie is offline
New Member!
 
robbie's Avatar
 
Join Date: June 2009
Posts: 4
robbie is an unknown quantity at this point
I don't, but I love when I figure out what I done wrong after hours of pulling my hair out
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

  Web Design Forums » Programming Help » HTML and CSS Help

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
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 Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


 
User Infomation
Your Avatar

Site Of The Month

Ticket Cake
Ticket Cake

Ticket Cake is a drupal based event ticketing platform. It features that ability to browse events and share them.

Nominate Your Site Now!

Advertisement
WolfCMS.org

Latest Articles
- by RickM
- by bfsog

Advertisement

Partner Links



All times are GMT -4. The time now is 02:43 AM.


WebDesignForums.net is Copyright © 2010 RikeMedia.

SEO by vBSEO

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 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163