Forum: HTML and CSS Mar 24th, 2008 |
| Replies: 4 Views: 788 <html>
<head><title>Tables with CSS</title>
<!-- Used to create the outer borders of the table and setting the size -->
<style type="text/css"> #outer_table {border: solid red; width: 60px;... |
Forum: HTML and CSS Mar 24th, 2008 |
| Replies: 4 Views: 1,280 I did something like that to correct the code (float and relative) except without the use of breaks. |
Forum: HTML and CSS Mar 24th, 2008 |
| Replies: 2 Views: 1,179 Is there any way to make a form so that it sends the information to my email with just xhtml and css when submit button is used. A colleague suggested using "mailto:myemailaddy@hotmail.com" in the... |
Forum: HTML and CSS Mar 22nd, 2008 |
| Replies: 4 Views: 1,280 In IE 6 my site has the layout I want it to have but when I view it with FF2.0.0.12 the pictures and text is out of alignment. :(
Another problem that I'm having is that when I resize my browser... |