•
•
•
•
What is DaniWeb IT Discussion Community?
You're currently browsing the HTML and CSS section within the Web Development category of DaniWeb, a massive community of 391,558 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 2,744 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Please support our HTML and CSS advertiser: Lunarpages Web Hosting
Views: 3417 | Replies: 5
![]() |
•
•
Join Date: Mar 2004
Posts: 57
Reputation:
Rep Power: 5
Solved Threads: 0
Hello i would like to put a blob on my site.
http://casacuddeford.com/blob.bmp
^
this is the kind of of thing want.
Thanks
http://casacuddeford.com/blob.bmp
^
this is the kind of of thing want.
Thanks
•
•
Join Date: Mar 2004
Posts: 57
Reputation:
Rep Power: 5
Solved Threads: 0
sorry i didn't really explain it very well, a better example is at http://www.faceparty.com the whole page is in a blob (round edge rectangle) and this blob changes length to accomatate how much text/images are inside it.
•
•
Join Date: Jun 2004
Posts: 173
Reputation:
Rep Power: 0
Solved Threads: 9
do you mean something like this....
<HTML>
<HEAD><TITLE>my example</TITLE></HEAD>
<BODY bgcolor="#000044">
<TABLE width="200" height="100" bgcolor="blue" align="center">
<TR><TD> Resize the window </TD></TR>
</TABLE>
</body>
</html>
you can do the same thing in CSS with out tables, but I like tables because they allow for tighter control of content!
<HTML>
<HEAD><TITLE>my example</TITLE></HEAD>
<BODY bgcolor="#000044">
<TABLE width="200" height="100" bgcolor="blue" align="center">
<TR><TD> Resize the window </TD></TR>
</TABLE>
</body>
</html>
you can do the same thing in CSS with out tables, but I like tables because they allow for tighter control of content!
•
•
Join Date: Mar 2004
Posts: 57
Reputation:
Rep Power: 5
Solved Threads: 0
no, i'm trying to put the page content inside a rounded rectangle, but my site has lots of differnt pages and its updated a lot, so instead of having to change the height of the rectangle every time i add or take away suff from the site, it will just resize automatically, like faceparty's site does, and the corners need to be rounded.
•
•
Join Date: Jun 2004
Posts: 173
Reputation:
Rep Power: 0
Solved Threads: 9
yes, its based on the same principle. if you vist that page you posted above, take your mouse pointer and highlight everthing (CTRL+A). Now you will notice all the images will be slightly dithered in blue. What the trick was, is they made a table that have some rows and columns. in some of these colums they do not put text, they place images as the background. here, look. http://www.faceparty.com/images/ctr.gif.
You can do the same as well, use a image editior program such as mspaint or I would suggest photoshop and create the corners. once they are saved, create your html page to have a 3 columns. use the end columns for the images you created. and the center column for specifying a background color. remmber, any overflow that exceeds the height of the table will cause the table to grow in size, so you dont need to worry about the height!
You can do the same as well, use a image editior program such as mspaint or I would suggest photoshop and create the corners. once they are saved, create your html page to have a 3 columns. use the end columns for the images you created. and the center column for specifying a background color. remmber, any overflow that exceeds the height of the table will cause the table to grow in size, so you dont need to worry about the height!
![]() |
•
•
•
•
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
•
•
•
•
•
•
•
•
DaniWeb HTML and CSS Marketplace
- Creating a Boot Disk for an NTFS or FAT Partition (Windows tips 'n' tweaks)
- Error message when creating PDF (OS X)
- Creating a Address Book using Random Access Files (Visual Basic 4 / 5 / 6)
- Creating and destroying objects (C++)
Other Threads in the HTML and CSS Forum
- Previous Thread: Bouncing and forcing frames
- Next Thread: How to make title bar not dissappear when changing pages


Linear Mode